Hi,
I have created new Linux VM and attached a managed disk to it which was created from a snapshot of an earlier Linux VM. The managed disk is attached to it as an additional data disk and I undertook these steps in Azure portal.
However, I do not see the additional disk from within the VM. I have taken the steps mentioned on the page - https://docs.microsoft.com/en-us/azure/virtual-machines/linux/attach-disk-portal to mount the disk.
When I check the blkid, I get the response shown below with a duplicate entry -
/dev/sdc1: LABEL="knimeinstall" UUID="2f8ec074-8ba6-4cdb-9c16-fda72e87c9e9" TYPE="ext4"
/dev/sdd1: LABEL="knimeinstall" UUID="2f8ec074-8ba6-4cdb-9c16-fda72e87c9e9" TYPE="ext4"
/dev/sdb1: UUID="fe27703b-4999-4587-96f1-8491dc7a8b52" TYPE="ext4"
/dev/sda1: UUID="5268d5ab-25bf-4b8d-834c-a3092e0315f9" TYPE="xfs"
/dev/sda2: UUID="02bf2f98-ce4b-4628-98c9-daa44aaacb01" TYPE="xfs"
When I look for SCSI, I can see 4 UUIDs but no duplicates -
[ 0.407114] SCSI subsystem initialized
[ 1.174429] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 3.266498] sd 5:0:0:0: [sdc]Attached SCSI disk
[ 3.266545] sd 5:0:0:1:[sdd] Attached SCSI disk
[ 3.357931] sd 3:0:1:0: [sdb] Attached SCSI disk
[ 3.384601] sd 2:0:0:0: [sda] Attached SCSI disk
But, when I look in the /etc/fstab file, I can see only 3 entries -
UUID=02bf2f98-ce4b-4628-98c9-daa44aaacb01 / xfs defaults 0 0
UUID=5268d5ab-25bf-4b8d-834c-a3092e0315f9 /boot xfs defaults 0 0
UUID=2f8ec074-8ba6-4cdb-9c16-fda72e87c9e9 /knimeinstall ext4 defaults,nofail 1 2
Please can somebody help me find the disk on the VM, or I am missing any steps to be taken?
Thanks,
Archna