In case you have a problem in mounting the usb drive in linux and you have tried the conventional mount command and checked the HAL daemon(red hat) but to no avail then it is most likely that 2 drivers for the same device are installed and are interfering with each other.
You can always check that what drivers are loaded by using the dmesg command. It is likely that 2 drivers namely uhci_hcd and ehci_hcd both are installed and if that is the case then to get rid of the problem simply remove any one of the modules and usb will mount properly.
Type this command for removing the module uhci_hcd:
modprobe -r uhci_hcd (-r option for removing a module)
for more of the commands option and info type man modprobe.
after typing this command connect your usb drive and it will be mounted without hassles.
Do post your comments in case the post solved your problem.
Apr 14, 2009
Subscribe to Feeds
About Me
Google Translate
Connect !
Categories
ADF
(30)
java
(21)
windows
(20)
Counter Strike 1.6
(13)
Android
(11)
Unix/Linux
(10)
ADF security
(8)
Apache Spark
(8)
Scala
(6)
Search engine Optimization
(6)
jdeveloper11g
(6)
rest
(6)
Computer Networking
(5)
Cool Tutorials
(5)
Retrofit
(5)
Security
(5)
Fortress
(4)
OIM11g
(4)
jsf
(4)
oracle 11g
(4)
Big Data
(3)
Hive
(3)
OPSS
(3)
OpenLDAP
(3)
Wordpress
(3)
javascript
(3)
sql
(3)
website on pc
(3)
Google
(2)
Programming Stuff
(2)
Songbird
(2)
Usenet
(2)
php
(2)
search engines
(2)
wallpapers
(2)
webserver
(2)
Dynamic Dns
(1)
ECM
(1)
Impala
(1)
Lucene
(1)
Softwares
(1)
apache
(1)
code coverage
(1)
firefox
(1)
jmeter
(1)
whitepaper
(1)
Total Pageviews
Popular Posts
-
To change cs 1.6 start-up or menu music , follow these simple steps:- Open the directory where counter strike is installed and navigate to...
-
This tutorial of Hlds server for counter strike 1.6 mainly concentrates upon the following aspects:- Launching the hlds and its launch ...
-
Apache Zeppelin provides a Web-UI where you can iteratively build spark scripts in Scala, Python, etc. (It also provides autocomplete sup...
-
In the last post , I had explained how you can use Retrofit API to consume Feedly’s feed search API. In this post, I will cover the int...