Mounting external drives on Dapper Drake

Mounting external drives on Dapper Drake

The last distribution I used was Ubuntu (Dapper Drake). I have been repeatedly refused permission to move files to external drives, even after I became administrator or root. What am I doing wrong?

    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Cathleen A. Gagne, Senior Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

You should see if your external drive is mounted as read-only. You can do this by typing 'mount' from a terminal and checking the status of the drive. The last column should tell you the read/write status the file system is mounted as. The command (rw) indicates read/write and (ro) indicates read-only.

Another possibility is the file system type you are trying to mount. If it is NTFS you are trying to mount, then the kernel you are using may not be compiled with NTFS-write support.

This was first published in July 2007