Unix Mount Commands

Samba

mount -t cifs //[Windows IP]/[Share] /root/folder/ -o user=[username],pass=[password],nocase

BSD

mount -t cd9660 /dev/`mdconfig -a -t vnode -f discimg.iso` /cdrom

Solaris

mkdir -p /cdrom/unnamed_cdrom ; mount -F hsfs -o ro `ls -al /dev/sr* | awk '{print "/dev/" $1
1}'` /cdrom/unnamed_cdrom
Rick Donato

Want to become a UNIX expert?

Here is our hand-picked selection of the best courses you can find online:
UNIX Administration Fundamentals
Vim Masterclass
and our recommended certification practice exams:
AlphaPrep Practice Tests - Free Trial