LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-20-2003, 10:20 AM   #1
t1mc00per
Member
 
Registered: Jan 2003
Location: Midlands, England
Distribution: Mandrake 9.0, Slackware 8.1
Posts: 76

Rep: Reputation: 15
Mounting USB Zip 250


I have searched everywhere for instructions on how to mount my zip drive, but I can't make sense of any of them.

In /mnt I have cdrom/ cdrom2/ disk/ floppy/ nt/ nt2/ removable/

which are my cd, dvd, ? (empty), floppy, WinXP HDD, other HDD, ? (empty)

I assume that 'removable' should be my zip drive, but I have a disc with files on in the drive and it appears empty when I 'ls'l it. I don't know what 'disk' is meant to be, but that's also empty.

I have kernel 2.4.19-16mdk so it should have usb mass-storage support.

How do I use my Zip drive???
 
Old 02-21-2003, 11:11 AM   #2
t1mc00per
Member
 
Registered: Jan 2003
Location: Midlands, England
Distribution: Mandrake 9.0, Slackware 8.1
Posts: 76

Original Poster
Rep: Reputation: 15
I read somewhere that my Zip drive's device name might be '/dev/sdb4', so I typed 'mount -t vfat /dev/sdb4 /mnt/removable', but it just says 'mount: special device /dev/sdb4 does not exist'.

How do I use my Zip drive??
 
Old 02-21-2003, 11:25 AM   #3
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
is it an external paraport model or and internal, does your bios see it? if so, write down where it is (primary-slave, secondary-master, etc. and post it here, also post your /etc/fstab file. if its still dos formatted, it will be the 4th partition, hdx4, sdx4, etc, even though there is only one partition on it, (i don't know, ask iomega what they were thinking). if you've switched it to ext2, it will be the first partion hdx1 etc.
 
Old 02-21-2003, 12:41 PM   #4
t1mc00per
Member
 
Registered: Jan 2003
Location: Midlands, England
Distribution: Mandrake 9.0, Slackware 8.1
Posts: 76

Original Poster
Rep: Reputation: 15
I had another google and I've managed to mount it using:

'mount -t vfat /dev/sda4 /mnt/removable'

This works, but now I want to know how to get it to automatically mount when I log on. I've tried adding the above line to the top of /etc/rc.d.rc.local (just beneath the comments) but this didn't do anything.

Also, when I start KDE, it puts a 'removable media' shortcut on my desktop. I delete it and it reappears next time I log on. How would I stop this happening?
 
Old 02-21-2003, 01:07 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Add in your /etc/fstab file

/dev/sda4 /mnt/removeable -t vfat noauto,user,umask=0 0 0

Then add in your bash startup script file

mount /mnt/removable.

And / Or you can add a shortcut on the desktop too.

/mnt/disk is just a misc mountpoint that Mandrake creates during the install process.

If you had the USB drive connected during the install process then I would of expected a mountpoint to be already there. Check the /etc/fstab to see if you have anything for the /mnt/removable
 
Old 02-21-2003, 03:38 PM   #6
newpenguin
Member
 
Registered: Sep 2002
Location: lahore pakistan
Distribution: slackware,redhat, FreeBSD,openbsd
Posts: 219

Rep: Reputation: 30
a very easy solution which works in some versions of linux is

mount -t auto blah blah blah
 
Old 02-21-2003, 03:46 PM   #7
t1mc00per
Member
 
Registered: Jan 2003
Location: Midlands, England
Distribution: Mandrake 9.0, Slackware 8.1
Posts: 76

Original Poster
Rep: Reputation: 15
I have this in my fstab:
/dev/sda4 /mnt/removable auto user,iocharset=iso8859-15,kudzu,codepage=850,noauto,umask=0,exec 0 0

So I just need to add 'mount /mnt/removable' in my bash startup file?
Is that my ~/.bash_profile ?

What if I want it to mount automatically for all users (if I were to add more)?
 
Old 02-22-2003, 08:14 AM   #8
t1mc00per
Member
 
Registered: Jan 2003
Location: Midlands, England
Distribution: Mandrake 9.0, Slackware 8.1
Posts: 76

Original Poster
Rep: Reputation: 15
I've added /mnt/removable in ~/.bash_profile and it mounts my zip drive.

But, how do I stop this annoying 'Removable media' shortcut appearing on my desktop every time I start KDE?
 
Old 02-22-2003, 10:41 AM   #9
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
try removing "kudzu" from the /mnt/removable line in your fstab
 
Old 02-22-2003, 10:58 AM   #10
t1mc00per
Member
 
Registered: Jan 2003
Location: Midlands, England
Distribution: Mandrake 9.0, Slackware 8.1
Posts: 76

Original Poster
Rep: Reputation: 15
I've just done that and restarted but it still appears!

I assume it's because I've got my zip drive plugged in and KDE thinks it would be helpful to have a removable media shortcut, (although curiously when I click it, it only has my two cd drives and my floppy).
I assume this because it only started popping up sinse I plugged my zip drive in.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
unpluging USB IOMEGA Zip 250 k5knt Linux - Hardware 2 04-11-2005 07:23 PM
Zip 250 USB Mount aclarion Linux - Hardware 9 09-26-2004 09:53 PM
Zip 250 USB MikeM16 Linux - Hardware 2 10-07-2003 07:20 PM
Usb ZIP 250 plug-and-play? james3mg Linux - Newbie 11 07-15-2003 08:28 PM
zip 250 usb user1 Linux - Newbie 2 05-25-2003 10:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration