Comment 4 for bug 46516

Revision history for this message
Chris Teachworth (cteachworth) wrote :

I have a similar problem with a fully patched clean install of Dapper. I have 5 nfs v3 partions and 1 smbfs share in /etc/fstab that always mount after a reboot but /etc/mtab usually only shows one of the remote file systems. Sometimes it is one of the nfs shares and sometimes it is the smbfs share that shows.

cat /etc/fstab
192.168.x.x:/vol/postfixc /etc/postfixc nfs defaults 0 0
192.168.x.x:/vol/mail /var/mail nfs defaults 0 0
192.168.x.x:/vol/mail/mailman /var/lib/mailman nfs defaults 0 0
192.168.x.x:/vol/www /var/www nfs defaults 0 0
192.168.x.x:/vol/logs /var/log/www nfs defaults 0 0
//192.168.x.x/ahfc\044 /mnt/ahfc/rates smbfs defaults credentials=/secret,uid=x,gid=x 0 0

cat /proc/fstab
/dev/sda1 / ext3 rw,errors=remount-ro 0 0
proc /proc proc rw 0 0
varrun /var/run tmpfs rw 0 0
udev /dev tmpfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
/var/run/saslauthd /var/spool/postfix/var/run/saslauthd bind rw,bind 0 0
//192.168.x.x/ahfc$ /mnt/ahfc/rates smbfs rw 0 0

cat /proc/mounts
rootfs / rootfs rw 0 0
none /proc proc rw,nodiratime 0 0
udev /dev tmpfs rw 0 0
/dev/sda1 / ext3 rw,data=ordered 0 0
/dev/sda1 /dev/.static/dev ext3 rw,data=ordered 0 0
tmpfs /var/run tmpfs rw 0 0
tmpfs /var/lock tmpfs rw 0 0
tmpfs /dev/shm/var.run tmpfs rw 0 0
tmpfs /dev/shm/var.lock tmpfs rw 0 0
devpts /dev/pts devpts rw 0 0
192.168.x.x:/vol/postfixc /etc/postfixc nfs rw,v3,rsize=32768,wsize=32768,hard,lock,proto=tcp,addr=192.168.162.100 0 0
192.168.x.x:/vol/mail /var/mail nfs rw,v3,rsize=32768,wsize=32768,hard,lock,proto=tcp,addr=192.168.162.100 0 0
192.168.x.x:/vol/mail/mailman /var/lib/mailman nfs rw,v3,rsize=32768,wsize=32768,hard,lock,proto=tcp,addr=192.168.162.100 0 0
192.168.x.x:/vol/www /var/www nfs rw,v3,rsize=32768,wsize=32768,hard,lock,proto=tcp,addr=192.168.162.100 0 0
192.168.x.x:/vol/logs /var/log/www nfs rw,v3,rsize=32768,wsize=32768,hard,lock,proto=tcp,addr=192.168.162.100 0 0
tmpfs /var/run tmpfs rw 0 0
tmpfs /var/spool/postfix/var/run/saslauthd tmpfs rw 0 0
//192.168.x.x/ahfc$ /mnt/ahfc/rates smbfs rw,nodiratime,nosuid,nodev,uid=x,gid=x,file_mode=0755,dir_mode=0755 0 0