Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Mounting multile partitions at startup

  1. #1
    Join Date
    Apr 2009
    Location
    Decatur, Il.
    Beans
    129
    Distro
    Ubuntu 12.04 Precise Pangolin

    Mounting multile partitions at startup

    Hello, I am using gnome-session-properties to automatically mount Windows partitions at startup because I have soft links to often used files over there, but it will only let me keep one of them. Every time a create the entry the other disappears.
    I use
    Code:
    /usr/bin/udisks --mount /dev/disk/by-uuid/A*********
    /usr/bin/udisks --mount /dev/disk/by-uuid/0*********
    Is it because they are the same commands? I would think that since they are not 100% the same it would allow it. Can someone tell me how this works and/or if there's a work around?
    We are 138

  2. #2
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Mounting multile partitions at startup

    Why not do things properly and put an entry in /etc/fstab for each of the drives you want mounted.

    https://help.ubuntu.com/community/Fstab
    Cheesemill

  3. #3
    Join Date
    Apr 2009
    Location
    Decatur, Il.
    Beans
    129
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Mounting multile partitions at startup

    oh, I didn't know. I googled how to do that and that was the results I came up with from the first 3 links of my query. Thanx though I'll check it out.
    We are 138

  4. #4
    Join Date
    Dec 2009
    Beans
    6,776

    Re: Mounting multile partitions at startup

    I'm all for setting it up in fstab but I'm confused by the original question. It's likely I'm reading it wrong/.

    Are you trying to add multiple lines to the same startup job?

    Why not create a separate job for each partition instead.

  5. #5
    Rebelli0us is offline Extra Foam Sugar Free Ubuntu
    Join Date
    Feb 2008
    Beans
    722

    Re: Mounting multile partitions at startup

    Just add them to fstab or use a utility like mountmanager to do it for you.

  6. #6
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Mounting multile partitions at startup

    I like to mount my data partitions and link the folders back into /home, others perfer to use bind.

    Splitting home directory discussion and details:
    http://ubuntuforums.org/showthread.php?t=1811198
    http://ubuntuforums.org/showthread.php?t=1901437
    http://ubuntuforums.org/showthread.p...hlight=%2Fdata
    Link is on move home but see post by bodhi.zazen on data partition #6
    http://ubuntuforums.org/showthread.php?t=325048
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  7. #7
    Join Date
    Apr 2009
    Location
    Decatur, Il.
    Beans
    129
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Mounting multile partitions at startup

    Quote Originally Posted by Morbius1 View Post
    I'm all for setting it up in fstab but I'm confused by the original question. It's likely I'm reading it wrong/.

    Are you trying to add multiple lines to the same startup job?

    Why not create a separate job for each partition instead.
    I did create multiple startup jobs and when I added the second one and restarted my computer it there would only one be one partition startup option like it deleted the first one.
    We are 138

  8. #8
    Join Date
    Dec 2009
    Beans
    6,776

    Re: Mounting multile partitions at startup

    Did you give each one a different name? Like MountC and MountD or did you have the same name?
    Attached Images Attached Images
    Last edited by Morbius1; July 13th, 2012 at 05:27 PM. Reason: Added an attachment

  9. #9
    Join Date
    Apr 2009
    Location
    Decatur, Il.
    Beans
    129
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Mounting multile partitions at startup

    D
    Quote Originally Posted by oldfred View Post
    I like to mount my data partitions and link the folders back into /home, others perfer to use bind.

    Splitting home directory discussion and details:
    http://ubuntuforums.org/showthread.php?t=1811198
    http://ubuntuforums.org/showthread.php?t=1901437
    http://ubuntuforums.org/showthread.p...hlight=%2Fdata
    Link is on move home but see post by bodhi.zazen on data partition #6
    http://ubuntuforums.org/showthread.php?t=325048
    Well I do something like this

    Code:
    ln  -s /media/Windowspartition1/users/me/Downloads /home/me/Downloads (I name it "downloads1"
    ln -s /media/Windowspartition2/Downloads /home/me/Downloads (I name it downloads 2 etc...)
    and I do the same for Documents and Pictures etc...
    Last edited by Lateralus138; July 13th, 2012 at 05:42 PM.
    We are 138

  10. #10
    Join Date
    Apr 2009
    Location
    Decatur, Il.
    Beans
    129
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Mounting multile partitions at startup

    Quote Originally Posted by Morbius1 View Post
    Did you give each one a different name? Like MountC and MountD or did you have the same name?
    Yes I named one Windows Mount 1 and Windows Mount 2. At first I thought because they were similar in name that it didn't work that way, but I changed one name to just "1" and the other to just "2" and it still deleted one of them.
    We are 138

Page 1 of 3 123 LastLast

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
  •