Condobloke
Well-Known Member
This for an ext4 or ext3 drive....(Linux)
In other words a drive formatted to either ext4 or ext3
Those formats are commonly used on Linux distros
For your xxx GB hard-drive (ext4) filesystem, you need to give the write and execute permission on /media/username/your_drive partition:-
For further reference:
askubuntu.com
In other words a drive formatted to either ext4 or ext3
Those formats are commonly used on Linux distros
For your xxx GB hard-drive (ext4) filesystem, you need to give the write and execute permission on /media/username/your_drive partition:-
Code:
sudo chmod ugo+wx /media/username/your_drive
For further reference:
How do I set read/write permissions my hard drives?
I've recently installed Ubuntu 11.10 on my laptop, but I can't do anything with my 1.5TB external drive, and my 500GB because I don't have write permission. Are there any specific commands I can us...

