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 obstructs 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:
Code:sudo chown -R user:user *
Code:sudo chown -R paul:paul *
Windows no longer obstructs 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
Comment