LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Can't mount Lacie NAS (https://www.linuxquestions.org/questions/linux-networking-3/cant-mount-lacie-nas-916773/)

pbhill 12-02-2011 09:10 AM

Can't mount Lacie NAS
 
I have a Lacie Home Mini 500GB NAS that is temperamental. On occasion it is available on my Ubuntu 11.04 system, but not very often. There seems to be no good reason for it's sporadic appearance. What can I do to make it available full time? (It works fine with Windows)

sag47 12-02-2011 09:22 AM

What does dmesg say when you first plug it in?

In the terminal run:
Code:

dmesg | tail -n 25
Or even better run
Code:

dmesg | tail -f
And while tail is listening for output plug in the drive. You'll get the exact messages you need, then post the output here inside of code tags.


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