>>>>> "Dale" == Dale E Martin <dmartin@clifton-labs.com> writes:
> Once a filesystem is on the disk, you can mount it just
> like any other partition: mount /dev/sda1 /mnt
To simplify mounting even further, I put this in my /etc/fstab:
/dev/sda1 /zip ext2 noauto,user,nodev,noexec,nosuid,rw 0 0
This lets me (or any user) mount a zip disk with the command
"mount /zip".
Mike