Popular
Latest Articles
- How to Secure your Cisco Router
- Creating CLI Views on a Cisco Router
- Configuring TACACS+ on a Cisco Router
- How to enable SDM on your router
- Build a Samba Server on Redhat / CentOS
- How to set the Time / Date and Timezone in CentOS
- How to install SSH on Solaris 10 x86
- ESX4 - How do I turn on/off a Virtual Machine from the command line ?
Unix Mount Commands
Monday, 01 June 2009 21:22
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/" $11}'` /cdrom/unnamed_cdrom
We have 19 guests online