>Maybe that folder is on some other partition? fdisk -l
That may not necessarily provide enough information. The real info is when you run the mount command:
mount
It'll list all the filesystems mounted, and if /usr or /usr/bin is listed there, you've got it on a separate partition.
>mount usrbin ... (mount -t ext3 /dev/hdb1 /usr/bin)
What about the /etc/fstab file? :icon_wink: It sure isn't going to be very nice if you have to manually mount the filesystem each time you boot the system.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339