Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: rdsii64 on 16 April 2002, 08:01
-
My zip drive works ok with suse but there is one little problem that drives me nuts. once i put th zip disk in the machine won't eject it when I want to take it out. the button on the zip drive won't work and when i click on the zip icon i don't have an "eject" to pick from like the cd icon has. if it matters I am using suse 7.3 personal.
thanx
Ron
-
If you cannot eject the disk, it would most likely mean that the disk is still mounted. A workaround would be to open up a shell prompt and type "mount" to see which devices are mounted. Say the zip disk is mounted on "/mnt/zip" you would type "umount /mnt/zip" to unmount it, then you should be able to eject it.
Personally I have mine set up to automatically mount the zip disk at the point I decide to access it. And it will automatically unmount after nothing has used it for around a minute. Of course if a process is using the disk you can not unmount it. Even if you just have a shell open and have "cd'ed" to a directory on the zip drive.
You should be able to configure your zip drive ICON to allow you to mount/unmount the zip drive, just like a CD or floppy ICON. Do you use KDE?
-
so folks, how would one set up the automount/autounmount feature then?
i will actually figure out amd and automount myself but i have hundreds of other things cooking, and i thought maybe it should be posted here for others' benefit.
If i figure it out firat, i\ll post..
-
or if you wanna use a frontend to mount.
press alt+F2 then type usermount. It will have all the devices and let you mount/unmount any of the drives.
-
quote:
Originally posted by Calum:
so folks, how would one set up the automount/autounmount feature then?
i will actually figure out amd and automount myself but i have hundreds of other things cooking, and i thought maybe it should be posted here for others' benefit.
If i figure it out firat, i\ll post..
First, make sure you have it in your kernel.
You need to install the autofs package. Once that's done, edit your /etc/auto.master, which is a list of mount points (delimited by whitespace). For example, you could just put "/mnt" in there. Then, edit the /etc/auto.misc file. Here's an example of what could go in there:
floppy -fstype=auto :/dev/fd0
Then start the autofs service (restart if it's already running). Then, try to go into /mnt/floppy (ls /mnt/floppy, or whatever else you want to do in there) and it'll try to mount /dev/fd0 there.
-
my linux side is all to fuck at the moment, as i have a SiS630 chipset, and an old 2.2 kernel, and i have just reinstalled (i know there was really no need, but it's done now), and besically it's a lot of effort for me to try and get X working again. I am learning stuff, but not succeeding.
So, i won't be automounting anything for a while...
I have a funny distro at the moment anyway. it doesn't include pico in a default install!
also red hat 7 doesn't include amd in a normall install...
And i now have a crummy old version of rpm that doesn't work with half the rpms i want to install, including lynx 4.4...
-
quote:
Originally posted by Calum:
my linux side is all to fuck at the moment, as i have a SiS630 chipset, and an old 2.2 kernel, and i have just reinstalled (i know there was really no need, but it's done now), and besically it's a lot of effort for me to try and get X working again. I am learning stuff, but not succeeding.
So, i won't be automounting anything for a while...
I have a funny distro at the moment anyway. it doesn't include pico in a default install!
also red hat 7 doesn't include amd in a normall install...
And i now have a crummy old version of rpm that doesn't work with half the rpms i want to install, including lynx 4.4...
Sounds like RPM woes to me. Why don't you give Debian a shot? I love Debian. If you don't have something, just use apt-get to download and install it automatically - it even automatically downloads and installs dependencies as well!
And yes, I'm quite aware that this post was well off-topic (http://smile.gif)
-
0.1!!!
i wish i had that installed though, that would be cool just for history's sake.
I'm supposed to be getting red hat 7.2 from two different people, but so far nothing.
i have turbolinux 6.1, red hat 7 (both are very idiosyncratic releases of otherwise stable software)
and also Trinux (a security geared distro on 3 floppies), Phatlinux (an old linloader type OS that sits on yr windows side, but doesn't work in WinME or later, so useless) and PicoBSD (a one floppy distro that i haven't tried yet. It's just for networking though.
Anyway as you can see, i am stuck in this gum tree till i get red hat 7.2 when i will try to be bothered to fix the Xserver/SiS630 problem again..
-
If you use KDE and want an ICON on your desktop that will allow you to mount/unmount the zip disk just like a floppy or CD you should be able to do it in the same way you would do a floppy or CD.
First make sure you have an entry in your /etc/fstab for the zip drive. It may look something like this:
That assumes your zip drive device is "/dev/zip" and you have a directory "/mnt/zip" where you want the zip drive to mount. Assuming you can manually mount/umount the zip drive with no trouble just create a filesystem ICON on your desktop by Right-Clicking on the desktop, select "Create New"->"Floppy Device" (or "File System Device"). Type in "Zip Drive" on the General tab, then click on the "Device" tab and put in "/dev/zip" (again assuming your zip drive device is "/dev/zip"), then press OK.
The "Right-Click" menu on that ICON should have a "mount" option if the disk is not mounted. It should have an "unmount" option if it is mounted. If you Left-Click on the ICON it should mount it and open up Konqueror file manager in /mnt/zip.