VMware Cloud Community
gs100018
Contributor
Contributor

Inconsistent output running linux scripts with vCO (Guest Script Manager)

Hello,

I'm currently writing a script to partition, format and mount disks added via a vCO workflow.  The issue I'm running into mounting the Linux filesystems.  The script output indicates that the mount is completed successfully, however if I do a 'df -h' or 'cat /proc/mounts' from an ssh session on the Linux vm, the filesystems aren't mounted.

Script runs and executes 'mount -v -a', this is the output from vCO logs:

/                        : ignored

/boot                    : already mounted

swap                     : ignored

/u000                    : already mounted

/u001                    : already mounted

/u002                    : already mounted

/u003                    : already mounted

/u004                    : already mounted

/u005                    : already mounted

/u006                    : successfully mounted

The OS does not see the mounted file system however.

Any thoughts?

Thanks in advance.

0 Kudos
0 Replies