| Author |
Message |
|
|
Post subject: How to add an NTFS formated Sata hdd to a Kanotix system
Posted: Aug 05, 2006 - 12:51 PM
|
|

Joined: Jul 31, 2006
Posts: 81
Location: Melbourne
|
|
G'day
I had installed Kanotix on my system after yet another XP crash on my Seagate 200gb sata hdd.
However, I didn't wanted to loose some of my data files on the SATA so I installed Kanotix on my 80GB WD ide first (and wanted to test run the whole thing first )
Can I get some advice on how to go about doing a transfer of some data files from my Sata to my ide hdd? mind you, sata hdd is NTFS formated!
When I plug in the Sata, I do see it on the desktop but can't mount it since it's not on /etc/fstab... so I need to put that on the /etc/fstab, right?
cheers |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 05, 2006 - 01:16 PM
|
|

Joined: Mar 25, 2005
Posts: 2133
|
|
You need to create to a mount point and an fstab entry:
Code:
sux
mkdir /media/sda1
Replace "sda1" with the correct label of the partition that you want to be mounted.
Code:
mcedit /etc/fstab
Insert the following line:
Code:
/dev/sda1 /media/sda1 ntfs ro,umask=000 0 0
Again, replace "sda1" with the correct label.
Press "F2" to save the file, "F10" to quit. Then reboot:
Code:
shutdown -r now
This is how I mount new partitions on a PATA hard drive. It should be the same for SATA.
The NTFS partition will be mounted "read only". Use Konqueror to copy your files to another drive and/or partition. |
_________________ And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
Last edited by ockham23 on Aug 05, 2006 - 01:19 PM; edited 1 time in total
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 05, 2006 - 01:18 PM
|
|
Joined: Dec 17, 2003
Posts: 16818
|
|
No reboot required to reread fstab, just
mount -a
you can also umount like:
umount -a |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 05, 2006 - 04:37 PM
|
|

Joined: Jul 31, 2006
Posts: 81
Location: Melbourne
|
|
Great !!
worked like a charm
thanks a lot :-> |
_________________ ____________________________
The reasonable man adapts himself to the world;
The unreasonable man persists in trying to adapt the world to himself.
Therefore all progress depends on the unreasonable man. (George Bernard Shaw)
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 09, 2006 - 09:08 PM
|
|
Joined: Jul 15, 2006
Posts: 136
Location: Spanaway, Wa
|
|
When I installed Kanotix I put it on a 80gig ide. When I booted the 250gig sata was already in fstab. Since I had partitioned part of it in windows I simply formatted the rest in linux. Everything was readable. This was the second go. I had messed up the first install and nothing worked right, my fault entirely but I learned.
John |
|
|
| |
|
|
|
 |
|
|