Tag: mount
A Shell Scirpt to Mount ISO files
May 13, 2009
A Shell Scirpt to Mount ISO files – call it using the command moustiso.sh ImageFile.iso. You need a folder called…
Mount Windows Network Share with Samba
May 15, 2008
Use this command to mount a share on a windows system. It uses Samba. mount -t smbfs -o username=user,password=pass //WinClient/share…
Mount Windows Partion
January 28, 2008
Mount a Windows FAT partition. If it is an NTFS partion, use ‘ntfs’ instead of ‘fat’. Make sure that the…
Command to mount a Samba Share in Linux
January 26, 2008
Mount a windows network share in Linux using Samba mount -t smbfs -o username=user,password=pass //WinClient/share /mnt/share
Mount ISO Images
April 29, 2007
Mounting ISO Images in Linux mount -t iso9660 -o loop <Image_File> <Mount_Point> How to Mount ISO/MDF Images in Linux
Recent Comments