[root@localhost ~]# umount -a
umount: /: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(

or fuser(1))
[root@localhost ~]# mkdir /here
[root@localhost ~]# mount /dev/hdb1 /here
[root@localhost ~]# ls -l /here
total 280
drwxr-xr-x 2 root root 4096 Sep 4 21:01 backup/
drwxr-xr-x 2 root root 4096 Jun 15 2010 bin/
drwxr-xr-x 3 root root 4096 Sep 2 20:37 boot/
drwxr-xr-x 56 root root 4096 Sep 4 21:00 buck/
drwxr-xr-x 2 root root 4096 Sep 4 21:01 Desktop/
drwxr-xr-x 24 root root 135168 Jun 15 2010 dev/
drwxr-xr-x 7 root root 4096 Sep 4 21:01 Documents/
drwxr-xr-x 2 root root 4096 Sep 4 21:01 Downloads/
drwxr-xr-x 119 root root 12288 Sep 2 20:38 etc/
drwxr-xr-x 2 root root 4096 Sep 4 21:01 GnuCash_GCBC/
drwxr-xr-x 4 root root 4096 Sep 4 20:58 hdb6/
drwxr-xr-x 2 root root 4096 Jun 15 2010 home/
drwxr-xr-x 2 root root 4096 Sep 4 21:01 House/
drwxr-xr-x 2 root root 4096 Jun 15 2010 initrd/
drwxr-xr-x 17 root root 4096 Jun 15 2010 lib/
drwx------ 2 root root 16384 Jun 15 2010 lost+found/
drwxrwxr-x 2 root root 4096 Sep 2 20:37 media/
drwxr-xr-x 3 root root 4096 Sep 4 21:01 Miscellaneous/
drwxr-xr-x 2 root root 4096 Jun 15 2010 mnt/
drwxr-xr-x 2 root root 4096 Sep 4 21:01 Movies/
drwxr-xr-x 2 root root 4096 Sep 4 21:01 Music/
drwxr-xr-x 8 root root 4096 Jun 15 2010 opt/
drwxr-xr-x 18 root root 4096 Sep 4 21:01 Pictures/
drwxr-xr-x 2 root root 4096 Jun 15 2010 proc/
drwxr-x--- 35 root root 4096 Sep 3 16:18 root/
drwxr-xr-x 2 root root 12288 Jun 15 2010 sbin/
drwxr-xr-x 2 root root 4096 Jun 15 2010 sys/
drwxrwxrwt 12 root root 4096 Sep 4 13:31 tmp/
drwxr-xr-x 13 root root 4096 Jul 14 2009 usr/
drwxr-xr-x 15 root root 4096 Jun 12 2010 var/
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]# ls -l /home
lrwxrwxrwx 1 root root 11 Sep 4 12:52 /home -> /union/home/
[root@localhost ~]#