PhireSide
Honorary Master
- Joined
- Dec 31, 2006
- Messages
- 18,269
- Reaction score
- 11,697
Hi,
So I have been struggling with my fstab for a while now and I simply cannot get it to work correctly.
My setup:
-Raspberry Pi 3 running OSMC
-2.5" HDD connected to it via USB, mounted with RW access using fstab for Transmission to work properly
-Nothing else that is special besides my noip-updater and PiVPN
I cannot get my Pi to boot up if the external HDD is detached. I have specified in fstab the nofail switch so that it will continue booting if it does not detect the drive at bootup, but alas it does not want to work and refuses to boot.
Output of fstab below (I have added extra line breaks for ease of reading:
Any pointers? To me it seems like Kodi is mounting the drive before fstab can mount it properly, yet I do have RW access with Transmission which indicates that it is parsing the fstab file somehow, but not the nofail switch.
Thanks
So I have been struggling with my fstab for a while now and I simply cannot get it to work correctly.
My setup:
-Raspberry Pi 3 running OSMC
-2.5" HDD connected to it via USB, mounted with RW access using fstab for Transmission to work properly
-Nothing else that is special besides my noip-updater and PiVPN
I cannot get my Pi to boot up if the external HDD is detached. I have specified in fstab the nofail switch so that it will continue booting if it does not detect the drive at bootup, but alas it does not want to work and refuses to boot.
Output of fstab below (I have added extra line breaks for ease of reading:
/dev/mmcblk0p1 /boot vfat defaults,noatime,noauto,x-systemd.automount 0 0
UUID=C8EAA545EAA5311C /mnt/elements ntfs-3g rw defaults,noatime,noauto,nofail,uid=1000,gid=1000,dmask=000,umask=000 0 0
# rootfs is not mounted in fstab as we do it via initramfs. Uncomment for remount (slower boot)#/dev/mmcblk0p2 / ext4 defaults,noatime 0 0
Any pointers? To me it seems like Kodi is mounting the drive before fstab can mount it properly, yet I do have RW access with Transmission which indicates that it is parsing the fstab file somehow, but not the nofail switch.
Thanks