Re: Making a localized, educational live-usb version of Netbsd? Possible, and is worth it?
Martin Husemann <[email protected]> Sat, 29 Mar 2014 07:31:16 +0100
| Newsgroups | gmane.os.netbsd.advocacy,gmane.os.netbsd.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Mar 29, 2014 at 12:52:40AM +0400, Aleksej Saushev wrote: > It is a bit of surprise to me that bootxx_msdos exists, > yet it isn't clear enough from documentation which file system(s) it supports. (disclaimer: I've never used it) From the naming of other primaries in that directory my guess would be: just msdos - so FAT and FAT32. If you can mount it with mount_msdos(8) [or the equivalent mount -t msdos], it should work. Martin