You are not logged in.

#1 2010-10-25 03:33:17

unilx
Member
From: Fredericton,Canada
Registered: 2009-10-01
Posts: 183

Mounting a windows harddrive in linux(SOLVED)

I have a harddrive with windows installed on it,can i mount it the same way i would mount a flashdrive ( mount /dev/sdd1 /media/disk ) without damaging the files on it.
thx.

I mean mounting it so i can view the video/audio not so i can use windows

Last edited by unilx (2010-10-25 04:39:20)

Offline

#2 2010-10-25 04:05:37

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Mounting a windows harddrive in linux(SOLVED)

Yes you can. If it's an ntfs-formatted drive you need an app called ntfs-3g to be able to access the files.

Offline

#3 2010-10-25 04:17:22

joven
Member
Registered: 2010-03-27
Posts: 19

Re: Mounting a windows harddrive in linux(SOLVED)

karol wrote:

Yes you can. If it's an ntfs-formatted drive you need an app called ntfs-3g to be able to access the files.

I've always used mount -t ntfs and its worked fine for me. Why the extra dependency?

If its not NTFS then I've had consistent luck with mount -t vfat

Last edited by joven (2010-10-25 04:18:33)

Offline

#4 2010-10-25 04:22:02

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Mounting a windows harddrive in linux(SOLVED)

joven wrote:
karol wrote:

Yes you can. If it's an ntfs-formatted drive you need an app called ntfs-3g to be able to access the files.

I've always used mount -t ntfs and its worked fine for me. Why the extra dependency?

If its not NTFS then I've had consistent luck with mount -t vfat

I meant you need ntfs-3g if you want to write to that drive ;P OP edited his post when I was writing mine.

Offline

#5 2010-10-25 04:38:52

unilx
Member
From: Fredericton,Canada
Registered: 2009-10-01
Posts: 183

Re: Mounting a windows harddrive in linux(SOLVED)

Thanks for the help.Works great

Offline

Board footer

Powered by FluxBB