What FS should I use?
-
- Member
- Posts: 78
- Joined: Tue Jun 07, 2022 11:23 am
- Libera.chat IRC: Cyao
- Location: France
- Contact:
What FS should I use?
Hi all!
Now it is the time that I choose a file system, I've looked into FSes for a little while and I've got these candidates:
- Ext2 (or 4)
- HFS+
- ZFS
- Maybe APFS? (Heard that apple don't copyright their stuff)
What do yall think about the file systems I choosed? or is there some better fs?
Now it is the time that I choose a file system, I've looked into FSes for a little while and I've got these candidates:
- Ext2 (or 4)
- HFS+
- ZFS
- Maybe APFS? (Heard that apple don't copyright their stuff)
What do yall think about the file systems I choosed? or is there some better fs?
Re: What FS should I use?
Unless you are very experienced with implementing file systems (in which case why would you pose this question?), I’d stick with something simple.
Ext2.
Ext2.
Re: What FS should I use?
I will second iansjack's suggestion. Unless you are quite fluent in file systems, I would stick with the simple ones.
SFS is a very simple file system, though it is designed to be a "write once" style file system. You write files to a transferable media with the intent of transfer only.
LeanFS is a simple file system to implement, though contains quite a few of the things "bigger" file systems have, like extents and POSIX.
I would recommend FAT12/6/32 for sure, since it is a widely used file system.
Ben
SFS is a very simple file system, though it is designed to be a "write once" style file system. You write files to a transferable media with the intent of transfer only.
LeanFS is a simple file system to implement, though contains quite a few of the things "bigger" file systems have, like extents and POSIX.
I would recommend FAT12/6/32 for sure, since it is a widely used file system.
Ben
-
- Member
- Posts: 78
- Joined: Tue Jun 07, 2022 11:23 am
- Libera.chat IRC: Cyao
- Location: France
- Contact:
Re: What FS should I use?
Mhm ok ill stick with ext2, do you know some utilities on macos that can make a ext2 fs? Couldn't find anything on the internet.iansjack wrote:Unless you are very experienced with implementing file systems (in which case why would you pose this question?), I’d stick with something simple.
Ext2.
Nah I'm going to overthrow Microsoft one day, so I'm not using their stuffBenLunt wrote:I would recommend FAT12/6/32 for sure, since it is a widely used file system.
Re: What FS should I use?
I like JFS a lot. Quite stable, low CPU usage.
Writing a bootloader in under 15 minutes: https://www.youtube.com/watch?v=0E0FKjvTA0M
Re: What FS should I use?
mkfs.ext2 on Linux.Cyao wrote:iansjack wrote:do you know some utilities on macos that can make a ext2 fs?
Re: What FS should I use?
He specifically asked in Mac OS...iansjack wrote:mkfs.ext2 on Linux.
Writing a bootloader in under 15 minutes: https://www.youtube.com/watch?v=0E0FKjvTA0M
Re: What FS should I use?
Where?BigBuda wrote:He specifically asked in Mac OS...iansjack wrote:mkfs.ext2 on Linux.
Not in this thread. He mentioned Apple file systems, but he also mentioned Linux and Solaris ones.
Re: What FS should I use?
iansjack wrote:Not in this thread. He mentioned Apple file systems, but he also mentioned Linux and Solaris ones.
Read carefully the above quote... that you quoted yourself.Cyao wrote:do you know some utilities on macos that can make a ext2 fs?
It's in his second message in this thread.
Writing a bootloader in under 15 minutes: https://www.youtube.com/watch?v=0E0FKjvTA0M
Re: What FS should I use?
Ah, I misread that as “or macros”.
In that case, install Linux in a VM. It’s much better for OS programming anyway.
There are utilities available on Mac OS via brew, and a commercial offering from Paragon - easily found via Google.
In that case, install Linux in a VM. It’s much better for OS programming anyway.
There are utilities available on Mac OS via brew, and a commercial offering from Paragon - easily found via Google.
-
- Member
- Posts: 78
- Joined: Tue Jun 07, 2022 11:23 am
- Libera.chat IRC: Cyao
- Location: France
- Contact:
Re: What FS should I use?
Ahh yes just found out there is this "e2fsprogs" that supplies mkfs.ext2 with it, thanks!iansjack wrote:There are utilities available on Mac OS via brew, and a commercial offering from Paragon - easily found via Google.
Re: What FS should I use?
You’ll want to read the specification https://www.nongnu.org/ext2-doc/ext2.html