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 ...
- 07-02-2009 #1Just 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.
- 07-02-2009 #2
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


Reply With Quote