-
Thanks for the excellent new wiki entry on FAT! I am running RetroNAS as a VM on ProxMox and have the data directory backed by a TrueNAS mount point in fstab which generally works great. I tried to follow the steps to create a FAT loopback file that were recently added to the wiki. That works fine when I execute the commands from a prompt and the df command confirms they've succeeded when I run the mount myself from an ssh session. I created the vhd folder and file in /data/RetroNAS/vhd and mounted it to /data/RetroNAS/dos which are both under /data/RetroNAS; the mount point for TrueNAS. When I putting the mount in fstab, the VM fails into rescue mode if I use the /data/RetroNAS/ syntax. If I instead use the syntax with IP address of the TrueNAS server that I use to also create the mount point for the data directory, the df command shows it hasn't succeeded and /data/RetroNAS/dos is still the TrueNAS exFAT filesystem (I think it said exFAT, but either way it was not the same result as running the commands manually where it said vfat or msdos with the reduced capacity of the vhd). Any idea what I can do to troubleshoot? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 4 replies
-
@sairuk sorry to bug you, but you've helped me before with this unsupported TrueNAS setup. If you have any tips on things I may look into here they are appreciated. |
Beta Was this translation helpful? Give feedback.
-
Couple you please copy/paste the exact contents of your RetroNAS "Failing into rescue mode" is normal Debian behaviour when an entry in Normally you want to test these with |
Beta Was this translation helpful? Give feedback.
-
Thanks Dan, the 10.0.0.101:/mnt/tank/retronas /storage/retronas nfs defaults |
Beta Was this translation helpful? Give feedback.
Thanks Dan, the
sudo mount -a
approach is a great tip, I'll submit a quick PR to add that to the FAT docs. For some reason I'm now working. In case anyone stops by later wanting to mount a FAT loopback file located on an NFS storage drive, here's what worked in my/etc/fstab
:10.0.0.101:/mnt/tank/retronas /storage/retronas nfs defaults
/storage/retronas/vhd/etherdfs.img /storage/retronas/dos msdos loop,noatime,uid=homeuser,gid=homeuser 0 0