UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I am having problems with my external hard drive. It is a firewire drive. When I turn it on and the PC sees it, all the files are read only. What am I doing wrong? Thanks for any help.
I am having problems with my external hard drive. It is a firewire drive. When I turn it on and the PC sees it, all the files are read only. What am I doing wrong? Thanks for any help.
The usefree option is one I'm not familiar with. According to your posted mtab entry, it is read-write for the user with a uid of 1000.
When I searched on Google for the "usefree" option, I found this patch. It sounds like Ubuntu is using a new mount option but didn't update the HAL fdi policies to accommodate the change.
You might grep for "usefree" on your system and see if that is the case.
Code:
locate '/fdi/policy/10osvender/'
# cd to the located folder
grep -R usefree *
If you don't find it, check if you have updated your system. If you have, you might want to submit a bug.
In the meantime, you could either decide whether this patch is correct and apply it yourself, or manually mount the drive without the "usefree" option.
----
Also check your "/var/log/messages" logfile. If there is a problem mounting a filesystem, the problem should be logged.
I checked the system and yes it has the "usefree" stuff in the fdi files. It took me a while to find what you were talking about, but it was fun learning something new. You also asked me to check my logfiles and that is what I get:
Feb 16 16:10:57 nc-ub64 kernel: [ 289.121061] sdb: sdb1
Feb 16 16:10:57 nc-ub64 kernel: [ 289.128953] sd 6:0:0:0: [sdb] Attached SCSI disk
Feb 16 16:10:57 nc-ub64 kernel: [ 289.128975] sd 6:0:0:0: Attached scsi generic sg1 type 0
I didn't get any errors and the system keeps seeing it as read only.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.