- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- USB flash drive problem with Red Hat 8.0
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2003 08:18 AM
тАО10-08-2003 08:18 AM
USB flash drive problem with Red Hat 8.0
flash drive (128 Mb) on my Red Hat
8.0 system (HP XW4100 workstation).
I can read and write files no problem.
If I umount the drive and mount it again,
it doesn't work and I get a "No medium found"
message after mounting. I have to reboot
the workstation to be able to mount the USB drive again.
Any idea about what could be causing this
problem? Is there another step after
unmounting the drive that I'm missing?
#this works and I can read/write files
mount -t auto /dev/sdc /some_directory
#this seems OK
#umount /somedirectory
# I disconnect the drive and connect it again
# mount -t auto /dev/sdc /somedirectory
No medium found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2003 08:26 AM
тАО10-08-2003 08:26 AM
Re: USB flash drive problem with Red Hat 8.0
/var/log/messages
and
dmesg
for errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2003 05:56 PM
тАО10-08-2003 05:56 PM
Re: USB flash drive problem with Red Hat 8.0
Turn on USB logging/debugging (if you're allowed to recompile the kernel). I've had a LOT of problems in getting an USB harddrive to work with Red Hat 8.0 (although it works flawlessly with RH 9.0) and those loggings were very helpfull.
Regards,
Tom Geudens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2003 02:46 AM
тАО10-09-2003 02:46 AM
Re: USB flash drive problem with Red Hat 8.0
lsmod will tell you whether you are using a module or not. Perhaps what is happening is the module stays loaded after you have unmounted the drive and when you connect a second time it doesn't pick it up or something to that effect. It may be worth it to try removing the module ( if you are using modules ) after you unmount and then see if you can plug it back in and have it work.
It may be a long shot but it can't hurt to try.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2003 09:07 AM
тАО10-09-2003 09:07 AM
Re: USB flash drive problem with Red Hat 8.0
gets loaded after I insert a usb flash
drive (I verified this module was not
loaded before).
After umount, this module is still
loaded. I removed it with rmmod and inserted
the usb drive. But the usb-storage module
does not load automatically. If I load
it manually (insmod), I still cannot
load my usb flash drive.