Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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-02-2003, 02:18 PM
|
#1
|
LQ Newbie
Registered: Jul 2003
Posts: 5
Rep:
|
Canßt write on new HD
I´ve had a windows HD installed (FAT 32)everything was fine, but I can´t do any Actions on it. I can read the files, but that´s all. I can´t create Folders or so. I´m using Suse 8.2 with KDE.
|
|
|
07-02-2003, 02:24 PM
|
#2
|
Member
Registered: Jan 2003
Location: upNorth
Distribution: openSuSE/uBuntu
Posts: 410
Rep:
|
Can you post your:
/etc/fstab
Maybe it's on ro (read only) mode.
|
|
|
07-02-2003, 03:39 PM
|
#3
|
LQ Newbie
Registered: Jul 2003
Posts: 5
Original Poster
Rep:
|
I´m sorry, but I´m a reeal noob in Linux, so I don´t know what you mean with /etc/fstab I wrote it in a shell window, but it said, I´m not allowed to do this action
|
|
|
07-02-2003, 03:44 PM
|
#4
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
well all you have to do is log into your terminal window as root, which is done by typing "su" and then type your root password, and then open up the file fstab which is located in the /etc folder (/etc/fstab) and copy and paste the contents of that file so we can see what it says in there...
some text editors are vi, pico, emacs to name a couple..
|
|
|
07-02-2003, 04:51 PM
|
#5
|
Member
Registered: Jan 2003
Location: upNorth
Distribution: openSuSE/uBuntu
Posts: 410
Rep:
|
Or using all mouse only: open konqueror, click home, click up twice, click etc folder, click fstab file (it will open in KWrite), block all, click copy.. and paste in Your Reply using midle click (all using mouse).
Last edited by aherm; 07-02-2003 at 04:56 PM.
|
|
|
07-03-2003, 11:01 AM
|
#6
|
LQ Newbie
Registered: Jul 2003
Posts: 5
Original Poster
Rep:
|
All right, here is my fstab:
/dev/hda6 / reiserfs defaults 1 1
/dev/hda1 /windows/C vfat users,gid=users,umask=0002,iocharset=iso8859-1,code=437 0 0
/dev/hda5 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
/dev/cdrecorder /media/cdrecorder auto ro,noauto,user,exec 0 0
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
/dev/hdc1 /home2 vfat defaults 0 0
/dev/hdb1 /temp vfat defaults 0 0
|
|
|
07-03-2003, 11:22 AM
|
#7
|
LQ Newbie
Registered: Jul 2003
Posts: 5
Original Poster
Rep:
|
the 2 I can´t edit are: home2 and temp
|
|
|
07-03-2003, 11:49 AM
|
#8
|
Member
Registered: Jan 2003
Location: upNorth
Distribution: openSuSE/uBuntu
Posts: 410
Rep:
|
Now edit it like this (you need to be root):
Change from:
/dev/hdc1 /home2 vfat defaults 0 0
/dev/hdb1 /temp vfat defaults 0 0
to:
/dev/hdc1 /home2 vfat users,gid=users,umask=0002,iocharset=iso8859-1,code=437 0 0
/dev/hdb1 /temp vfat users,gid=users,umask=0002,iocharset=iso8859-1,code=437 0 0
Have fun :-)
|
|
|
07-03-2003, 11:53 AM
|
#9
|
Moderator
Registered: Aug 2002
Posts: 26,470
|
There are tons of threads on how to mount vfat paritions read / write that you can search for on this site. But wait...
Look at your fstab entry for /dev/hda1. Use those options instead of defaults and but change umask=002 to umask=000.
Look at man pages for mount and fstab for additional help.
|
|
|
All times are GMT -5. The time now is 01:29 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
|
|