Results 1 to 6 of 6
Hi, I want to be able to write files on my share NTFS partition between my Windowx XP and Mandrake 10.1 operating system.
Thanks
OrayO...
- 09-23-2005 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 5
How to to write on my share NTFS partition ?
Hi, I want to be able to write files on my share NTFS partition between my Windowx XP and Mandrake 10.1 operating system.
Thanks
OrayO
- 09-23-2005 #2Linux Enthusiast
- Join Date
- Aug 2005
- Location
- Hell
- Posts
- 514
- 09-23-2005 #3Just Joined!
- Join Date
- Sep 2005
- Posts
- 5
FAT32 ?
Now, is it possible instead for FAT32 and if so, how to do it ?
Thanks
OrayO
- 09-23-2005 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
FAT32 is fully wriatable and is recommended as a share partition. You can mount FAT32 partitions by using
where hda1 is your partition and /mt/win is the mountpoint you want.Code:mount -t vfat /dev/hda1 /mnt/win
- 09-23-2005 #5Just Joined!
- Join Date
- Sep 2005
- Posts
- 5
This way, I have to do this everytime I log on to linux, right ? I know there is a way to do it automatically in the boot sequence...I think I have to modify the fstab file in the /etc folder ? Is it possible ?
- 09-23-2005 #6Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
should be what you're looking for once adjusted for your partitions... you can append this line to your /etc/fstab and it should mount it at boot. You will need to edit fstab as root. Of course make sure the mount point exists.Code:/dev/hda1 /mnt/win ntfs rw, users 0 0


Reply With Quote