I use a dual boot system (Win XP + Debian 5.0). Win XP has NTFS.
I tried moving some Debian CD image files to WIndows partiton to
free up some space in Linux partition.
Even as root , I was unable to move these iso files to windows
partition, with error message that permission is denied!
My /etc/fstab file is given below:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda9 / ext3 errors=remount-ro 0 1
/dev/sda10 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sda1 /media/winc ntfs rw,user,auto 0 0
/dev/sda5 /media/wind ntfs rw,user,auto 1 1
/dev/sda6 /media/wine ntfs rw,user,auto 2 2
/dev/sda7 /media/winf ntfs rw,user,auto 3 3
/dev/sda8 /media/wing ntfs rw,user,auto 4 4
I thought read / write support to NTFS is enabled in DEbian a long time
ago!
What is to be done to enable me to write to NTFS partiton?
Srikanth
If it complains about unknown type ntfs, try ntfs-3g
mount -t ntfs-3g /dev/sda1 /media/winc
If that works, then change your fstab file to use ntfs-3g as the type.
regs,
Syam
Syam
Syam
> ==============================================================================
> TOPIC: Debian5.0 - Unable to write to NTFS partition!
> http://groups.google.com/group/ilug-tvm/t/276d1cc949d474e1?hl=en
> ==============================================================================
>
> =
>
> == 2 of 4 ==
> Date: Sat, Mar 21 2009 9:44 pm
> From: Syam Krishnan
>
>
> SRIKANTH NS wrote:
> > I thought read / write support to NTFS is enabled in DEbian a long time
> > ago!
> > What is to be done to enable me to write to NTFS partiton?
> >
> >
> Try the mount command with type as ntfs:
> mount -t ntfs /dev/sda1 /media/winc
>
> If it complains about unknown type ntfs, try ntfs-3g
> mount -t ntfs-3g /dev/sda1 /media/winc
>
> If that works, then change your fstab file to use ntfs-3g as the type.
>
> regs,
>
> Syam
Yes, I changed to ntfs -3g and it works !
>
>
>
>
> == 3 of 4 ==
> Date: Sat, Mar 21 2009 9:50 pm
> From: Syam Krishnan
No other reason other than that this is what was prescribed to mount
Windows Partition by PCQuest during RH era and I blindly follow that!.
Pl let me know what is the significance of that number
Srikanth
> Pl let me know what is the significance of that number
I suggest you use the command "man fstab". It could be useful.
--
V. Sasi Kumar
Free Software Foundation of India
Please visit http://swatantryam.blogspot.com