Mounting Windoze Shared Drive on ODA
Hi Everyone,
Is it possible for me to mount windows Shared drive on Oracle database Appliance (18.5)
I tried using mount -t cifs <Shared Drive Host and path> /usr/local/WindozeShare cifs rw,user=<Shared Drive Authentication>,password=<Shared Drive password>
/etc/fstab
<Shared Drive Host and path> /usr/local/WindozeShare cifs rw,user=<Shared Drive Authentication>,password=<Shared Drive password>
I got the following.
mount: wrong fs type, bad option, bad superblock on <Shared Drive Host and Path>/Common/EBS_Report,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)