LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   HD Mounting Error Message (https://www.linuxquestions.org/questions/linux-newbie-8/hd-mounting-error-message-4175603013/)

cmpdesignz 04-01-2017 10:13 PM

HD Mounting Error Message
 
Trying to mount a HD that my MAC won't read. Keep getting this error message (I promise the link is a photo of my screen with the error message).

Any advice would be most appreciated.

Thanks!!!

https://flic.kr/p/SbXxm1

HappyTux 04-02-2017 03:00 PM

Quote:

Originally Posted by cmpdesignz (Post 5691518)
Trying to mount a HD that my MAC won't read. Keep getting this error message (I promise the link is a photo of my screen with the error message).

Any advice would be most appreciated.

Thanks!!!

https://flic.kr/p/SbXxm1

It tells you in the error what is wrong either the drive is dead (the I/O hardware error) or the ntfs file system needs checking, by a windows machine I would think.

Shadow_7 04-04-2017 01:51 PM

Instead of that ugly -o perhaps go simpler.

# mount -t ntfs -o umask=0222 /dev... /mnt...

That should mount it read-only. Although with all that dmraid stuff perhaps it's encrypted with bitlocker or something else exotic. Or it's not ntfs.

# mount -t auto -o ro /dev/... /mnt/...

Where ... is whatever applies in your circumstance, not a literal parameter.


All times are GMT -5. The time now is 06:14 PM.