LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   can't write on mounted windows partition! (https://www.linuxquestions.org/questions/linux-hardware-18/cant-write-on-mounted-windows-partition-36350/)

icecube 11-24-2002 04:48 PM

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

MasterC 11-24-2002 04:51 PM

Hi, post here the contents of your /etc/fstab file.

So, IceCube, any new discs coming out soon? :D

Cool

michaelk 11-24-2002 08:36 PM

You can find lots of answers to this post if you search the website.

icecube 11-25-2002 11:40 AM

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

acid_kewpie 11-25-2002 12:00 PM

set umask=000 in the options for the partition in fstab

icecube 11-25-2002 12:28 PM

The file /etc/fstab doesn not exist on my computer. (??)

acid_kewpie 11-25-2002 12:33 PM

it does exist. you can't live without it.

MasterC 11-25-2002 01:43 PM

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 :D

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

Cool

Ciccio 11-25-2002 02:46 PM

go basics... is the folder /windows mode set so everyone can write???

Donald1000 11-25-2002 04:39 PM

If your Windows partitions are formated in NTFS, do not try to write on it!!! This could erase all your Data on the disks!

icecube 11-27-2002 02:36 PM

Thanks for your help. I got that problem solved.

Ciccio 11-27-2002 07:24 PM

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

Sick Willie 11-27-2002 10:36 PM

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"

Ciccio 11-28-2002 12:25 PM

I know where the mount is listed...

Thanks... It helped a lot.

icecube 11-28-2002 03:54 PM

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


All times are GMT -5. The time now is 09:39 PM.