On Fri, 1 Feb 2002 17:11, Tim Sailer wrote: > > What do you mean that it is impossible to be the same? (Are you saying > > that proc was also mounted at / ?) > > Hmm. I didn't say that right. Mount showed /proc mounted. 'df' *also* > showed /proc mounted, with the same size/used/free as /.
To see what is mounted do "cat /proc/mounts". I guess from your description that /proc is not mounted but /etc/mtab suggests that it is. "ls -l /proc" should show what's happening. -- http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/projects.html Projects I am working on http://www.coker.com.au/~russell/ My home page

