Author
|
Topic: Software 2.8.11 is the latest release for ShowVault
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tim Sherman
Expert Film Handler
Posts: 125
From: North Ridgeville, OH, USA
Registered: Aug 2000
|
posted 03-15-2017 07:29 PM
Backup: The commands below can be done locally in Terminal or remotely via PUTTY Disconnect all other USB / eSATA device from the server. Plug the EB-USB into the server front USB port, auto mount will open an ingest window and scan for DCP’s pkg etc, close this and quit the ingest window. Open a terminal window, Menu/System/Terminal Log-in as SU <enter>, password XXXXXX <enter> To confirm the drives names: mount | grep media | grep usb | tail -1 | awk '{print $1}' <enter> It should look like this = /dev/sdh1 sdh is the EB-USB device. To check this correct can you also type: mount <enter>, this will show you all mounted devices = /dev/sdh1 on /media/usb0 type ext3 (ro,sync,nodev,noexec,noatime) USB0 should be the EB-USB. To copy the complete boot-flash (SSD) to a USB: dd if=/dev/sdg of=/dev/sdh<enter> This will take several minutes.
| IP: Logged
|
|