Hi - I'm hoping someone can help me find what is likely to be something simple, but beyond my Linux knowledge.
I have just installed VB 2.4 on a Dell 64-bit PC. I followed all the steps to add my external USB drive to /storage, and updated /etc/fstab to make the addition persist. The steps I followed are here https://wiki.vortexbox.org/how_to_us...ve_for_storage
All went well at first - Logitech Media Server Version: 7.9.1 - 0.7.20180404git1522249619 scanned and built my library and I was in business.
Then I rebooted after removing the monitor and keyboard to run headless, and no music files were in /storage - I could only see the /storage on the internal hard disc.
This is what is in my /etc/fstab:
And now when I try to umount /storage and mount the external USB drive I get this error message:
The log file from the latest boot is attached.
My workaround is clunky - comment out the USB mount line in /etc/fstab, boot again, umount /storage and mount the external usb drive once more.
Can anyone point me to the solution for this, so that a reboot will successfully load LMS and the music on the external drive? I've got the same setup working on another ancient Dell PC, but with VB 2.3 - and that restarts correctly.
All help will be greatly appreciated!
I have just installed VB 2.4 on a Dell 64-bit PC. I followed all the steps to add my external USB drive to /storage, and updated /etc/fstab to make the addition persist. The steps I followed are here https://wiki.vortexbox.org/how_to_us...ve_for_storage
All went well at first - Logitech Media Server Version: 7.9.1 - 0.7.20180404git1522249619 scanned and built my library and I was in business.
Then I rebooted after removing the monitor and keyboard to run headless, and no music files were in /storage - I could only see the /storage on the internal hard disc.
This is what is in my /etc/fstab:
Code:
# # /etc/fstab # Created by anaconda on Fri Nov 6 01:22:25 2015 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=a0008081-aa57-4fad-bf0b-2f64f1070a8a / ext4 defaults 1 1 UUID=33251abe-7e37-4570-b7e5-0a53a3886361 /boot ext4 defaults 1 2 UUID=3b66a5aa-1768-41da-bed4-cdcd304746ca swap swap defaults 0 0 # /dev/sdb1 /storage ntfs defaults 0 0 #
Code:
# mount /dev/sdb1 /storage Mount is denied because the NTFS volume is already exclusively opened. The volume may be already mounted, or another software may use it which could be identified for example by the help of the 'fuser' command.
My workaround is clunky - comment out the USB mount line in /etc/fstab, boot again, umount /storage and mount the external usb drive once more.
Can anyone point me to the solution for this, so that a reboot will successfully load LMS and the music on the external drive? I've got the same setup working on another ancient Dell PC, but with VB 2.3 - and that restarts correctly.
All help will be greatly appreciated!
Comment