Results 1 to 7 of 7

Thread: Regarding partitioning/mount points

  1. #1
    Join Date
    Jun 2008
    Beans
    49

    Regarding partitioning/mount points

    So, I have two hard drives, one 320GB and one 500GB. Now, Ubuntu doesn't take up all that much space, it wouldn't make sense to me to allocate all of even the small drive for it... so would it be possible to, say, mount a 80GB partition of the 500GB drive as /, the 320GB drive as /home and the rest of the 500GB drive as /home/qwerty, where 'qwerty' is my would-be user name? So basically, my account would get a dedicated 420GB (roughly) partition, and the 320GB would be shared among all other users?

    In essence, why I'm asking this is... I don't know if the installer would fail when it creates the folders for the users, if there's already a mount point under the user name. Anyone know if this would work?

  2. #2
    Join Date
    Jan 2007
    Location
    Melbourne, Australia
    Beans
    5,096

    Re: Regarding partitioning/mount points

    Hi, 80 gig is a lot to give to / you could always make that smaller if you are worried about space.
    You can create the /home partition when installing and set qwerty as the user, then after the install is complete add additional users that will have their folder on the /home partition.
    Ubuntu Newbie Help: irc: #beginners-help on network irc.freenode.net
    Help others, mark your threads solved.

  3. #3
    Join Date
    Jun 2008
    Beans
    49

    Re: Regarding partitioning/mount points

    Quote Originally Posted by Partyboi2 View Post
    Hi, 80 gig is a lot to give to / you could always make that smaller if you are worried about space.
    You can create the /home partition when installing and set qwerty as the user, then after the install is complete add additional users that will have their folder on the /home partition.
    I'm not worried about space at all What would be a good size for '/', though? 40GB? I want to be sure that it never gets full, but also I don't want to waste my HD space.

    As for the rest, that's what I always do; I was just wondering if it's possibly to create a separate partition for one user (using the method I described), so /home would be a separate partition and /home/qwerty another, so all users except qwerty share the same partition?

  4. #4
    Join Date
    Nov 2006
    Beans
    35

    Re: Regarding partitioning/mount points

    Quote Originally Posted by hackapelite View Post
    I'm not worried about space at all What would be a good size for '/', though? 40GB? I want to be sure that it never gets full, but also I don't want to waste my HD space.

    As for the rest, that's what I always do; I was just wondering if it's possibly to create a separate partition for one user (using the method I described), so /home would be a separate partition and /home/qwerty another, so all users except qwerty share the same partition?
    Even a 40GB partition for / strikes me as excessive. I guess it depends on what you've got installed, how frequently you install new things, and what you use the system for, but still! Run df -h, see how much space you're using on / and use that as a guide. I decided to be generous with / during my last install -- I gave it 8GB, and I've still got nearly 5GB free (exactly 4.9). Granted, I havent gotten around to reinstalling a lot of apps, but I can't remember ever really using more than 4 or 5 (gigs, not apps )

    Splitting home directories over two partitions is possible. I've done it in the past, when I had 7GB *total space* split over two drives, and was dual booting another distro and XP. I've never had reason to do it under Ubuntu, so I'm unsure how the installer will react but it shouldn't give you problems. IF it does, just edit fstab, and manually set qwerty's home directory through Preferences -> Administration -> Users & Groups (or usermod, if you prefer the terminal)

  5. #5
    Join Date
    Jun 2008
    Beans
    49

    Re: Regarding partitioning/mount points

    Even a 40GB partition for / strikes me as excessive.

    I wasn't sure if 40GB would be enough, so I made it 60GB... well, I know better now


    Splitting home directories over two partitions is possible.
    I've got that sorted out now

  6. #6
    Join Date
    Jan 2009
    Beans
    21

    Re: Regarding partitioning/mount points

    I'm lending the topic:

    I have 2 hard drives, 250GB and 1TB. I'm going to format smaller one and splitting it for XP(40GB), W7(50GB), Ubuntu(recommendations?) and there will be some free space after those.
    How many partitions Ubuntu actually makes/needs and what's their use?

  7. #7
    Join Date
    Jun 2008
    Beans
    49

    Re: Regarding partitioning/mount points

    How many partitions Ubuntu actually makes/needs and what's their use?
    How many does it need? Two; '/' and swap (AFAIK Linux uses the swap area to store the contents of memory when hibernating - at least Fedora did; that in addition to the fact that some swap is always a good thing to have). However, for convenience, most people have three: '/' (which is usually rather small, 10GB appears to be alright for what I've learned in the course of this thread), '/home' (Documents and Settings [XP] / Users [Vista] esque) that takes up almost much all the space, and a small swap partition - depending on how much memory you have. Personally, if I have less that a GB of RAM, I create a swap twice as big as my RAM; otherwise, I make it equal the size of my RAM.

    EDIT: Those three in addition to all possible Windows partitions (dualbooting, storage etc.), of course.

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
  •