CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/09 06:58:57
Modified files:
sys/ufs/ffs : ffs_vfsops.c
Log message:
Teach FFS mounts about disklabel UIDs. This allows file systems to be
mounted by specifying a disklabel UID followed by a dot and a partition.
For example:
mount -t ffs 0123456789abcdef.a /mnt
ok otto@
