dual-boot writing to NTFS from Linux?
Robert Wall
robertlikesturtles at gmail.com
Sat Aug 22 22:13:19 UTC 2009
On Sat, Aug 22, 2009 at 2:12 PM, Charlie Zender<zender at uci.edu> wrote:
> Hi All,
>
> I have a dual-boot Linux/Windows Vista machine.
> Sometimes I need to copy from the Linux (ext3) to the NTFS/Windows
> partition (ntfs). I mount the NTFS partition in Linux with
>
> mount -t ntfs /dev/sda3 /wnd
Hi Charlie,
Take a look at https://help.ubuntu.com/community/AutomaticallyMountPartitions
. It's written for mounting NTFS partitions automatically, but
contains a fair bit of relevant information for manual mounting too.
In short, for read-write support, you need to do "mount -t ntfs-3g"
instead of "mount -t ntfs".
--
Robert Wall <robertlikesturtles at gmail.com>
OpenPGP key: 0x0CBC1491 | see http://rww.name/rsaswitch.txt
Webpage: http://rww.name/
More information about the ubuntu-users
mailing list