Find the answer to your Linux question:
Results 1 to 2 of 2
How can I make my ext3/ext4 external hard drive have full permissions so that I can write and edit it? Pretty Please? If you can fix this I will put ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    6

    Ext3/Ext4 External Hard Drive = Read Only!!!!

    How can I make my ext3/ext4 external hard drive have full permissions so that I can write and edit it? Pretty Please?

    If you can fix this I will put a photo of you on my desktop and defend your name against nay-sayers.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Let say, /dev/sdb1 is External disk's ext3 partition and it has been mounted at /media/sdb1 mount_point (folder).

    You have to give ownership of mount_point ( /media/sdb1 ) of ext3/ext4 partition to Regular User.

    Execute id command and note down group_id and user_id. Execute chown command to give ownership and enable read/write access.
    Code:
    id
    sudo chown -R user_id:group_id /media/sdb1
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...