Re: next68k port status?
"Darrin B. Jewell" <[email protected]> 15 Oct 2003 14:16:22 -0400
| Newsgroups | gmane.os.netbsd.ports.next68k |
|---|---|
| Message-ID | <[email protected]> |
NeXTs filesystem is the ancestor of MacOS's UFS filesystem, and they are very similar. We don't currently support it, although I had it working in the lab while developing our support for MacOS's UFS filesystem. The biggest issue is that most of their filesystems are formatted with 1024 byte sectors. (Although their cd's are ufs with 2048 byte sectors) Fixing this is a big task that has been looked at hard by many people for many years. On next68k, you might get away with bumping DEV_BSIZE, but thats not a particularly good answer. Additionally, netbsd's Apple UFS filesystem support was broken when the ffs2 changes were introduced, and I don't yet trust the way it will upgrade your superblock. Furthermore, ompatibility support for old bsd filesystem features used by NeXT, such as FS_42INODEFMT was removed from NetBSD at that time. Needless to say, I was annoyed at the breakage, but haven't had the time to go back in and fix. Darrin Brian Willoughby <[email protected]> writes: > [ OS support > [ - Compatibility with NeXT format file systems (read/write)? > [ Isn't it the same that MacOS X uses (which is supported in > [ NetBSD/macppc) > > I haven't used next68k yet, so I don't remember if it uses the same NeXT > format file system (BFFS). > > I can say that Mac OS X uses UFS, not BFFS. > > I also remember that BFFS is limited to 2 GB partitions, at least on the NeXT > format file system. > > Brian Willoughby > Sound Consulting