[email protected]: > I am attempting to setup some secondary storage per > https://www.qubes-os.org/doc/secondary-storage/ and when I run " sudo > cryptsetup luksFormat --hash=sha512 --key-size=512 --cipher=aes-xts-plain64 > --verify-passphrase /dev/sdc" I get "Device /dev/sbc doesn't exist or access > denied". It's there in a dom0 terminal when I type "ls /dev/sb*" I am > assuming sba is the boot raid1 and sbb is the ROM drive.
Per the doc, the example "Assum[es] the secondary hard disk is at /dev/sdb". This may not be true in your case. Determine the appropriate /dev for your secondary hard drive with "sudo fdisk -l | more" (the physical device you want will not have a number on the end; ones with numbers appended are partitions on the physical device), then adjust the command line accordingly. Welcome to GNU/Linux! -- - don't top post Mailing list etiquette: - trim quoted reply to only relevant portions - when possible, copy and paste text instead of screenshots -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/9982e5ce-94a5-4b6e-8877-40b57b1c0976%40danwin1210.me.
