On Wed, 03 May 2000, you wrote:
> Is there any way to change the name of a DOS_hda1 drive to something easyer? 
> And where can i get Linux Games like Quake on the net?


Yes: 
1 (easiest) just keep it like this, but make a symbolic link to it :
        ln -s    /mnt/DOS_hda1  /win
for instance.

2 (longer) 
        umount  /mnt/DOS_hda1   
        mkdir   /mnt/win        (or just  /win)

        update the file /etc/fstab, substituting /mnt/win to /mnt/DOS_hda1      

        mount   /dev/hda1   
        THE END

PS: When you update /etc/fstab, pay attention to the file system type (vfat),
to the mount mode: user, rw,  etc. In my fstab file it is like this:

        /dev/hda1 /mnt/win vfat user,rw,conv=binary 0 0    

But, please, read the mount and fstab man pages, in case i missed something.

Finally: rm     /mnt/DOS_hda1

Reply via email to