You are not logged in.
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!
3 Simple Steps to Font Perfection in Linux(My personal Site)
Free Stuff
Offline
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
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.
3 Simple Steps to Font Perfection in Linux(My personal Site)
Free Stuff
Offline
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...
3 Simple Steps to Font Perfection in Linux(My personal Site)
Free Stuff
Offline
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
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.
3 Simple Steps to Font Perfection in Linux(My personal Site)
Free Stuff
Offline
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