You are not logged in.

#1 2008-10-03 06:27:16

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

How to read and write on ntfs partitions??

Hello everyone, thanks for viewing my post.  I want to know how to read and write on ntfs partitions under sata hd on my arch64 system.  I'm using kde as my de and dolphin does sees it but can't access it anyway.  I didn't had problem so far on mounting usb drives it just automounts maybe because it is a fat partition not a ntfs?  Please I need your help...Thanks in advance:)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#2 2008-10-03 07:34:25

Dheart
Member
From: Sofia, Bulgaria
Registered: 2006-10-26
Posts: 956

Re: How to read and write on ntfs partitions??


My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...

Offline

#3 2008-10-03 07:35:04

adamc83
Member
Registered: 2008-06-01
Posts: 42

Re: How to read and write on ntfs partitions??

Does this help?

http://wiki.archlinux.org/index.php/NTFS_Write_Support

We have an awesome wiki, check it out smile

Offline

#4 2008-10-04 00:25:14

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: How to read and write on ntfs partitions??

Thanks for your replies guys, but I've already read this yesterday.  As I was exploring the fstab on my arch I cant seem to find the ntfs partitions hence I can't apply the things said on the wiki.  I've already installed ntfs-3g..


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#5 2008-10-07 15:57:33

SiC
Member
From: Liverpool, England
Registered: 2008-01-10
Posts: 430

Re: How to read and write on ntfs partitions??

You will most likely need to rework your fstab.  The one from my desktop is shown below. If you want regular users to be able to access the partition, then you will need to change the gid option as I have done. Although you could create a group just for people you want to have access.

You will need to know the device that your windows partition is held on of course. In my case it is my first hard disk, first partition, hence /dev/sda1.

# 
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>

none                           /dev/pts          devpts        defaults                0       0
none                           /dev/shm          tmpfs         defaults                0       0
/dev/cdrom             /media/cdrom      auto        ro,user,noauto,unhide   0       0
/dev/dvd             /media/dvd       auto        ro,user,noauto,unhide   0       0
/dev/mapper/nvidia_fbgfhehd1     /boot         ext2         defaults         0    1
/dev/mapper/nvidia_fbgfhehd2     /         reiserfs     defaults         0     1
/dev/mapper/nvidia_fbgfhehd3     /var         reiserfs     defaults         0     1
/dev/mapper/nvidia_fbgfhehd5     /opt         reiserfs     defaults         0     1
/dev/mapper/nvidia_fbgfhehd6     swap         swap         defaults         0     0
/dev/mapper/nvidia_fbgfhehd7     /home         reiserfs     defaults         0     1
/dev/sdd1                 /mnt/andromeda     vfat         defaults         0     0
/dev/sda1                 /mnt/windows     ntfs-3g     defaults,user,gid=users 0     0

My XP partition is set to mount automatically, as I regularly interchange documents between the OS's.

Hope that helps.

Offline

Board footer

Powered by FluxBB