LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 06-15-2006, 03:44 PM   #1
frank golden
Member
 
Registered: Jun 2006
Location: Stevensville, Michigan, USA
Distribution: Ubuntu 6.06 LTS dual boot with XP Pro
Posts: 37

Rep: Reputation: 15
Can't Mount External (USB) Floppy Drive


Hi All,
Using Ubuntu 6.06 LTS and I can't seem to be able to mount my USB
floppy drive. When I plug in activity light blinks but drive won't mount.
I have the discmounter utility in the panel and the drive shows there as unmounted if I choose mount option nothing happens. When I disconect drive an error message pops up. Below is a link to screen shot to
to illustrate the error message. Any suggestions.

http://i30.photobucket.com/albums/c3...reenshot-1.png

Thanks

P.S. All other external drives (USB) mount automatically, no problem.

Last edited by frank golden; 06-15-2006 at 03:46 PM.
 
Old 06-15-2006, 11:52 PM   #2
frank golden
Member
 
Registered: Jun 2006
Location: Stevensville, Michigan, USA
Distribution: Ubuntu 6.06 LTS dual boot with XP Pro
Posts: 37

Original Poster
Rep: Reputation: 15
Anybody? Please
 
Old 06-16-2006, 12:03 AM   #3
prozac
Member
 
Registered: Oct 2005
Location: Australia
Distribution: slackware 12.1
Posts: 753

Rep: Reputation: 32
try the manual mount.
Code:
fdisk -l
and see by what name linux recognizes you drive, must be something like /dev/fd0 or it could be different just look out for the difference in before/after you plug usb floppy drive.

use the
Code:
mount /dev/fd0 /mnt/floppy
adjust the code accordingly.

or
Code:
 man mount
for help.
 
Old 06-16-2006, 01:48 AM   #4
frank golden
Member
 
Registered: Jun 2006
Location: Stevensville, Michigan, USA
Distribution: Ubuntu 6.06 LTS dual boot with XP Pro
Posts: 37

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by prozac
try the manual mount.
Code:
fdisk -l
and see by what name linux recognizes you drive, must be something like /dev/fd0 or it could be different just look out for the difference in before/after you plug usb floppy drive.

use the
Code:
mount /dev/fd0 /mnt/floppy
adjust the code accordingly.

or
Code:
 man mount
for help.
I tried the [code] sudo mount -t vfat /dev/sdc /media/floppy
which should be the proper command for mounting drive in Ubuntu.
No good get error about mount point being busy.
Ubuntu uses /media directory for mounting drives.

Last edited by frank golden; 06-16-2006 at 01:50 AM.
 
Old 06-16-2006, 01:53 AM   #5
prozac
Member
 
Registered: Oct 2005
Location: Australia
Distribution: slackware 12.1
Posts: 753

Rep: Reputation: 32
Quote:
Originally Posted by frank golden
I tried the [code] sudo mount -t vfat /dev/sdc /media/floppy
which should be the proper command for mounting drive in Ubuntu.
No good get error about mount point being busy.
Ubuntu uses /media directory for mounting drives.
its a convention and not a neccesity. if mount point /media/floppy is busy then mount it somewhere else. for eg create /media/floppy2 and use it instead of /media/floppy
 
Old 06-16-2006, 02:01 AM   #6
frank golden
Member
 
Registered: Jun 2006
Location: Stevensville, Michigan, USA
Distribution: Ubuntu 6.06 LTS dual boot with XP Pro
Posts: 37

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by prozac
its a convention and not a neccesity. if mount point /media/floppy is busy then mount it somewhere else. for eg create /media/floppy2 and use it instead of /media/floppy
Ok. No go
frankgolden@frankgolden-laptop:~$ sudo mount -t vfat /dev/sdc /media/floppy2
mount: /dev/sdc already mounted or /media/floppy2 busy
frankgolden@frankgolden-laptop:~$

see link to new screen shot showing contents of /media/floppy while drive is plugged in. When drive is unplugged folder disapears.

http://i30.photobucket.com/albums/c3...creenshot1.png

Last edited by frank golden; 06-16-2006 at 02:09 AM.
 
Old 06-16-2006, 02:14 AM   #7
prozac
Member
 
Registered: Oct 2005
Location: Australia
Distribution: slackware 12.1
Posts: 753

Rep: Reputation: 32
the screenshot doesnot offers much help. does ubuntu automounts? it seems the device is already mounted somewhere. it could also be that it is mounted but is empty. in the shell type the command 'mount' and it will show you what is mounted where. you can post the output here.
 
Old 06-16-2006, 02:36 AM   #8
frank golden
Member
 
Registered: Jun 2006
Location: Stevensville, Michigan, USA
Distribution: Ubuntu 6.06 LTS dual boot with XP Pro
Posts: 37

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by prozac
the screenshot doesnot offers much help. does ubuntu automounts? it seems the device is already mounted somewhere. it could also be that it is mounted but is empty. in the shell type the command 'mount' and it will show you what is mounted where. you can post the output here.
Thanks for your help but I think I figured it out. Ubuntu does automount but with this drive it takes over 7 minutes. I timed it.
All other drives are USB 2.0 devices and mount in a few seconds.
This is a 1.1 USB floppy drive. Maybe that is why the delay. Anyway I wasn't being patient enough. Sorry to waste your time like this Prozac. I guess the reason our commands were returning errors was that pmount was busy trying to mount drive. I am used to things
happening quickly on this machine.

Thanks for your help.
 
Old 06-17-2006, 06:29 AM   #9
frank golden
Member
 
Registered: Jun 2006
Location: Stevensville, Michigan, USA
Distribution: Ubuntu 6.06 LTS dual boot with XP Pro
Posts: 37

Original Poster
Rep: Reputation: 15
Update: Problem Fixed

Hi All,
Edited fstab added line:
/dev/sdc /media/floppy msdos noauto,user,rw,defaults 0 0
sdc is the name of drive when it is the first/only USB device
plugged in to my computer. I did have to mkdir /media/floppy.
I now have a icon in Computer called floppy regardless of whether the external drive is plugged in or not. However when I plug in my
external drive a new icon appears called External Floppy Drive:
floppy. When I insert a disk the drive mounts automatically in about 20 seconds with full R/W priveleges. Don't know why problem.
I have submitted bug report.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Mount external USB cdrom drive rickenbacherus Linux - Hardware 3 05-29-2006 07:12 PM
How to Mount External USB CD Drive? ArchiMark Linux - Laptop and Netbook 12 05-29-2006 07:10 PM
mount USB floppy drive lothario Linux - Hardware 1 03-04-2006 07:50 PM
External USB Floppy Drive - mount how? Jurek Linux - Newbie 3 02-25-2006 06:16 AM
external usb floppy drive won't work carvin5string Linux - Laptop and Netbook 2 04-01-2004 10:31 AM

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

All times are GMT -5. The time now is 01:11 PM.

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