Results 1 to 2 of 2

Thread: Can't mount windows share from local computer

  1. #1
    Join Date
    Feb 2013
    Beans
    1

    Can't mount windows share from local computer

    trying to mount a windows share on local windows box, to ubuntu running on macbook inside paralells

    I tried

    Code:
     /$ smbclient \\\\192.168.1.122\\Users -U gsl
    Enter gsl's password: *********
    
    session request to 192.168.1.122 failed (Called name not present)
    session setup failed: NT_STATUS_LOGON_FAILURE
    and tried

    Code:
     /$ sudo mount -t cifs //192.168.1.122/Users /mnt/win7 -o username=gsl
    
    mount: block device //192.168.1.122/Users is write-protected, mounting read-only
    
    mount: cannot mount block device //192.168.1.122/Users read-only

    and tried

    Code:
     /$ sudo mount -t smbfs //192.168.1.122/Users /mnt/win7 -o username=gsl
    mount: unknown filesystem type 'smbfs'

    NOTE: i have created /mnt/win7
    Last edited by 3hack; February 26th, 2013 at 05:20 PM.

  2. #2
    prodigy_ is offline May the Ubuntu Be With You!
    Join Date
    Mar 2008
    Beans
    1,219

    Re: Can't mount windows share from local computer


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
  •