previously on this list Z contributed: > In brief, I was trying to format a usb stick as ext2, and was going back > and forth between linux and openbsd to get it working on both (I'm > fairly new to openbsd). The disklabel I ended up with is pasted below. > It seems misconfigured,
You shouldn't need to use disklabel for a usb stick. Not sure if this is still needed but mkfs.ext2 -I 128 became needed for OpenBSD to mount it but that was made obvious from the xconsole output. ext2fs works fine for me but I have seen some panics when unplugging; ext2fs doesn't get that much love on OpenBSD so you may get more reliability (no panics) using msdosfs or ntfs-3g from ports. The latter requires raw access though for some strange reason and so won't work with securelevel=2 (not default). You can also mount ffs (ufs) on linux read only by specifying ufs type 44bsd to mount. -- _______________________________________________________________________ 'Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface' (Doug McIlroy) In Other Words - Don't design like polkit or systemd _______________________________________________________________________ I have no idea why RTFM is used so aggressively on LINUX mailing lists because whilst 'apropos' is traditionally the most powerful command on Unix-like systems it's 'modern' replacement 'apropos' on Linux is a tool to help psychopaths learn to control their anger. (Kevin Chadwick) _______________________________________________________________________