Results 1 to 3 of 3

Thread: Assigning a 2nd HDD during installation...

  1. #1
    Join Date
    Jun 2008
    Location
    United Kingdom
    Beans
    119
    Distro
    Ubuntu 16.04 Xenial Xerus

    Assigning a 2nd HDD during installation...

    Hi!

    I'm soon about to remove Windows from my 2nd HDD when the final version of Intrepid comes out and install it over both my drives.

    I know that I can assign the 2nd drive, say, to the /home directory, but is there a way during the setup that I can assign it to a folder that doesn't exist yet? I do a lot of downloads and I'd like to have the 2nd HDD assigned to a folder called 'Downloads' which will have the path of /home/[username]/Downloads. Is there a way to do this in the install?

    If there's not a way of doing so, can anyone help me out in how I would assign the drive after installation? I know it's something to do with fstab or something but I'm a little worried that I'll miss something like not formatting the drive or something.

    Thanks! =)

  2. #2
    Join Date
    Aug 2005
    Location
    Philadelphia, PA, USA
    Beans
    2,774
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: Assigning a 2nd HDD during installation...

    Because I boot multiple linux distros, I have a /data partition, which is /dev/sda7 on my disk, for my personal files. I do this so that all the .config files in /home don't get mixed up.
    So when I install Ubunutu (or any other distro), when I get to the partition section I just choose to add the mount point for /dev/sda7 manually and type in /data for the mount point. So you should be able to choose /home/Downloads for your mount point for the 2nd hard drive. You don't need to specify your user name in the mount point. In fact, you could just call it /downloads if you want. As long as you specify the correct partition you can call it whatever you want. If your 2nd hard drive is one big partition it will probably be recognized as /dev/sdb1. So you would select /dev/sdb1 and choose the mount point to be /whatever_you_want_to_call_it, and you should be fine.

    If you already have data on the 2nd hard drive, be sure to choose not to format the partition when you choose the mount point for it.

    If after installing you don't have read-write permission to the 2nd hard drive, run:
    sudo chown -R your_user_name:users /your_mount_point
    to get write permission t the drive.
    Last edited by tommcd; October 22nd, 2008 at 11:37 AM.
    Registered Linux User #422464 http://linuxcounter.net/
    Use the search engine that respects your privacy rights: https://startpage.com/

  3. #3
    Join Date
    Jun 2008
    Location
    United Kingdom
    Beans
    119
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Assigning a 2nd HDD during installation...

    Thanks very much for your help, tommcd! =)

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
  •