On Sat, 29 Apr 2000, Todd Wells wrote:

>Okay, now how can I make it so that I just have to type "mount /mnt/cdrom2"
>rather than
>"mount -t iso9660 /dev/scd0/mnt/cdrom2"?

Hi Todd,
Easiest thing to do is write a scriptfile, e.g. mtcd2, and put that in
/usr/bin, or in
another directory in your path:

#!/bin/sh
mount -t iso9660 /dev/scd0/mnt/cdrom2

Make it "chmod a+x <file>" and then you can mount it from anywhere by
typing "mtcd2".
Can't think of an easier way than that. It's how I handle zip disks and
floppies too.
Paul

)0(-----------------------------------)0(

The fear of death keeps us from living,
not from dying...

)0(----[[EMAIL PROTECTED]]-------------)0(
http://nlpagan.net - ICQ 147208
Registered Linux User 174403

Reply via email to