Hi all,
Tried searching, but search seems broken on any forum I tried.
I was wonder if it's possible and or practical to store shows and fixtures on a USB drive and use it on the Rpi.
Reason: If show name stays the same the system would load it form the USB drive and editing and updating the Rpi would not be an issue.
Thanks
Jimmy
USB Storage
-
- Posts: 20
- Joined: Wed Apr 15, 2015 8:28 pm
- Location: Douglasville, GA
- Real Name: Jimmy Traylor
- Contact:
MAC (OSX)
Windows10
RPi (Raspberry 1.2B+, 2.0B. 3.0B)
ENTTEC USB PRO
Windows10
RPi (Raspberry 1.2B+, 2.0B. 3.0B)
ENTTEC USB PRO
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
I never tried either, but you might encounter an issue with the boot timings.
Although you can use 'usbmount' (see last Q&A in the user guide PDF), I'm not sure if a USB pendrive will finish to be mounted when QLC+ starts.
The boot sequence is very fast, so you might need to tweak the QLC+ system script to delay the startup, or better to wait for your USB pendrive to be mounted
Although you can use 'usbmount' (see last Q&A in the user guide PDF), I'm not sure if a USB pendrive will finish to be mounted when QLC+ starts.
The boot sequence is very fast, so you might need to tweak the QLC+ system script to delay the startup, or better to wait for your USB pendrive to be mounted
-
- Posts: 20
- Joined: Wed Apr 15, 2015 8:28 pm
- Location: Douglasville, GA
- Real Name: Jimmy Traylor
- Contact:
I will give it a try tonight and see how it goes.
From the stand point of someone updating their files it would be a lot easier.
Thanks
From the stand point of someone updating their files it would be a lot easier.
Thanks
MAC (OSX)
Windows10
RPi (Raspberry 1.2B+, 2.0B. 3.0B)
ENTTEC USB PRO
Windows10
RPi (Raspberry 1.2B+, 2.0B. 3.0B)
ENTTEC USB PRO
-
- Posts: 20
- Joined: Wed Apr 15, 2015 8:28 pm
- Location: Douglasville, GA
- Real Name: Jimmy Traylor
- Contact:
Update: Using a USB drive and having it mount on boot is not feasible. You have to have the USB drive ID in order to mount it at boot. There might be a way with a script to update the ID, but more work that what its worth right now.
MAC (OSX)
Windows10
RPi (Raspberry 1.2B+, 2.0B. 3.0B)
ENTTEC USB PRO
Windows10
RPi (Raspberry 1.2B+, 2.0B. 3.0B)
ENTTEC USB PRO
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
(almost) everything is possible in Linux. You just need to know how it works.Jimmy T. wrote:Update: Using a USB drive and having it mount on boot is not feasible. You have to have the USB drive ID in order to mount it at boot. There might be a way with a script to update the ID, but more work that what its worth right now.
IDs (or better UUID) are needed by /etc/fstab, but as I said, give 'usbmount' a try. It automatically mounts the partitions of USB storage devices to /media/usbX when it detects a plug-in event.