Is there any way to use ntfs partition with linux?
Malith
2008-01-04 22:30:34 UTC
In my computer I have Installed XP and after that i installes Linux. Is there a way to use my other partitions with Linux. When I log on to linux it only shows the root partion. Please help me in this matter
Five answers:
Linux Mint 11
2008-01-05 04:15:42 UTC
Linux will read and you can transfer data to and from an NTFS partition, however Linux cannot be installed on a NTFS partition.
During installation the Linux Disc will automatically convert the partition.
MikeR
2008-01-05 09:08:26 UTC
If you are using Ubuntu Gutsy 7.10, I know it comes with ntfs-3g. In order to mount your partition you will need root access to establish a mount point.
You can try this as an example:
1. mount -t ntfs-3g /dev/hda1 /mnt
2. ls -la /mnt (and see what displays)
In line #1, you device name will vary. If it is the 1st partition on the 1st drive in your system, the device name will likely be /dev/sda1 or /dev/hda1 depending on hardware. If you receive no errors upon issuing the mount, you're good to go.
If that works, then you need to inform Linux to mount the partition everytime your system starts. Google fstab for how to set that up properly.
Good luck!
http://www.miscsoftware.com
Sp II Guzzi
2008-01-05 06:59:12 UTC
If you are seeing the root partition, you messed up on the install. Anyway, a current version of probably all distros will give you access to ntfs. You may have to read up on how to enable and use it though.
Nasha
2008-01-05 06:37:30 UTC
Yes most linux distro's come with NTFS read (& write) capabilities. There's no simple answer unless you know your way around linux.... I'd suggest googling a linux tutorial, because command line skills will be required, as well as editing config files..
chmod
2008-01-05 06:38:51 UTC
you can use the ntfs partition (generally in read-only mode) while in Linux, look here: