External hard drive invisible [closed]
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I have an issue with 1 TB WD MyPassport external hard drive. I have formatted it to ExFAT about a year ago to make it accessible both in Mac and Windows, but it has been mounted to Orange Pi machine (running Armbian OS) for a pair of months.
In result, for an unknown reason Orange Pi appears to be the only machine which mounts my drive now, Windows and Mac computers don't see it at all. For example, in Mac OS the hard drive does not appear in disk utility and moreover does not even seem to have a device file in /dev directory.
I wonder if it is still possible to make drive available for Windows and mainly for Mac OS without reformatting it? Is there an efficient way to fix my drive in Linux?
Thank you!
linux mount exfat
migration rejected from stackoverflow.com Dec 8 at 6:40
This question came from our site for professional and enthusiast programmers. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated.
closed as unclear what you're asking by roaima, Christopher, Stephen Harris, msp9011, G-Man Dec 8 at 6:40
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
comments disabled on deleted / locked posts / reviews |
up vote
1
down vote
favorite
I have an issue with 1 TB WD MyPassport external hard drive. I have formatted it to ExFAT about a year ago to make it accessible both in Mac and Windows, but it has been mounted to Orange Pi machine (running Armbian OS) for a pair of months.
In result, for an unknown reason Orange Pi appears to be the only machine which mounts my drive now, Windows and Mac computers don't see it at all. For example, in Mac OS the hard drive does not appear in disk utility and moreover does not even seem to have a device file in /dev directory.
I wonder if it is still possible to make drive available for Windows and mainly for Mac OS without reformatting it? Is there an efficient way to fix my drive in Linux?
Thank you!
linux mount exfat
migration rejected from stackoverflow.com Dec 8 at 6:40
This question came from our site for professional and enthusiast programmers. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated.
closed as unclear what you're asking by roaima, Christopher, Stephen Harris, msp9011, G-Man Dec 8 at 6:40
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
First off, if you get yourself an account here, welcome to UNIX & Linux SE. How did you partition it? MBR or GPT? What device (or devices) does your Orange Pi create when you connect the drive? What is the output offsck -l /dev/sdb
(replacing/dev/sdb
with the actual primary device name for your drive)?
– roaima
Dec 4 at 20:46
Please click on edit when you answer; helpers write Comments, folks with a Question update and enhance their Question with edit. Please also advise which model of the Orange Pi you have, for I see 17 models at orangepi.org
– K7AAY
Dec 4 at 22:58
comments disabled on deleted / locked posts / reviews |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have an issue with 1 TB WD MyPassport external hard drive. I have formatted it to ExFAT about a year ago to make it accessible both in Mac and Windows, but it has been mounted to Orange Pi machine (running Armbian OS) for a pair of months.
In result, for an unknown reason Orange Pi appears to be the only machine which mounts my drive now, Windows and Mac computers don't see it at all. For example, in Mac OS the hard drive does not appear in disk utility and moreover does not even seem to have a device file in /dev directory.
I wonder if it is still possible to make drive available for Windows and mainly for Mac OS without reformatting it? Is there an efficient way to fix my drive in Linux?
Thank you!
linux mount exfat
I have an issue with 1 TB WD MyPassport external hard drive. I have formatted it to ExFAT about a year ago to make it accessible both in Mac and Windows, but it has been mounted to Orange Pi machine (running Armbian OS) for a pair of months.
In result, for an unknown reason Orange Pi appears to be the only machine which mounts my drive now, Windows and Mac computers don't see it at all. For example, in Mac OS the hard drive does not appear in disk utility and moreover does not even seem to have a device file in /dev directory.
I wonder if it is still possible to make drive available for Windows and mainly for Mac OS without reformatting it? Is there an efficient way to fix my drive in Linux?
Thank you!
linux mount exfat
linux mount exfat
asked Dec 4 at 14:58
Andrey Ignatov
migration rejected from stackoverflow.com Dec 8 at 6:40
This question came from our site for professional and enthusiast programmers. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated.
closed as unclear what you're asking by roaima, Christopher, Stephen Harris, msp9011, G-Man Dec 8 at 6:40
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
migration rejected from stackoverflow.com Dec 8 at 6:40
This question came from our site for professional and enthusiast programmers. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated.
closed as unclear what you're asking by roaima, Christopher, Stephen Harris, msp9011, G-Man Dec 8 at 6:40
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
First off, if you get yourself an account here, welcome to UNIX & Linux SE. How did you partition it? MBR or GPT? What device (or devices) does your Orange Pi create when you connect the drive? What is the output offsck -l /dev/sdb
(replacing/dev/sdb
with the actual primary device name for your drive)?
– roaima
Dec 4 at 20:46
Please click on edit when you answer; helpers write Comments, folks with a Question update and enhance their Question with edit. Please also advise which model of the Orange Pi you have, for I see 17 models at orangepi.org
– K7AAY
Dec 4 at 22:58
comments disabled on deleted / locked posts / reviews |
3
First off, if you get yourself an account here, welcome to UNIX & Linux SE. How did you partition it? MBR or GPT? What device (or devices) does your Orange Pi create when you connect the drive? What is the output offsck -l /dev/sdb
(replacing/dev/sdb
with the actual primary device name for your drive)?
– roaima
Dec 4 at 20:46
Please click on edit when you answer; helpers write Comments, folks with a Question update and enhance their Question with edit. Please also advise which model of the Orange Pi you have, for I see 17 models at orangepi.org
– K7AAY
Dec 4 at 22:58
3
3
First off, if you get yourself an account here, welcome to UNIX & Linux SE. How did you partition it? MBR or GPT? What device (or devices) does your Orange Pi create when you connect the drive? What is the output of
fsck -l /dev/sdb
(replacing /dev/sdb
with the actual primary device name for your drive)?– roaima
Dec 4 at 20:46
First off, if you get yourself an account here, welcome to UNIX & Linux SE. How did you partition it? MBR or GPT? What device (or devices) does your Orange Pi create when you connect the drive? What is the output of
fsck -l /dev/sdb
(replacing /dev/sdb
with the actual primary device name for your drive)?– roaima
Dec 4 at 20:46
Please click on edit when you answer; helpers write Comments, folks with a Question update and enhance their Question with edit. Please also advise which model of the Orange Pi you have, for I see 17 models at orangepi.org
– K7AAY
Dec 4 at 22:58
Please click on edit when you answer; helpers write Comments, folks with a Question update and enhance their Question with edit. Please also advise which model of the Orange Pi you have, for I see 17 models at orangepi.org
– K7AAY
Dec 4 at 22:58
comments disabled on deleted / locked posts / reviews |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
3
First off, if you get yourself an account here, welcome to UNIX & Linux SE. How did you partition it? MBR or GPT? What device (or devices) does your Orange Pi create when you connect the drive? What is the output of
fsck -l /dev/sdb
(replacing/dev/sdb
with the actual primary device name for your drive)?– roaima
Dec 4 at 20:46
Please click on edit when you answer; helpers write Comments, folks with a Question update and enhance their Question with edit. Please also advise which model of the Orange Pi you have, for I see 17 models at orangepi.org
– K7AAY
Dec 4 at 22:58