|
|
Subscribe / Log in / New account

Supporting filesystems in persistent memory

Supporting filesystems in persistent memory

Posted Sep 5, 2014 3:00 UTC (Fri) by dgc (subscriber, #6611)
In reply to: Supporting filesystems in persistent memory by ballombe
Parent article: Supporting filesystems in persistent memory

Yup, nothing new there. We already have to deal with that with filesystems made on a 64k page architecture with a 64k block sizw. They can't be mounted and used on an architecture with a 4k page size, because the linux kernel does not support block size > page size.

-Dave.


to post comments

Supporting filesystems in persistent memory

Posted Sep 5, 2014 9:47 UTC (Fri) by etienne (guest, #25256) [Link]

> because the linux kernel does not support block size > page size

FAT filesystems can have a "cluster size" bigger than page size, Linux probably only reject "device minimum access block size" > page size

Supporting filesystems in persistent memory

Posted Feb 11, 2016 14:15 UTC (Thu) by smurf (subscriber, #17840) [Link] (1 responses)

What does one do in that situation?

This is not an idle question; I have inherited an apparently-Linux-based hard disk video recorder (now deceased) which seems to have created an ext3 file system with 8k blocks.

Supporting filesystems in persistent memory

Posted Feb 13, 2016 2:19 UTC (Sat) by dlang (guest, #313) [Link]

mount it on something that has larger than 4K block size. IIRC this can be done with powerpc, sparc, and I think even AMD64 systems


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds