On Sat, 19 Oct 2019, Ben Koenig wrote:

you want the UUID, not the PARTUUID. A simpler way to get this info
quickly would be to use 'lsblk -o name,uuid' so that you can avoid the
extra information.

Ben,

I had tried the disk UUID and the partition UUID. None worked.

How do you have this declared in fstab?

Last night it occurred to me that there's a need to specify the string as a
UUID in fstab, which I had not done. So, just now I first ran 'lsblk -o
name,uuid':

NAME   UUID
sda ├─sda1 5796-13DB
├─sda2 b7a5a639-e9b5-43c9-b528-77d6bb592899
└─sda3 c2286937-c658-40ee-b73d-0c80fcaa2a6b
sdb ├─sdb1 1debabd0-e753-468d-b119-0e76a1e4e5df
├─sdb2 98cb2b46-092e-4dc4-94cc-f4e54b946bae
└─sdb3 093ae060-fd8d-48d2-9f77-acc5dab0fc56
sdc └─sdc1 6e95864b-6291-4148-acd3-627542c8318f
sr0

and then modified /etc/fstab:

UUID=6e95864b-6291-4148-acd3-627542c8318f       /mnt/backup     ext4          
defaults         1   2

(do I need tabs between strings or will spaces do?)

However, when I try to initialize the /data partition the attempt still
fails:

[root@salmo /mnt/backup]# cd salmo-data/dirvish/
[root@salmo /mnt/backup/salmo-data/dirvish]# dirvish --vault 
salmo.appl-ecosys.com --init
cannot open config file: default.conf

Something is still missing.

Regards,

Rich
_______________________________________________
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to