I installed Kubuntu 11.10, but after that my Buffalo extarnal hard drive is read-only. What should I do to change it back to "normal"? I didn't find working method elsewhere... Thank you!
Announcement
Collapse
No announcement yet.
External hard drive read-only
Collapse
This topic is closed.
X
X
-
Need more information. What is the external HD formatted as? Do you have it connected 'all the time'?Windows no longer obstruct my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
Easy enough fix then.
With the external drive connected (obviously
), access it via Dolphin and then open a console (alt+F4). You will be in the 'root' directory of the mounted HD. Type:
where user is your login user account name. Here, it's paul, so:Code:sudo chown -R user:user *
This will change the user and group ownership on all directories/files on the external HD to your user. Exit the console and in Dolphin, click on your Home folder. Then right-click on the mounted external HD and select Unmount. Then remove the external HD. Wait a second or two and plug it back in. Access it via Dolphin and you *should* now have full read/write access to it.Code:sudo chown -R paul:paul *
Windows no longer obstruct my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.



Thank you a lot!
Comment