On Sat, Feb 29, 2020 at 08:02:25AM +0100, A E wrote: > When I execute "sudo mount /dev/xvdi /mnt" in the terminal of the VM, I get > this error: “mount: /dev/xvdi/mnt: can’t find in /etc/fstab.
that error doesnt match the command. one of them must be incorrect. if the error is real, it indicates you didnt put a space between the device and the target path. this part is "basic linux usage" btw, very much not qubes specific. googling "how to mount a disk in linux" (or with the distro name you are using instead of linux) might help. check what xvd* device is actualy used by running "qvm-block" in dom0. or "cat /proc/partitions" or "ls -l /dev/xvd*" in the target vm. (hint: its not the xvda/b/c/d ones, those are the system "disks", user attached devices should be xvdi, xvdj...) > And I get this with both devices. what "both devices"? -- 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/20200229103559.GI8973%40priv-mua.
