Results 1 to 4 of 4

Thread: Ubuntu failed to mount windows share

  1. #1
    Join Date
    Jul 2009
    Posts
    43

    Ubuntu failed to mount windows share

    I have a small network of 4 computers at home, two laptops and two desktop, both the laptops have windows vista ultimate, one desktop has Windows XP and other with ubuntu. When i boot my computers one morning, Ubuntu failed to mount windows share and from then it would not mount windows share automatically, but i have to manually mount them... Any solution to this? Please help guys, mounting all the computers manually is very tiresome...

  2. #2
    Join Date
    Jul 2009
    Posts
    42

    Re: Ubuntu failed to mount windows share

    Hey, i too have the sample problem. Till yesterday everything was working perfectly, i do not not what suddenly went wrong, the samba shares refuse to mount automatically, it will mount fine, but it was configured to mount shares during startup, but it doesn't do it anymore... Any help?

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    Re: Ubuntu failed to mount windows share

    You can go to system prefrence and configure the startup script again... Here is the code :

    If your windows shares are password protected :

    Code:
    sudo mount -t cifs //netbiosname/sharename /media/sharename -o username=winusername,password=winpassword,iocharset=utf8
    If your windows shares are not password protected :

    Code:
    sudo mount -t cifs //netbiosname/sharename /media/sharename -o guest,rw,iocharset=utf8
    Hope this help...

  4. #4
    Join Date
    Jul 2009
    Posts
    43

    Re: Ubuntu failed to mount windows share

    Thanks, solomon, i think i will have to try what you said and will add the windows shares to mount at setup again. Will have to add all the shres, but will try with one first... Thanks!

Similar Threads

  1. Replies: 3
    Last Post: 30-01-2011, 07:48 PM
  2. Share files between Windows 7 and Ubuntu
    By Chulbul Pandey in forum Networking & Security
    Replies: 3
    Last Post: 13-12-2010, 12:06 AM
  3. Ubuntu startup error - Mount of filesystem failed
    By Bloomstone in forum Operating Systems
    Replies: 3
    Last Post: 01-01-2010, 05:18 PM
  4. Mount a network share without being administrator
    By Linux-Us in forum Networking & Security
    Replies: 5
    Last Post: 17-12-2009, 02:00 PM
  5. Mount NFS-share on Windows Server 2003 x64
    By jens.wannenmacher@gmail.com in forum Windows Server Help
    Replies: 0
    Last Post: 15-04-2008, 03:35 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,108,577.02876 seconds with 17 queries