Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: add hard disk - what format

  1. #1
    Join Date
    Jan 2008
    Beans
    10

    Question add hard disk - what format

    Hi all,

    I am pretty new to Ubuntu. I installed it correctly and now i need to patition my second drive. What format and how should i do it? I have the gui GParted installed.

    Thanks in advance...

    Michael

  2. #2
    Join Date
    May 2008
    Beans
    38

    Re: add hard disk - what format

    If you need to access the files from Windows then it would be advisable to choose NTFS.

    If not then you'll probably recommended to use either ext3 or reiserfs:

    ext3 - default for most Linux installations, your Ubuntu should be using ext3 already.

    reiserfs - I use this, I find it a fair bit faster but it's probably less tried and tested and the man it was named after has been put in prison for murdering his wife.

    Your choice really.

    EDIT: Oh yeah, and you're best off doing it with GParted, just right click on the empty drive and 'Create New' (or something similar).

  3. #3
    Join Date
    Dec 2007
    Location
    Idaho
    Beans
    4,976
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: add hard disk - what format

    Quote Originally Posted by No-Neck View Post
    the man it was named after has been put in prison for murdering his wife.
    Wow, interesting.

    I actually kind of like xfs because it has a few shiny tools thrown in that ext3 doesn't have. Like online defragging (should you ever need it) better support for resizing the filesystem while it's online, faster with large files (reiserfs is faster with small files). As far as I know it's developer isn't a madman which is always a plus.

    ext3 is a tried and true format though so you can't go wrong with it.
    "You can't expect to hold supreme executive power just because some watery tart lobbed a sword at you"

    "Don't let your mind wander -- it's too little to be let out alone."

  4. #4
    Join Date
    Jan 2008
    Beans
    10

    Question Re: add hard disk - what format

    ok, i formatted it with ext3. Now how do I mount it or will it do it by itself?

  5. #5
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: add hard disk - what format

    Quote Originally Posted by mikepac69 View Post
    ok, i formatted it with ext3. Now how do I mount it or will it do it by itself?
    You will need to add an entry in fstab

    How to fstab - Ubuntu Forums

    If you get stuck, feel free to ask, but we need to know your partition and desired mount point.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  6. #6
    Join Date
    Jun 2006
    Location
    The Netherlands
    Beans
    2,185
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: add hard disk - what format

    Quote Originally Posted by No-Neck View Post
    reiserfs - I use this, I find it a fair bit faster but it's probably less tried and tested and the man it was named after has been put in prison for murdering his wife.
    It was not only named after him, he invented it: Hans Reiser
    Ubuntu 12.04

  7. #7
    Join Date
    May 2008
    Beans
    38

    Re: add hard disk - what format

    Quote Originally Posted by jespdj View Post
    It was not only named after him, he invented it: Hans Reiser
    Yes, which is why it's probably not such a good thing that he's gone to prison. Not like he's going to be having much input on the project from there.

  8. #8
    Join Date
    Jan 2008
    Beans
    10

    Re: add hard disk - what format

    I mounted it but cant write anythng to it... I am stuck. The partition is /dev/sdb1 and wnt to mount it to /media/disk1

    How can I get it to mount everytime the system boots up?

  9. #9
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: add hard disk - what format

    Quote Originally Posted by mikepac69 View Post
    How can I get it to mount everytime the system boots up?
    You need to unmount the partition and add an entry in fstab.

    With the partition mounted, use chown and chmod to set permissions.

    Code:
    chown user.user /mount/point
    sudo chmod 777 /mount/point # or 770 if you want to be more restrictive
    See the link I gave you for details.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  10. #10
    Join Date
    Dec 2006
    Beans
    702
    Distro
    Ubuntu

    Re: add hard disk - what format

    Quote Originally Posted by bodhi.zazen View Post
    You will need to add an entry in fstab

    How to fstab - Ubuntu Forums

    If you get stuck, feel free to ask, but we need to know your partition and desired mount point.

    Follow the above from bodhi


Page 1 of 2 12 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
  •