src/wiki/linux/volumes.m4
2023-07-23 15:24:34 -04:00

16 lines
740 B
Plaintext

_header(`File systems')
<P>
Also see _ref(`/unix/#volumes').
</P>
_subheader(`UFS')
_bibliography(`
_bentr(_link(`how to mount ffs partition under linux', `https://wiki.netbsd.org/tutorials/how_to_mount_ffs_partition_under_linux/') (NetBSD Wiki))
')
<P>
To mount a NetBSD FFSv2 partition in Linux use _cite(`mount(8)'); _code(`mount -o ufstype=ufs2 -t ufs').
The NetBSD Wiki instead notes _code(`-o ufstype=44bsd')
but that specific snippet was _link(`imported', `https://wiki.netbsd.org/cgi-bin/cvsweb/wikisrc/tutorials/how_to_mount_ffs_partition_under_linux.mdwn')
from _link(`a NetBSD.se Wiki page at least as old as 2007', `http://web.archive.org/web/20071112075927/http://wiki.netbsd.se/How_to_mount_FFS_partition_under_Linux').
</P>