VMware Cloud Community
stuifbergen
Contributor
Contributor
Jump to solution

Extend VM with NAS datastore

Hi,

I got ESXi 6.7 running with several guests. Because I ran out of storage I want to use my Synology NAS as a datastore.

I successfully added the datastore using NFS4.1 and also added an extra hard disk to one of my VM's (Ubuntu 18.04.3). But in the VM itself the extra hard disk isn't visible. I suppose I need to do an extra step somewhere, but I can't find the right instructions to do so.

Thanks & regards,

Hans

1.png2.png

Reply
0 Kudos
1 Solution

Accepted Solutions
a_p_
Leadership
Leadership
Jump to solution

Adding a disk to an OS is only one out of several required steps.

What needs to be done is to partition the new disk, format, and mount it.

To find out whether the additional disk is visible to the OS, run e.g.

sudo fdisk -l

The new disk will most likely sow up as /dev/sdb.


André

View solution in original post

Reply
0 Kudos
2 Replies
a_p_
Leadership
Leadership
Jump to solution

Adding a disk to an OS is only one out of several required steps.

What needs to be done is to partition the new disk, format, and mount it.

To find out whether the additional disk is visible to the OS, run e.g.

sudo fdisk -l

The new disk will most likely sow up as /dev/sdb.


André

Reply
0 Kudos
stuifbergen
Contributor
Contributor
Jump to solution

Thank you André. The disk is visible after sudo fdisk -l

Reply
0 Kudos