LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mount NTFS Partitions (https://www.linuxquestions.org/questions/linux-software-2/mount-ntfs-partitions-757951/)

Sarath1245 09-26-2009 12:28 PM

Mount NTFS Partitions
 
I have brought an ipod of my friends with a lot of movies and i was then running on windows. The Whole sys was infected and i reloaded the windows operating system but it worked fine only upto two restarts. Then i started and completely successfully installed fedora core 10 i386. I Have very much important information in the windows hard drives. Please tell me anyone how to mount these partitions from the beginning.

jiml8 09-26-2009 12:54 PM

Are you saying you were running windows on an ipod? If not, what are you saying? An ipod uses the FAT file system anyway, I think.

If you want to mount ntfs filesystems, look into the ntfs-3g package.

Elv13 09-26-2009 02:50 PM

Code:

mount -t ntfs-3g /dev/sd** /mnt/afolder -o force
Replace aFolder and sd** by the real values. But, if you use Gnome, you should find your drive in the "places" menu in the top bar. In KDE3, it will be on yours desktop. And KDE4 was not quite ready in FC10, so don't mess with it, newer versions, however, are much better.


All times are GMT -5. The time now is 01:58 AM.