I was following this answer to resolve my boot problem and when running:
sudo mount /dev/sdb /mnt
I get this error:
mount: /dev/sdb already mounted or /mnt busy
The sdb is the drive which has 3 partitions:
sdb1 fat32 and the flag is set to boot
sdb2 ext4
sdb3 linux-swap
am I selecting the right disk as stated in that answer?
sdb1
as an example; mount whichever partition contains the data you wish to interact with. – DopeGhoti Apr 15 '16 at 22:43sdb2
according to the answer I posted in my question? – Nicolas Apr 15 '16 at 22:44sdb2
is where your data are, that is probably the partition you want tomount
. I have edited my answer to reflect this. – DopeGhoti Apr 15 '16 at 22:46grub-install /dev/sdb/
: installing for x86_64-efi platform, grub-install: error: cannot find EFI directory` any idea? – Nicolas Apr 15 '16 at 23:04