Results 1 to 1 of 1

Thread: Only first mounted volume (by server) appears on Desktop/Places

  1. #1
    Join Date
    Dec 2005
    Beans
    14

    Only first mounted volume (by server) appears on Desktop/Places

    When I mount more than one volume from the same server, only the first mounted volume appears on the Desktop/Places.

    Example:
    Code:
    mount -t smbfs -o username=user,password=pass //serverName/pictures /media/PictureDrive
    mount -t smbfs -o username=user,password=pass //serverName/lance /media/LanceDrive
    Only "PictureDrive" appears on the Desktop.

    I figured out if I use the IP address for the second mount both will appear.
    Code:
    mount -t smbfs -o username=user,password=pass //serverName/m /media/MediaDrive
    mount -t smbfs -o username=user,password=pass //10.0.0.2/lance /media/LanceDrive
    However, I have 4 mounts and would like all of the mounted volumes to appear.

    Is this a bug?? Or is there a setting somewhere (gconf?) that will show *all* volumes mounted even if they are from the same server?

    Thanks,
    -Lance
    Last edited by LanceRushing; July 4th, 2008 at 10:52 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
  •