tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mount(8) enhancement



>> 	mount /dev/dk0:bart /mnt
> I would much prefer to use the existing mechanisms to specify
> filesystem-specific parameters more generally.  [...]
> 	mount -t foo -o -x=bart /mnt

(a) Oops, that should be
	mount -t foo -o -x=bart /dev/dk0 /mnt

(b) This is what I did back in the 1.4T days when I added an option to
mount_ffs that allowed making the root point of the mount something
further down in the on-disk filesystem than its root.  I added an
option to mount_ffs, -p PATH, to specify the path within the filesystem
to find the root of the mount point.  So, in a tiny way, there is prior
art even aside from mount_mfs.

/~\ The ASCII				  Mouse
\ / Ribbon Campaign
 X  Against HTML		mouse%rodents-montreal.org@localhost
/ \ Email!	     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index