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.
|
|
07-30-2003, 09:40 AM
|
#1
|
LQ Newbie
Registered: Jul 2003
Posts: 17
Rep:
|
Can't add hard drive- simple task- about ready to give up linux
Hello,
I just installed Mandrake 9.1 (dual boot with Win XP Pro) and all I want to do is create a 10 gigabyte partition on my external firewire drive so I can share files between windows and linux. Each time I try to do this and try to write to the drive I get the error "access denied- could not write to /winlinuxshar". This seems like such an easy task and I can't figure it out. Please help.
saxblue
|
|
|
07-30-2003, 10:00 AM
|
#2
|
Member
Registered: May 2003
Location: Lisbon Falls, Maine
Distribution: RH 8.0, 9.0, FC2 - 4, Slack 9.0 - 10.2, Knoppix 3.4 - 4.0, LFS,
Posts: 789
Rep:
|
First off, what file system is the drive using. FAT32? NTFS? EXT3? If it is FAT32 or EXT3 then it may just be a matter of permission. Do ls -l /winlinuxshar (or wherever it is mounted) and see what the permissions are set to. Or, you can always just chmod 777 /winlinuxshar and that will grant everyone access to RWX the drive.
slight
|
|
|
07-30-2003, 10:02 AM
|
#3
|
LQ Newbie
Registered: Jul 2003
Posts: 17
Original Poster
Rep:
|
re:
The file system is Fat32. Could you explain how I type in the commands you mentioned in your previous post? I am completely new to linux. Thanks
saxblue
|
|
|
07-30-2003, 10:30 AM
|
#4
|
LQ Newbie
Registered: Jul 2003
Location: Valencia (Spain)
Distribution: Gentoo, Debian
Posts: 2
Rep:
|
see the files
/etc/fstab
/etc/mtab
and see how is mounted. Perhaps it's a problem about how you mount them. I think mdk mount fat32 drivers with read only access, but you can change this in this files.
|
|
|
07-30-2003, 11:23 AM
|
#5
|
Member
Registered: May 2003
Location: Lisbon Falls, Maine
Distribution: RH 8.0, 9.0, FC2 - 4, Slack 9.0 - 10.2, Knoppix 3.4 - 4.0, LFS,
Posts: 789
Rep:
|
As Thinker said, first is to make sure that it is mounted correctly. I believe that Mandy will auto-detect the FAT32 file system, so if you have not mounted the drive you will need to do so. It should mount read/write. From there, you can
Code:
chmod 777 /winlinuxshar
which will make the drive read/write for everybody. Just open a shell prompt and su to root and type the line I wrote above. If you are not comfortable with command line then I can get a little more granular in my explanation.
slight
|
|
|
All times are GMT -5. The time now is 05:25 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
|
|