Am 2016-07-17 um 19:03 schrieb Stefan G. Weichinger:
amanda@backup ~ $ amcheck -s vtape
Amanda Tape Server Host Check
-----------------------------
Holding disk /mnt/amhold/vtape: 64 GB disk space available, using 63 GB
mount: can't find UUID=5a5a9927-995f-4f0f-98ff-d222561f84ff
slot 1:7: contains an empty volume
Will write label 'vtape-004-003' to new volume in slot 1:7.
NOTE: skipping tape-writable test
Server check took 1.188 seconds
another observation:
if the external disk nr. 2 is not attached to the server it even fails
to find/mount the other one.
$ amcheck vtape
Amanda Tape Server Host Check
-----------------------------
Holding disk /mnt/amhold/vtape: 7 GB disk space available, using 6 GB
mount: can't find UUID=fae458a3-da30-43c5-81f1-be2d49215b09
mount: can't find UUID=fae458a3-da30-43c5-81f1-be2d49215b09
No removable disk mounted on '/mnt/externaldisk2'
Taper scan algorithm did not find an acceptable volume.
(expecting a new volume)
ERROR: No acceptable volumes found
Maybe it doesn't step on to check for the second disk? look at the two
identical lines looking at the same UUID.
fstab for reference:
UUID=5a5a9927-995f-4f0f-98ff-d222561f84ff /mnt/externaldisk1 ext4
relatime,noauto,user 0 1
UUID=fae458a3-da30-43c5-81f1-be2d49215b09 /mnt/externaldisk2 ext4
relatime,noauto,user 0 1
/dev/disk/by-uuid/5a5a9927-995f-4f0f-98ff-d222561f84ff is attached right
now.