Results 1 to 4 of 4

Thread: How to mount EXT4 permanently with read/write support.

  1. #1
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    How to mount EXT4 permanently with read/write support.

    Hi.

    I have created 700 GB ext4 logical partition on my HDD. It is named sda7. Now I don't have read/write permissions, only root has those permissions.

    How to change read/write permissions and how to mount it permanently?

    Regards.

  2. #2
    Join Date
    Oct 2006
    Location
    Kansas City
    Beans
    1,509
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to mount EXT4 permanently with read/write support.

    First thing i would do is open a terminal, and type
    blkid

    find the drive and copy the UUID
    then open up /etc/fstab with sudo permission and add a line similar to

    UUID=<uuid> /place/to/mount ext4 defaults 0 2

    that will get it to mount at the mount point (if that place exists) during boot
    then a simple

    sudo chown <username>:<username> /place/to/mount

    should give you the permissions you need to read and write to it
    at least thats what i always do, probably better ways to get it done, but its what i know

  3. #3
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: How to mount EXT4 permanently with read/write support.

    Thanks Nythain.

    It worked like a charm.

    Sikander.

  4. #4
    Join Date
    Sep 2010
    Beans
    1

    Re: How to mount EXT4 permanently with read/write support.

    also in my /media/ file there is a folder in there named after the UUID I'm trying to mount and when I click on it I get

    "You do not have the permissions necessary to view the contents of "712848ed-766a-4762-bf81-cda65954b115".

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
  •