Open your /etc/fstab and remove the option 'ro' from that partition.
Depending on the type of partition, change the options. You need to mount it 'rw'.
If its ext3 partition, you can use 'defaults'.
If fat32, use 'users,exec,dev,suid' or whatever is convenient.
Also read 'man mount' for better details on the mounting process.
|