Re: mount/unmount scripts

1997-01-22 Thread tomk
Dale Scheetz writes: On Thu, 16 Jan 1997 [EMAIL PROTECTED] wrote: Here are some shell scripts for mounting and unmounting DOS CDROM stuff. My DOS partition is /dev/hda1 and the cdrom drive is /dev/hdb. If yours is different, change the scripts to match your equipment. I keep these in

Re: mount/unmount scripts

1997-01-22 Thread Seak, Teng-Fong
[EMAIL PROTECTED] wrote: Dale Scheetz writes: I use an entry in fstab to mount my DOS partition. You could do this with the CD as well except for the problem of removable media. I use a simple one line script to mount my CD. ^^^ What he wanted to say and

Re: mount/unmount scripts

1997-01-22 Thread Siggy Brentrup
True, but if there isn't a cdrom in the drive at boot-up time, the cdrom drive won't mount 8-) That's why I created the scripts. Have a look at the user and noauto options (I recommend man mount) My /etc/fstab contains the lines /dev/scd0 /cdrom iso9660 user,noauto,ro 0 0 /dev/fd0 /dos/a msdos

Re: mount/unmount scripts

1997-01-20 Thread Dale Scheetz
On Thu, 16 Jan 1997 [EMAIL PROTECTED] wrote: Here are some shell scripts for mounting and unmounting DOS CDROM stuff. My DOS partition is /dev/hda1 and the cdrom drive is /dev/hdb. If yours is different, change the scripts to match your equipment. I keep these in the /root directory and use

mount/unmount scripts

1997-01-17 Thread tomk
Here are some shell scripts for mounting and unmounting DOS CDROM stuff. My DOS partition is /dev/hda1 and the cdrom drive is /dev/hdb. If yours is different, change the scripts to match your equipment. I keep these in the /root directory and use su - to access them. I'm working on automounting