You are mounting the file system before the network is up, use _netenv to mount 
when the network status changes instead of auto. ie

//10.1.1.2/E /media/windows_e cifs 
_netenv,credentials=/etc/smbcredentials,uid=1000,file_mode=0770,dir_mode=0770,rw
 0 0

With the new network manager they have changed how the network starts slightly 
to allow you to connect to wireless without being logged in to a gui etc so it 
has changed some of these things. 

--- On Wed, 15/10/08, Simon Ives <[EMAIL PROTECTED]> wrote:

> From: Simon Ives <[EMAIL PROTECTED]>
> Subject: FSTAB Auto Mount
> To: ubuntu-au@lists.ubuntu.com
> Received: Wednesday, 15 October, 2008, 1:34 PM
> Hi all.
> 
> Hope someone can help with what seems like a simple
> problem.  Last week
> I updated one of my notebooks to Intrepid for a few reasons
> but mainly
> to test it out on my work/Uni's network environment. 
> After an initial
> hiccup (gnome & ubuntu-desktop not installing) I've
> got a surprisingly
> stable system that functions just as well, if not better,
> than
> Hardy...except one thing, my network shares no longer mount
> at start-up.
> If I execute "sudo mount -a" all the shares mount
> fine.  The local ext3
> partition mounts at start-up, just not the network shares. 
> Any idea on
> what I can do to fix this issue?  The contents of my
> /etc/fstab are:
> 
> # /etc/fstab: static file system information.
> #
> #  -- This file has been automaticly generated by
> ntfs-config -- 
> #
> # <file system> <mount point>   <type> 
> <options>       <dump>  <pass>
> 
> proc /proc proc defaults 0 0
> # Entry for /dev/sda1 :
> UUID=d6212b60-f483-4170-a0fa-795bbd5d64b7 / ext3
> relatime,errors=remount-ro 0 1
> # Entry for /dev/sda5 :
> UUID=143b8cd2-f506-4f9e-a37d-0b16a85f5c88 none swap sw 0 0
> # Entry for /dev/sda6 :
> UUID=6801c682-42c7-43ad-82b8-d38d53a20459 none swap sw 0 0
> # Entry for cdrom :
> /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0
> 0
> #
> # -- Entry for Second Local Partition
> #
> /dev/sda2 /media/local_b ext3 defaults 0 0
> #
> # -- Entry for File Server
> #
> 10.1.1.4:/home /media/file_server nfs
> auto,rw,rsize=8192,wsize=8192,timeo=14,intr
> #
> # -- Entries for Desktop Computer - Windows XP
> #
> //10.1.1.2/C /media/windows_c cifs
> auto,credentials=/etc/smbcredentials,uid=1000,file_mode=0770,dir_mode=0770,rw
>       0 0
> //10.1.1.2/D /media/windows_d cifs
> auto,credentials=/etc/smbcredentials,uid=1000,file_mode=0770,dir_mode=0770,rw
>       0 0
> //10.1.1.2/E /media/windows_e cifs
> auto,credentials=/etc/smbcredentials,uid=1000,file_mode=0770,dir_mode=0770,rw
>       0 0
> 
> Thanks.
> 
> -- 
> 
> Simon Ives
> 
> [EMAIL PROTECTED]
> www.simonives.info
> 
> Please consider the environment before printing this email
> or any
> attachments.
> 
> 
> 
> -- 
> ubuntu-au mailing list
> ubuntu-au@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-au

-- 
ubuntu-au mailing list
ubuntu-au@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-au

Reply via email to