SSD doesnt always mount
-
@YFZdude said in SSD doesnt always mount:
UUID=AEBA1391BA1354E5 /home/pi/RetroPie ntfs
oh i figured maybe because i formated in windows i did 2 volumes then the ex4 and ntfs... i can always format later
so i retyped it
proc /proc proc defaults 0 0 PARTUUID=e22bcd10-01 /boot vfat defaults 0 2 PARTUUID=e22bcd10-02 / ext4 defaults,noatime 0 1 # a swapfile is not a swap partition, no line here # use dphys-swapfile swap[on|off] for that UUID=AEBA1391BA1354E5 /home/pi/RetroPie ntfs nofail,user,uid=pi,gid=pi 0 2
what is the 0 and 2 in that line.. so hopefully it works faster and no disconnects.. so i guess there is no fix to get it to hotswap either right it cant detect hot swapping like windows does...
is there any tests now to test reliablity? that it doesnt disconnect or i need to just test it to see it work.. so this is the fix people need to do to get better performance.. also i havent re enabled the usb service in retrosetup do i need to go back to that again..
so in the end the difference between manual and auto... is auto supposed to mount everytime but it doesnt,.. so manual mode will always mount it no matter what right..
-
@comet424 said in SSD doesnt always mount:
so i guess there is no fix to get it to hotswap either right it cant detect hot swapping like windows does...
It should have been able to hotswap, but since you were having trouble the manual method was just supposed to be a more reliable way to make sure it gets mounted and keeps working.
is there any tests now to test reliablity? that it doesnt disconnect or i need to just test it to see it work..
I am not sure if there is a simple way to test it other than to just try using it and see if it works for you. As long as it is mounted when you boot the system, it should stay mounted. The speed of transfers is just something you will have to observe for yourself.
also i havent re enabled the usb service in retrosetup do i need to go back to that again..
No. The only reason to re-enable that would be if you want to go back to hot swapping. Which wasn't working well for you.
so in the end the difference between manual and auto... is auto supposed to mount everytime but it doesnt,.. so manual mode will always mount it no matter what right..
This is the right idea. Auto mount should work much better than you have experienced, but manual mount is much more reliable as long as you don't have a good reason compelling you to hot swap the drive.
Have you tested the changes to see if it is working correctly now?
-
@comet424 said in SSD doesnt always mount:
what is the 0 and 2 in that line..
Its about dumping and checking the file system. See https://www.howtogeek.com/howto/38125/htg-explains-what-is-the-linux-fstab-and-how-does-it-work/ → Dumping and Fscking, or https://manpages.debian.org/stretch/mount/fstab.5.en.html → fifth and sixth field.
You can either leave that at 0 2, or change it to 0 0 for no auto-checking, since although Linux'
fsck
can also check NTFS volumes, foreign formats should rather be checked on their native system IMHO. -
sorry for the delay.. had family issues
but so far seems to be working ok.. havent checked the link
also do you guys know i copied a bunch of MAME games but when you load it just kicks you back out to
also with the C64 games i load it and it you cant control the games.. you cant even get into them with the controller or do i need to make a new sub headng
also i noticed some games are choppy and slow playing but nothing perfect..
but i happy so far playing old games from the 80s i grew up to
-
@comet424 said in SSD doesnt always mount:
also do you guys know i copied a bunch of MAME games but when you load it just kicks you back out to
MAME is a whole fun thing to get into. The first thing you need to do is make sure that you have a romset that is meant for the exact version of MAME you are trying to use.
It is recommended to use MAME2003 or MAME2003+ for the Pi due to the lighter hardware requirements. So you would then need to make sure you have a romset for MAME2003 and not some other version.also with the C64 games i load it and it you cant control the games.. you cant even get into them with the controller or do i need to make a new sub headng
I haven't messed with C64 but I think you have to use a keyboard to play the games instead of a controller.
See here for some more info:
https://retropie.org.uk/docs/Commodore-64-VIC-20-PET/ -
@comet424 said in SSD doesnt always mount:
also do you guys know i copied a bunch of MAME games but when you load it just kicks you back out to
As @YFZdude said, you'll need a romset for exactly the MAME version used. Because if you don't have that, other attempts to diagnose the problem are most likely pointless.
When you have a correct romset, you should run the problematic games with verbose logging via the Runcommand Launch Menu, and after being kicked back to Emulation Station, check the file
/dev/shm/runcommand.log
for any error messages.@YFZdude said in SSD doesnt always mount:
It is recommended to use MAME2003 or MAME2003+ for the Pi due to the lighter hardware requirements. So you would then need to make sure you have a romset for MAME2003 and not some other version.
Note that the romsets for MAME2003 and MAME2003+ (let's call it Plus) grew to be very different from each other, and Plus is still being enhanced from time to time. So for Plus, you'll either have to find a recent Plus romset or build one yourself following the instructions in the LibRetro Docs.
It's also recommended to follow the mame2003-plus thread for any updates and discussions about it.
For further questions about MAME you (@comet424) should open a new thread since this one about your mount problems seems to be solved, right?
-
ah ok ill have to read all that stuff i figured it just be simple.. lol
and ya thats where i mentioned if should ask here or create a new sub heading
ill have to create a new sub heading for C64 i cant even get to the games even with the keyboard just this menus
and o thought mame was mame but then read other crap same as pcengine is really turbographics 16as i tried to play games mame stuff from arcades as i was a kid..
but least the nintendo games are working couple have audio issues.. and 1 i forget when playing runs smooth then suddenly goes into choppy mode.. but majority work well.
one thing i figured even with an emulator games would run alot faster and smoother no issues since nes is from 1984 aand we 2020.. but cant complain all the games on a little thing and no blowing my cartridges lol
-
@comet424 said in SSD doesnt always mount:
and o thought mame was mame but then read other crap same as pcengine is really turbographics 16
MAME is and always was an ongoing project to emulate classic arcade machines as perfect as possible. It isn't focused on maintaining a certain status quo or optimized emulation speed. It also tries to incorporate newer and better rom dumps from the original machines. Thus, older romsets may (and often do) become incompatible with newer MAME versions.
In other words, MAME is more an archaelogical endeavor than a cheap way to play arcade games at home.
PC Engine isn't "really" Turbografx-16, but the latter is the name of its USA version. Since there wasn't an official Europe release, aside from community hacks most of the Turbografx-16 roms are the only PC Engine games available in English.
Just some little background information I collected in my three years with RetroPie. 🤓
-
@Clyde
ah ok its too bad there wasnt a way to write an emulator for Old Arcade games.. and then one for newwer ones.. but now a days you dont hear see arcadesand i wonder if they were all written in the same code.. like 80s arcades were they written in C64 GwBasic.. Turb pascal.. need a windows vm and then run it in that if easier
but ya guess things are simipler in your head then how to code itas for the PC Engine turbographic 16... i dont know why they had to have 2 different names.. you make a system say turbographic 16 that should be name all over the world.. ya i read the pc engine was japan or something maybe eroupe.. etc
its same for Super mario it had a different name.. or in Japan Tawain Super mario 2 was too hard so they dummbed up the game more well really used a different game and changed the characters for USA Super mario 2... like thats crazy... i played a few games. they exactly the same as super mario 2... its like maybe they wrote it first.. and super mario slaped there name on it... like those chinese knock off goods .. looks the same but the text might be different or word spelt wrong etc...
so those arcade emulators you can buy on amazon or from walmart at one time.. arent those better emulators? even the c64 emulator c64 sold.. i even seen a reckcall box i guess same as retropie.. i only found it by accident recently.. not sure what is better but i do like the retropie... some glitches with least 10 nintendo games.. is that normal it cant emulator perfectly?
as for the turbo graphiix 16.. i never owned it.. but everytime i went to Radio Shack with there Tandy computers out front they had a Turbograpic 16 for sale.. and always played it .. was like donkey kong or something similar game ... miss radio shack they arent as good anymore little building and more laptops and RC cars and phones lol.. not the same...
but learning something new every day!!!
-
I guess ssd device is not unmounted correctly and marked dirty because it is always mounted again after I plugged it to windows.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.