A script which automatically determines all the NTFS drives on your computer and sets them to mount on each startup.
Here's what you need to do:
Furius ISO Mount is a user friendly Gtk+ Interface to Mount ISO, IMG, BIN, MDF and NRG Image files without burning to disk.
tmpfs is a virtual, RAM-backed filesystem. It’s lightning-fast, but since it’s RAM-backed, any file written to tmpfs uses precious memory while it’s there, and the entire contents of the virtual partition are lost on shutdown or crash.
This article will explain how to add a script to Nautilus so that you can easly mount and unmount ISO files in most linux distros running Gnome (it needs Nautilus to show the desktop). After a ISO file has been mounted, a shortcut icon will appear on your desktop which you can right click to unmount.
If you simply wish to right click and .iso and select mount follow this simple guide on how to use nautilus scripts to accomplish this. Firstly create two scripts with mount_iso and unmount_iso:
One of the main things that gets annoying with FUSE, or Filesystem in Userspace, is that it won't automatically mount a filesystem when you first attempt to access the filesystem. This means you must manually track mountpoints and specify what program to run in order to mount each FUSE filesystem. Placing the exact commands to mount each FUSE filesystem into shell scripts can make things a little easier, but with afuse, you can mount FUSE filesystems on demand without the need for any explicit mounting.
I use this tool a lot as I have lots of ISOs in my Hard Disk, you maybe know it, but for those of you who don't here it is:
It is quite simple to set up encrypted volumes using truecrypt. If you mount the encrypted disks at boot time, then an annoyance is having truecrypt prompt for password or path to key for each disk. You can specify these things on the command line while mounting the encrypted volumes, but for a very large reasons that is not a clever approach.
If you want to Mount NTFS VMware Virtual Disk Image (vmdk) read/write follow this procedure. Vmware server comes with a little utility to mount the VMware virtual file systems called vmware-mount.pl. This utility works pretty well but mounts all NTFS partitions as Read Only!
Why burn a disk when you could mount it? and who wants to remember such command to mount an ISO image: mount -o loop -t iso9660 file.iso /mnt/test, not to mention the long list of mount parameters. Well, I do want to remember such command but I don’t mind having an easy cool tool to mount ISO images.
Gmount-iso is a small tool written using PyGTK and Glade. It allows you to easily mount your cd images. This is a frontend to the 'mount -o loop -t iso9660 foo.iso /mountpoint' command.
Two days ago we had several power cuts that completely managed to scrag my hard drives in logan and cerebro (the Fileserver), Ho hum… Time for a re-install, I guess. Good job the data on the file server was on a separate hard drive. Having done some research since the first install, now might be the time to add some security to the systems by utilizing several partitions to protect the data. The idea being that if the system goes down I can work on that and configuration as well as user data remains safe.
DOSBox emulates an Intel x86 PC, complete with sound, graphics, mouse, modem, etc., necessary for running many old DOS games that simply cannot be run on modern PCs and operating systems, such as Microsoft Windows 2000, Windows XP, Linux and FreeBSD. However, it is not restricted to running only games.
If you want to access a remote file system through ssh you need to install sshfs.sshfs is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there’s nothing to do. On the client side mounting the file system is as easy as logging into the server with ssh.
AcetoneISO is a CD/DVD image manipulator for Linux.Using this tool it is very easy to Mount and Unmount ISO,MDF,NRG Images.