* Nigel Horne | 2008-11-19 08:12:19 [+0000]:

> Its a clean installation, the disc was formatted before installation.
> If something is wrong it's nothing I've done!
>
> Here is my /etc/mtab
>
> /dev/sda6 / ext3 rw,noatime,errors=remount-ro 0 0
> tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
> proc /proc proc rw,noexec,nosuid,nodev 0 0
> sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
> procbususb /proc/bus/usb usbfs rw 0 0
> udev /dev tmpfs rw,mode=0755 0 0
> tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
> devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
> fusectl /sys/fs/fuse/connections fusectl rw 0 0
> /dev/sdb2 /home ext3 rw,noatime 0 0
> /dev/sda2 /mnt/c fuseblk rw,allow_other,blksize=4096 0 0
> /dev/sdb1 /mnt/d fuseblk rw,allow_other,blksize=4096 0 0
> / / bind rw,bind 0 0
> /home /home bind rw,bind 0 0
> rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
> automount(pid3573) /net autofs rw,fd=4,pgrp=3573,minproto=2,maxproto=4 0 0
> automount(pid3544) /smb autofs rw,fd=4,pgrp=3544,minproto=2,maxproto=4 0 0
>
You have your / and /home mounted onto itself + you have automount on
/net and /smb. This is not part of the a standard installation.
Either you have it by accident in your fstab or a chroot mount script
went wrong. I guess the latter.

Does your /proc/mounts contain a line like

|tmpfs / tmpfs rw,size=10240k,mode=755 0 0

? If so, than this is a *valid* bind mount.

Sebastian



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to