VMware Cloud Community
stray_guru
Contributor
Contributor
Jump to solution

Old datastore

hello

I have old datastore which I wanted to mount in new hypervisor installation. Unfortunately I can see disk and partition but cant mount it. Any idea?

it's also strange that now I can't use datastore under old hypervisor too ;(

ls /dev/disks -lh

.................................

lrwxrwxrwx    1 root     root          36 Dec 15 18:32 vml.0200000000600605b009d21c00218f808753ba2a4d4d5239323731 -> naa.600605b009d21c00218f808753ba2a4d

lrwxrwxrwx    1 root     root          38 Dec 15 18:32 vml.0200000000600605b009d21c00218f808753ba2a4d4d5239323731:1 -> naa.600605b009d21c00218f808753ba2a4d:1

but

[root@localhost:/vmfs/volumes] esxcli storage filesystem mount -u 0200000000600605b009d21c00218f808753ba2a4d4d5239323731

No volume with uuid '0200000000600605b009d21c00218f808753ba2a4d4d5239323731' was found

0 Kudos
1 Solution

Accepted Solutions
dbalcaraz
Expert
Expert
Jump to solution

mm.. seems that you are confusing some things.

Check the volumes first with: esxcli storage filesystem list

Then try to mount it with the volume's label: esxcli storage filesystem mount--volume-label=<label>

-------------------------------------------------------- "I greet each challenge with expectation"

View solution in original post

0 Kudos
2 Replies
dbalcaraz
Expert
Expert
Jump to solution

mm.. seems that you are confusing some things.

Check the volumes first with: esxcli storage filesystem list

Then try to mount it with the volume's label: esxcli storage filesystem mount--volume-label=<label>

-------------------------------------------------------- "I greet each challenge with expectation"
0 Kudos
stray_guru
Contributor
Contributor
Jump to solution

THX!

0 Kudos