Hi,
I'm running a sme server with vmware windows for ms sql.
i created a seperate drive (.vmkf) for backup purpose.
I just learned that i can map a local folder to an external NAS storage by these commands:
mkdir -p /mnt/backup
mount -t cifs -o user=username //backupdrive/backup /mnt/backup
the question that araised, if i make a folder like that and i place the backup disk of windows in there, will that work?
and more, what do i have to do to have that mounted during the startup?
Kind regards,