tc@box:~$ touch /etc/sysconfig/tcedir/copy2fs.flg
tc@box:~$ df
Filesystem Size Used Available Use% Mounted on
rootfs 1.8G 340.8M 1.4G 19% /
tmpfs 1007.6M 0 1007.6M 0% /dev/shm
/dev/sdb2 4.8G 4.4G 176.4M 96% /mnt/sdb2
/dev/sda2 97.8G 43.3G 54.5G 44% /mnt/sda2
/dev/sdb1 10.0G 8.7G 1.3G 87% /mnt/sdb1
tc@box:~$ mount
rootfs on / type rootfs (rw,size=1857204k,nr_inodes=681933)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)
tmpfs on /dev/shm type tmpfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sdb2 on /mnt/sdb2 type ext2 (rw,relatime)
/dev/sda2 on /mnt/sda2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_othe r,blksize=4096)
/dev/sdb1 on /mnt/sdb1 type vfat (rw,noexec,relatime,fmask=0000,dmask=0000,allow _utime=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tc@box:~$ ls -al /etc/sysconfig/
total 40
drwxrwxr-x 2 root staff 280 Oct 26 18:07 ./
drwxr-xr-x 10 root root 720 Oct 26 18:12 ../
-rw-r--r-- 1 root root 6 Oct 26 18:07 Xserver
-rw-r--r-- 1 root root 2 Oct 26 18:07 backup
-rw-rw-r-- 1 root staff 9 Oct 26 18:07 backup_device
-rw-r--r-- 1 root root 13 Oct 26 18:07 desktop
-rw-r--r-- 1 root root 5 Oct 26 18:07 icons
-rw-r--r-- 1 root root 10 Oct 26 18:07 keymap
-rw-r--r-- 1 root root 7 Oct 26 18:07 language
-rw-r--r-- 1 root root 13 Oct 26 18:07 mydata
-rw-r--r-- 1 root root 0 Oct 26 18:07 newmodules
-rw-r--r-- 1 root root 13 May 30 15:24 ntpserver
lrwxrwxrwx 1 root root 8 Oct 26 18:07 tcedir -> /tmp/tce/
-rw-r--r-- 1 root root 3 Oct 26 18:07 tcuser
I did not understand the purpose of unmount tcedir . it is not a mount point .