Date: Wed, 10 Mar 2004 17:08:02 -0500 From: Michael Johnson <ahze@ahze.net> To: current@freebsd.org Subject: mdmfs(8) not right? Message-ID: <65F915A3-72DF-11D8-9C2D-000A958C81C6@ahze.net>
next in thread | raw e-mail | index | archive | help
from the man page mdmfs(8)
....
The same file system created as an entry in /etc/fstab:
md /tmp mfs rw,-s32m 2 0
...
shouldn't it read
The same file system created as an entry in /etc/fstab:
md /tmp mfs rw,-s32m 0 0
??
the boot process stalls when md /tmp mfs rw,-s32m 2 0 is in fstab
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?65F915A3-72DF-11D8-9C2D-000A958C81C6>
