You are not logged in.

#1 2008-06-30 22:34:46

ilikenwf
Member
Registered: 2008-06-23
Posts: 42
Website

fstab R/W on an NTFS partition, and a FAT Partition - HELP!

At boot, despite my fstab options, I'm still not mounting my windoze and my shared vfat partitions as read/write. They show up in mount as being that way, but no matter what, I can't write to them...it's making me mad, and I have a migrane. I'm not a n00b, but this seemed the best place to post...

output of mount:

/dev/sda2 on /mnt/windows type ntfs (rw,uid=1000,gid=100,iocharset=utf8)
/dev/sda3 on /mnt/storage type ntfs (rw,uid=1000,gid=100,iocharset=utf8)

my fstab:

/dev/sda2             /mnt/windows auto defaults,uid=1000,gid=100,iocharset=utf8   0      0
/dev/sda3             /mnt/storage auto defaults,uid=1000,gid=100,iocharset=utf8   0      0

Help, please!

Offline

#2 2008-07-01 00:11:39

MilosC
Member
From: Serbia
Registered: 2008-06-04
Posts: 79

Re: fstab R/W on an NTFS partition, and a FAT Partition - HELP!

You are using wrong filesystem type. NTFS-3G supports writing on NTFS partitions, and here are the instruction for installing it and configuring write access: http://wiki.archlinux.org/index.php/NTFS_Write_Support.

Offline

#3 2008-07-01 14:33:11

ilikenwf
Member
Registered: 2008-06-23
Posts: 42
Website

Re: fstab R/W on an NTFS partition, and a FAT Partition - HELP!

Actually the top one is NTFS...the other is VFAT, and for some reason is still being mounted read only. Sorry, forgot to mention that.

Offline

#4 2008-07-01 14:53:01

ilikenwf
Member
Registered: 2008-06-23
Posts: 42
Website

Re: fstab R/W on an NTFS partition, and a FAT Partition - HELP!

Nevermind...I'm an idiot, and the wiki helped. I thought it was vfat, but both are NTFS. I should've known this anyway...I already had ntfs-3g installed...Move along...move along...

Offline

#5 2008-07-01 15:01:44

aaaaarch
Member
Registered: 2008-03-05
Posts: 18

Re: fstab R/W on an NTFS partition, and a FAT Partition - HELP!

I wonder whether it is safe to write on NTFS with ntfs-3g.
Sometimes i dare not write on disk with important data like this.

Offline

#6 2008-07-01 18:10:22

ilikenwf
Member
Registered: 2008-06-23
Posts: 42
Website

Re: fstab R/W on an NTFS partition, and a FAT Partition - HELP!

The worst that can happen is the messing up of the superblock, methinks...even so, if it gets wiped or something, outside of using bcwipe it's always easy to recover the files.

Offline

#7 2008-07-02 16:49:20

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: fstab R/W on an NTFS partition, and a FAT Partition - HELP!

You need to pass the umask= option to mount VFAT with the permissions you wish.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB