Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25

Thread: Endless loop after shutting down with Windos volume still mounted

  1. #11
    Join Date
    Jan 2007
    Location
    England and Australia
    Beans
    359
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Endless loop after shutting down with Windos volume still mounted

    Umm ...
    Code:
    smbmount
    should that be just
    Code:
    mount
    ?

    sudo smbmount -o guest "//study-raid/database (f)/" /mnt/dbf
    gave
    Warning: mapping 'guest' to 'guest,sec=none'

    Mounting the DFS root for domain not implemented yet
    No ip address specified and hostname not found
    It's a weird one isn't it?



    David
    Last edited by dryder; January 12th, 2011 at 12:49 PM. Reason: omitted pazrt of message

  2. #12
    Join Date
    Oct 2009
    Location
    Tucson, AZ
    Beans
    782
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Endless loop after shutting down with Windos volume still mounted

    You can also use
    Code:
    mount -t smb
    smbmount is a shortcut.

    [Never mind...]
    Last edited by PatchesTheCaveman; January 12th, 2011 at 12:51 PM.

  3. #13
    Join Date
    Oct 2009
    Location
    Tucson, AZ
    Beans
    782
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Endless loop after shutting down with Windos volume still mounted

    That's weird. If nautilus can find it by name smbmount should be able to. Figure out study-raid's IP address, probably most easily by:
    Code:
    ping -c4 study-raid
    and substitute that for its name in the smbmount command.

  4. #14
    Join Date
    Jan 2007
    Location
    England and Australia
    Beans
    359
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Endless loop after shutting down with Windos volume still mounted

    Weirder - it can't find the name - but can the ip address ...

    I'm checking the router connection and windows name - it used to be study1-raid but I changed the name (dropping '1') some time ago.

    Get back to you ...

    David

  5. #15
    Join Date
    Oct 2009
    Location
    Tucson, AZ
    Beans
    782
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Endless loop after shutting down with Windos volume still mounted

    If you know the IP address, you can mount it with it. e.g.
    Code:
    sudo smbmount -o guest "//192.168.0.10/database (f)/" /mnt/dbf
    ETA: On some networks you can't ping a Windows machine from a Linux one by name. That's not necessarily a problem.

  6. #16
    Join Date
    Jan 2007
    Location
    England and Australia
    Beans
    359
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Endless loop after shutting down with Windos volume still mounted

    Hi,

    XP computer:
    Checked the router - STUDY-RAID (caps) is attached to 192.168.0.2. The router's LanIP setup (fixed address table ayk) has the same ip address, computer name and the MAC number is the same in both attached devices and LanIP setup.

    The computer (Start>My Computer>Properties) has the same name, workgroup is correct.

    Code:
    sudo smbmount -o guest "//192.168.0.2/database (f)/" /mnt/dbf
    gives me:
    david@ubuntu64:~$ sudo smbmount -o guest "//192.168.0.2/database/" /mnt/dbf
    Warning: mapping 'guest' to 'guest,sec=none'

    Mounting the DFS root for domain not implemented yet
    No ip address specified and hostname not found
    david@ubuntu64:~$
    Samba used to be so easy ....

    David

  7. #17
    Join Date
    Oct 2009
    Location
    Tucson, AZ
    Beans
    782
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Endless loop after shutting down with Windos volume still mounted

    Try:
    Code:
    sudo smbmount -o guest,netbiosname=study-raid,ip=192.168.0.2,servern=ubuntu "//study-raid/database (f)/" /mnt/dbf
    Short of some sort of map outlining the exact electrical path to the other system that's about as specific as you can get!

  8. #18
    Join Date
    Jan 2007
    Location
    England and Australia
    Beans
    359
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Endless loop after shutting down with Windos volume still mounted

    Hi,
    Apologies for the delay in replying.

    No joy:
    david@ubuntu64:~$ sudo smbmount -o guest,netbiosname=study-raid,ip=192.168.0.2,servern=ubuntu "//study-raid/database (f)/" /mnt/dbf
    Warning: mapping 'guest' to 'guest,sec=none'

    Mounting the DFS root for domain not implemented yet
    mount error: can not change directory into mount target guest,sec=none,netbiosname=study-raid,ip=192.168.0.2,servern=ubuntu
    david@ubuntu64:~$
    I tried it with a different windows drive and got the same result.

    As a matter of interest, when trying to delete the rogue file, this is the error message:
    Error while deleting.
    There was an error getting information about "database (f) on study-raid.volume".
    The specified location is not supported
    Is "The specified location is not supported" referring to the rogue file or "database (f)"?

    I will be away until Saturday so will resume the solving of this then. I very much appreciate you helping with a problem I frankly just don't understand.

    David
    Last edited by dryder; January 13th, 2011 at 08:38 AM.

  9. #19
    Join Date
    Jan 2007
    Location
    England and Australia
    Beans
    359
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Endless loop after shutting down with Windos volume still mounted

    Hi,

    I tried with a different folder but received the same message:
    david@ubuntu64:~$ sudo smbmount -o guest "//192.168.0.2/Gnucash books/" /mnt/dbf
    [sudo] password for david:
    Warning: mapping 'guest' to 'guest,sec=none'

    Mounting the DFS root for domain not implemented yet
    No ip address specified and hostname not found
    david@ubuntu64:~$
    then for a different shared volume - it, too, gave the same error.

    Any help would be appreciated.

    David

  10. #20
    Join Date
    Oct 2009
    Location
    Tucson, AZ
    Beans
    782
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Endless loop after shutting down with Windos volume still mounted

    Make sure the capitalization matches exactly that of the file share and try again. Apparently capitalization matters sometimes and causes the unhelpful DFS error.

Page 2 of 3 FirstFirst 123 LastLast

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
  •