Gamelist Locations
-
@chipsnblip here are my results:
ls -la / | egrep home
drwxr-xr-x 3 root root 4096 Mar 13 17:55 home
ls -la /home | egrep pi
drwxr-xr-x 13 pi pi 4096 Jul 10 12:48 pi
ls -la /home/pi | egrep RetroPie
drwxrwxrwx 1 root root 4096 Jul 1 00:32 RetroPie
drwxr-xr-x 9 pi pi 4096 Jun 30 23:50 RetroPie-Setup
-
Just to be sure : is your RetroPie folder on the SD, or do you have some manual mount on USB key, NAS, ... ?
-
The RetroPi folder is mounted on a usb hard drive..
-
Was sort of obvious when you said chown was not working.
You have to adduid=1000,gid=1000
in the options part of your fstab line, then.
And of course umount/remount the FS. -
Where? Currently my
/etc/fstab
line has this:UUID=80B89CC9B89CBF5A /home/pi/RetroPie ntfs nofail,user,umask=0000 0 2
-
UUID=80B89CC9B89CBF5A /home/pi/RetroPie ntfs nofail,user,uid=1000,gid=1000,umask=0000 0 0
-
No 2 on the end then? Sorry I don't know much about this part of the build, copied from somebody else found through Google. :)
-
@hansolo77
Last field is for fsck pass number when rebooting.
AFAIK fsck (so last digit of fstab lines) is only for unix filesystems.
You may repair ntfs on linux with ntfsfix, but it has limitations, and you should use a windows computer instead. -
I do use Windows. I think there are 2 things I did wrong here. Firstly was with the
fstab
, and secondly was my backup process. When I built my system, I backed up theRetroPie
folder to my server, so I would have easy access to theBIOS
andROMS
folders so I could just easily copy them back over if the drive fails. Rather than remove the drive and connect it to the computer, I downloaded all the files to the server with SFTP. When I started building my brother's system, I just re-used those same files, and SFTP'd them back over (again, without connecting the drive directly). I think it wrote the files over with the wrong permissions. I should have just connected the drive and copied them over that way. Would have been faster too. Live and learn I guess. -
@hansolo77
So is your problem solved ? -
Looks like it could be. I'm about to leave for work so I will test more tomorrow. But quick glances show it now has that whole path set up as
pi:pi
.
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.