USB Hard Drive - Can’t get it working

For topics which do not fit in other specific forums.
Swainy
Posts: 156
Joined: Sat May 22, 2021 9:07 am
Has thanked: 104 times
Been thanked: 16 times

USB Hard Drive - Can’t get it working

Unread post by Swainy »

Yes it’s the same old story, I’ve bought a WD Elements 2TB USB hard drive and I can’t get it working with my MiSTer that has a powered USB hub and I’m using a 5amp power supply.

I’ve set up a games folder on the hard drive which contains two more folders. MegaCD & TGFX16-CD

The MegaCD & TGFX16-CD folders on my SD card are empty and I’ve even tried deleting them to see if that makes any difference but no joy.
Hackshed_Carl
Posts: 115
Joined: Mon May 25, 2020 3:22 pm
Has thanked: 31 times
Been thanked: 51 times
Contact:

Re: USB Hard Drive - Can’t get it working

Unread post by Hackshed_Carl »

I always start by copying the "games" folder from the SD onto the HDD.
This way, you know the folder names are correct and MiSTer should see any games inside the subfolders on the HDD
Swainy
Posts: 156
Joined: Sat May 22, 2021 9:07 am
Has thanked: 104 times
Been thanked: 16 times

Re: USB Hard Drive - Can’t get it working

Unread post by Swainy »

Cool. I’ll give that a try.
jca
Top Contributor
Posts: 1911
Joined: Wed May 27, 2020 1:59 pm
Has thanked: 145 times
Been thanked: 454 times

Re: USB Hard Drive - Can’t get it working

Unread post by jca »

What filesystem are you using on your HD?
Swainy
Posts: 156
Joined: Sat May 22, 2021 9:07 am
Has thanked: 104 times
Been thanked: 16 times

Re: USB Hard Drive - Can’t get it working

Unread post by Swainy »

Well it’s NTFS by default but I’ve also tried exFAT. I’ll report back on how I get on copying the games folder direct from my SD card once I get a chance to try it.
Higgy
Posts: 83
Joined: Mon May 25, 2020 9:37 am
Has thanked: 5 times
Been thanked: 27 times

Re: USB Hard Drive - Can’t get it working

Unread post by Higgy »

I also had to add the command to stop the HD from powering down (sorry I can't remember it, but it is on here somewhere).

I found that it didn't take long for the HD to power down which caused detection problems.
jca
Top Contributor
Posts: 1911
Joined: Wed May 27, 2020 1:59 pm
Has thanked: 145 times
Been thanked: 454 times

Re: USB Hard Drive - Can’t get it working

Unread post by jca »

With NTFS you will have problems with case sensitivity better use exFAT.
For HD spinning down look at my posts, it is somewhere on the forum.
Got it, viewtopic.php?p=14964#p14964
misterious
Posts: 22
Joined: Sun Oct 25, 2020 3:01 pm
Been thanked: 5 times

Re: USB Hard Drive - Can’t get it working

Unread post by misterious »

did you mount the fs from MiSTer?

mount /dev/yourdevice /mnt/mountpoint

aside from that , the first (cheap) HD that I tried was consuming too much power and kept stopping, tried another one and worked like a charm
jca
Top Contributor
Posts: 1911
Joined: Wed May 27, 2020 1:59 pm
Has thanked: 145 times
Been thanked: 454 times

Re: USB Hard Drive - Can’t get it working

Unread post by jca »

USB drives are automatically mounted on /media/usb0 if they are the only USB drive connected.
Swainy
Posts: 156
Joined: Sat May 22, 2021 9:07 am
Has thanked: 104 times
Been thanked: 16 times

Re: USB Hard Drive - Can’t get it working

Unread post by Swainy »

misterious wrote: Fri Jun 25, 2021 5:15 am did you mount the fs from MiSTer?

mount /dev/yourdevice /mnt/mountpoint

aside from that , the first (cheap) HD that I tried was consuming too much power and kept stopping, tried another one and worked like a charm
How do I do this? Sorry, still fairly new to the MiSTer.
misterious
Posts: 22
Joined: Sun Oct 25, 2020 3:01 pm
Been thanked: 5 times

Re: USB Hard Drive - Can’t get it working

Unread post by misterious »

Swainy wrote: Fri Jun 25, 2021 8:20 pm How do I do this? Sorry, still fairly new to the MiSTer.
just ssh into mister
create the mountpoint

Code: Select all

mkdir /mnt/hd
then type

Code: Select all

mount /dev/sda2 /mnt/hd
Post Reply