busybox reboot/unmount issue

Kumar Gala galak at kernel.crashing.org
Mon Feb 27 19:10:54 UTC 2006


With a build of a recent busybox snapshot I get the following on a  
reboot:

# reboot
# BusyBox v1.1.1-pre0 (2006.02.27-15:56+0000) multi-call binary

Usage: umount [flags] FILESYSTEM|DIRECTORY

Unmount file systems

Flags:
         -a      Unmount all file systems
         -r      Try to remount devices as read-only if mount is busy
         -l      Lazy umount (detach filesystem)
         -f      Force umount (i.e., unreachable NFS server)
         -D      Do not free loop device (if a loop device has been  
used)

The system is going down NOW !!
Sending SIGTERM to all processes.
Please stand by while rebooting the system.
Restarting system.
.

The following is results of mount:

# mount
(null) on / type nfs  
(rw,v2,rsize=4096,wsize=4096,hard,nolock,proto=udp,addr=172.26.72.59)
proc on /proc type proc (rw)
none on /dev/pts type devpts (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw)
kgala_lnx:/local on /local type nfs  
(rw,v3,rsize=32768,wsize=32768,hard,nolock,proto=udp,addr=kgala_lnx)




More information about the busybox mailing list