Er, just so you know.. thsi is a thread about 2.5.68.. not 2.6.5.
Also, df seems to strip some of the mounts that aren't quite important. Does /dev/pts show up when you type 'mount' ?
This is my output for df -h, for example:
Code: Select all
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda2 20G 16G 3.5G 83% /
none 252M 0 252M 0% /dev/shm
/dev/hdc1 75G 72G 2.5G 97% /mnt/local/dos
But 'mount' is a lot more.... complete.
Code: Select all
# mount
/dev/hda2 on / type reiserfs (rw,noatime)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev type ramfs (rw)
none on /dev/pts type devpts (rw)
none on /dev/shm type tmpfs (rw)
none on /proc/bus/usb type usbfs (rw)
automount(pid4377) on /mnt/local type autofs (rw,fd=5,pgrp=4377,minproto=2,maxproto=3)
automount(pid4405) on /mnt/yoshiyoka type autofs (rw,fd=5,pgrp=4405,minproto=2,maxproto=3)
/dev/hdc1 on /mnt/local/dos type vfat (rw,uid=65534,gid=408,umask=0002)