LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 11-24-2002, 04:48 PM   #1
icecube
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Rep: Reputation: 15
can't write on mounted windows partition!


My system: suse linux 8.1
Two windows partitions (/windows/c and /windows/d) are mounted but the disk space is read only. I am not able to write anything on those two partitions.
Does anyone know how to solve this problem?

Thx
icecube
 
Old 11-24-2002, 04:51 PM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Hi, post here the contents of your /etc/fstab file.

So, IceCube, any new discs coming out soon?

Cool
 
Old 11-24-2002, 08:36 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,630

Rep: Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279Reputation: 6279
You can find lots of answers to this post if you search the website.
 
Old 11-25-2002, 11:40 AM   #4
icecube
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Original Poster
Rep: Reputation: 15
Allrigt I can write on the disk if I am logged in as 'root'. (searched the forum )
But how can I give myself write acces as a user?

Thx
 
Old 11-25-2002, 12:00 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
set umask=000 in the options for the partition in fstab
 
Old 11-25-2002, 12:28 PM   #6
icecube
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Original Poster
Rep: Reputation: 15
The file /etc/fstab doesn not exist on my computer. (??)
 
Old 11-25-2002, 12:33 PM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
it does exist. you can't live without it.
 
Old 11-25-2002, 01:43 PM   #8
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
You might also need to be root to see it (although I don't have that problem...)

try this:
cat /etc/fstab

It SHOULD return something, otherwise you are running a very futuristic distro

From there, post it, or simply add that umask option to the options portion of your fat entry as acid said.

Cool
 
Old 11-25-2002, 02:46 PM   #9
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
go basics... is the folder /windows mode set so everyone can write???
 
Old 11-25-2002, 04:39 PM   #10
Donald1000
Member
 
Registered: Oct 2002
Location: Germany
Distribution: Debian, Non-Linux: Solaris, FreeBSD
Posts: 107

Rep: Reputation: 15
If your Windows partitions are formated in NTFS, do not try to write on it!!! This could erase all your Data on the disks!
 
Old 11-27-2002, 02:36 PM   #11
icecube
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Original Poster
Rep: Reputation: 15
Thanks for your help. I got that problem solved.
 
Old 11-27-2002, 07:24 PM   #12
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
Ok... I personally would love to know how (if it is possible) You see... I have kind of the same problem but improved (I'm using samba) and windows 2000 as secondary (for operations like scanning or formatting partitions (NTFS and FAT32) or even burning CD's...

I'm reducing those task... I'm trying to do all of them on linux... but it is hard and takes time...

So you would help me a lot if you'd told me how you've solved that problem
 
Old 11-27-2002, 10:36 PM   #13
Sick Willie
LQ Newbie
 
Registered: Nov 2002
Distribution: Fedora, Red Hat
Posts: 15

Rep: Reputation: 0
Quote:
Originally posted by Ciccio
Ok... I personally would love to know how (if it is possible) You see... I have kind of the same problem but improved (I'm using samba) and windows 2000 as secondary (for operations like scanning or formatting partitions (NTFS and FAT32) or even burning CD's...

I'm reducing those task... I'm trying to do all of them on linux... but it is hard and takes time...

So you would help me a lot if you'd told me how you've solved that problem
If the mount is listed in /etc/fstab, either use umask=0000 as stated earlier or uid=xxx, xxx being your numerical user id. You can find this by looking in "users and groups"
 
Old 11-28-2002, 12:25 PM   #14
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
I know where the mount is listed...

Thanks... It helped a lot.
 
Old 11-28-2002, 03:54 PM   #15
icecube
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Sick Willie
If the mount is listed in /etc/fstab, either use umask=0000 as stated earlier or uid=xxx, xxx being your numerical user id. You can find this by looking in "users and groups"
@ciccio: That's what I did... It helped!

icecube
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
can not write data to Mounted partition thachphathien Linux - Newbie 1 09-30-2004 12:41 PM
how to write to a mounted windows partiton on fedora? muhrwa Linux - Hardware 4 04-30-2004 06:54 AM
Allowing read/write on mounted captive-ntfs partition divsky Linux - General 6 04-15-2004 10:52 AM
write premission on mounted partition trollman Linux - Newbie 10 02-14-2004 04:14 PM
Why I can only write in mounted windows partition in "su" mode Allen T Linux - Software 5 02-18-2003 01:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration