Posts: 2
mepiis.linux
Joined: 21 Mar 2008
#1
Hello, I am trying to access my second HD located at /mnt/sdb1, I formatted it as ext 2, but I cannot write to it. Any idea how I can make it writable?
Posts: 200
moron
Joined: 12 Sep 2007
#2
Hi
Have you tried changing permissions?
In terminal as root (su) try this.....
chmod -R -v 777 /mnt/sdb1
That should give you read / write abilities