Results 1 to 6 of 6
Hello Everyone,
I would like to save out Data I have on a blocked Windows computer Drives, using my Ubuntu 10.10 Live CD for. May anyone here tell me please ...
- 04-03-2011 #1
[SOLVED] Mount NTFS Drives in Ubuntu 10.10
Hello Everyone,
I would like to save out Data I have on a blocked Windows computer Drives, using my Ubuntu 10.10 Live CD for. May anyone here tell me please where do I find a complete Guide with all the code's options there are, to mount NTFS's Drives in Ubuntu?. I never deed this before,
Situation:
Master C:\......................(NTFS) with data in
Slave Driver D:\ .............(NTFS) with Data in
Slave Drive E:\ .......... ....(FAT32) with Data in
Externe USB Drive H:\ (to save here the Data)
Thanks in advance, greetings
- 04-03-2011 #2
Hey, Exeter_1. Welcome to the forums.
Here is a step-by-step tutorial for setting up NTFS mounts in Ubuntu: https://help.ubuntu.com/community/Mo...dowsPartitions
If you run into any problems, feel free to let us know and post any pertinent data or errors.“Things derive their being and nature by mutual dependence and are nothing in themselves.”
- 04-04-2011 #3
Hello Nagarjuna,
Thanks for your fine replay. I will read it all and tried out. If any question, for sure I will be back,
Regards,
- 04-05-2011 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,977
This is assuming all the Windows partitions are on one drive mapped to /dev/sda, and the external USB drive is mapped to /dev/sdb. You can determine that with the command "sudo fdisk -l".Code:sudo su mkdir /mnt/drive_c /mnt/drive_d /mnt/drive_e /mnt/backups mount /dev/sda1 /mnt/drive_c mount /dev/sda2 /mnt/drive_d mount /dev/sda3 /mnt/drive_e mount /dev/sdb1 /mnt/backups
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-08-2011 #5Just Joined!
- Join Date
- Jan 2010
- Posts
- 9
Ntfs
You can use ntfs-3g
- 04-10-2011 #6
To: Nagarjuna, Rubberman and Danny85,
Thanks a lot because of yours nice informations. My problem is finally with success solved. You can actually close my thread as solved, if you want to,
Regards,Last edited by Exeter_1; 04-10-2011 at 07:17 PM.


