Results 1 to 2 of 2
I have a seperate Hard Drive from my linux one. It is a 60 gigabyte NTFS drive with tons and I mean TONS of files and programs that I salvaged ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-08-2003 #1Just Joined!
- Join Date
- May 2003
- Posts
- 29
Need to mount a NTFS hard disk on SuSE 8.0
I have a seperate Hard Drive from my linux one. It is a 60 gigabyte NTFS drive with tons and I mean TONS of files and programs that I salvaged when my windows system failed. Linux is now my only operating system but those files on my ntfs hard drive are very valuable to me. Linux detects the drive as hdb. so how might I go about mounting it so I can again access those files?
- 05-09-2003 #2Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
mount -t ntfs.
For example
Make sure that /mnt/windows is a valid directory on your linuxfilesystem.Code:mount -t ntfs /dev/hdb1 /mnt/windows
Regards
Regards
Andutt


Reply With Quote
