Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-13-2006, 08:25 PM
|
#1
|
LQ Newbie
Registered: May 2006
Posts: 1
Rep:
|
HELP! Mounting External NTFS Drive (with Slackware 10.2\kernel 2.6.12.6)
I really need some help... (sorry if this is a repeated topic\if I am the 10 millionth person to post this but I couldn't find any results that helped me)
(If you wouldn't mind dumbing down your responses for a semi-newbie)
--
I have a 400 GB Seagate drive in an external USB case. The drive has a single NTFS partition.
To mount the drive, I do:
mkdir /mnt/ext-hdd
mount -t ntfs -o rw,user /dev/sda1 /mnt/ext-hdd
..it mounts fine (with no errors)..
When I try to read from the drive (as a non root user) I get:
ian@icm:~$ cd /mnt/ext-hdd
-bash: cd: /mnt/ext-hdd: Permission denied
ian@icm:~$
However, as root I can read all files from it.
Writing is a different story:
root@icm:/mnt/ext-hdd# echo "HELP ME PLEASE" > foo
-bash: foo: Permission denied
root@icm:/mnt/ext-hdd#
---------------------------------------------------
My goal: Make it so the drive can be read AND written to by *ALL USERS* - However, if I can only get 'root' to read\write to it, that would be fine.
~Please help me -- Thanks
|
|
|
05-14-2006, 06:25 PM
|
#2
|
Senior Member
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526
Rep:
|
Hi,
Even though you have the module for mounting an NTFS drive, you must also have the "write" to NTFS configured in your kernel, which is a relatively new feature in the 2.6 kernel. As far as the permissions issue, that can be solved with a chmod command to allow all users to read the mounted partition. There are articles you can find by googling, and searching this forum with "write to NTFS" search argument.
Hope this helps,
Bob
|
|
|
All times are GMT -5. The time now is 07:10 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|