cvs commit: src/sbin/mount mount.c src/sbin/umount umount.8
 umount.c
    Ian Dowse 
    iedowse at FreeBSD.org
       
    Fri Jul 18 10:43:15 PDT 2003
    
    
  
iedowse     2003/07/18 10:43:13 PDT
  FreeBSD src repository
  Modified files:
    sbin/mount           mount.c 
    sbin/umount          umount.8 umount.c 
  Log:
  When mount(8) is invoked with the `-v' flag, display the filesystem
  ID for each file system in addition to the normal information.
  
  In umount(8), accept filesystem IDs as well as the usual device and
  path names. This makes it possible to unambiguously specify which
  file system is to be unmounted even when two or more file systems
  share the same device and mountpoint names (e.g. NFS mounts from
  the same export into different chroots).
  
  Suggested by:   Dan Nelson <dnelson at allantgroup.com>
  
  Revision  Changes    Path
  1.53      +4 -1      src/sbin/mount/mount.c
  1.18      +9 -11     src/sbin/umount/umount.8
  1.38      +41 -5     src/sbin/umount/umount.c
    
    
More information about the cvs-all
mailing list