USB Hard Drive - Can’t get it working
USB Hard Drive - Can’t get it working
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.
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.
-
- Posts: 121
- Joined: Mon May 25, 2020 3:22 pm
- Has thanked: 37 times
- Been thanked: 52 times
- Contact:
Re: USB Hard Drive - Can’t get it working
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
This way, you know the folder names are correct and MiSTer should see any games inside the subfolders on the HDD
Re: USB Hard Drive - Can’t get it working
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.
Re: USB Hard Drive - Can’t get it working
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.
I found that it didn't take long for the HD to power down which caused detection problems.
-
- 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
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
For HD spinning down look at my posts, it is somewhere on the forum.
Got it, viewtopic.php?p=14964#p14964
-
- Posts: 22
- Joined: Sun Oct 25, 2020 3:01 pm
- Been thanked: 5 times
Re: USB Hard Drive - Can’t get it working
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
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
Re: USB Hard Drive - Can’t get it working
How do I do this? Sorry, still fairly new to the MiSTer.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
-
- Posts: 22
- Joined: Sun Oct 25, 2020 3:01 pm
- Been thanked: 5 times
Re: USB Hard Drive - Can’t get it working
just ssh into mister
create the mountpoint
Code: Select all
mkdir /mnt/hd
Code: Select all
mount /dev/sda2 /mnt/hd