Page 1 of 1

Re: Mounting LaCie harddrive to Mint

Posted: Mon Mar 23, 2009 9:30 pm
by merlwiz79

Code: Select all

sudo mdkir /media/sdb2

Code: Select all

sudo mount -t ntfs-3g /dev/sdb2 /media/sdb2

Code: Select all

sudo mdkir /media/sdb1

Code: Select all

sudo mount -t vfat /dev/sdb1 /media/sdb1
If you get an error make sure to copy and paste it here and use the Code tags.(select the text and click Code)

Re: Mounting LaCie harddrive to Mint

Posted: Wed Mar 25, 2009 12:46 am
by merlwiz79
Looks like windows didn't unmount the hard drive correctly.
You could boot into windows and then reboot into Linux mint.
Yea you risk having corrupt files if windows was doing something with at the time it was unmounted.