You are not logged in.

#1 2011-06-26 13:34:09

ringfin
Member
Registered: 2009-10-30
Posts: 50

[SOLVED]permissions denied unable to write windows(NTFS) partition

[root@ZEN ~]# chmod a=rwx /media/case
chmod: changing permissions of `/media/case': Read-only file system

what does it mean  "Read-only file system"?

/etc/fstab

# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
devpts                 /dev/pts      devpts    defaults            0      0
shm                    /dev/shm      tmpfs     nodev,nosuid        0      0

#/dev/cdrom             /media/cd   auto    ro,user,noauto,unhide   0      0
#/dev/dvd               /media/dvd  auto    ro,user,noauto,unhide   0      0
#/dev/fd0               /media/fl   auto    user,noauto             0      0

/dev/sda6 swap swap defaults 0 0
/dev/sda7 / ext4 defaults 0 1
/dev/sda8 /boot ext3 defaults 0 1
/dev/sda5 /media/case ntfs defaults,uid=1000,gid=1000,utf8,umask=0022,rw  0 0 

system:
archlinux ,gnome3

Last edited by ringfin (2011-06-30 12:57:50)

Offline

#2 2011-06-26 14:20:38

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]permissions denied unable to write windows(NTFS) partition

Read-only means you can't write to it ...

Are you using ntfs-3g?

Offline

#3 2011-06-26 14:25:35

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: [SOLVED]permissions denied unable to write windows(NTFS) partition

This appears to answer your question. Google can be ever so useful sometimes.


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#4 2011-06-27 03:13:32

hermes
Member
From: Lucca, Italy
Registered: 2010-05-19
Posts: 99

Re: [SOLVED]permissions denied unable to write windows(NTFS) partition

Install ntfs-3g and replace ntfs with ntfs-3g in your fstab.


Linux Registered User #362737

Offline

#5 2011-06-27 07:23:33

jocheem67
Member
Registered: 2009-11-09
Posts: 243

Re: [SOLVED]permissions denied unable to write windows(NTFS) partition

Probably not cleanly unmounted somewhere. I guess you need a windowsbox...

Offline

#6 2011-06-30 12:56:59

ringfin
Member
Registered: 2009-10-30
Posts: 50

Re: [SOLVED]permissions denied unable to write windows(NTFS) partition

i changed the /etc/fstab
/dev/sda5 /media/case ntfs-3g defaults,uid=1000,gid=1000,utf8,umask=0022,rw  0 0

and
chmod 666 /dev/null
mount -o remount,rw /

and reboot ,then it works.

Offline

Board footer

Powered by FluxBB