Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I've purchased a seagate freeagent goflex usb drive, 1TB. Model number staa1000104. When i plug it in nothing appears on my desktop although the light flashes. My mac seems to have no trouble finding it. Any ideas on how to get this drive to be useable with my ubuntu machine?

share|improve this question
Can you see it with Disk Manager? Do you know witch file system it uses? – desgua Aug 13 '11 at 14:26
Does the drive show up in the disk utility (it's in System - Administration) – Col Aug 13 '11 at 19:48
Hello, this question has no information and activity for a very long time. I am closing it for now. If by any reason you think this question is still viable or useful in anyways or that there is still a good chance it will be answered please flag it to a moderator or add a comment with the reasons why you want it open. Regards – Bruno Pereira Feb 25 '12 at 1:54

closed as too localized by bodhi.zazen, Bruno Pereira Feb 25 '12 at 1:54

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

2 Answers

try dmesg | tail or sudo tail -f /var/log/messages ....(run from terminal)

you cab see if the drive is detected...

in 11.04 and 11.10 /var/log/messages is disabled, to enable it do the following by uncommenting the following sections of the file as given below.

/etc/rsyslog.d/50-default.conf

Back it up, then feel free to play with it as you like. The 2 sections you're looking for are these:

*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages

daemon.*;mail.*;\
news.err;\
*.=debug;*.=info;\
*.=notice;*.=warn |/dev/xconsole

After you make changes type in sudo restart rsyslog

share|improve this answer

Does the drive show up in your File Manager? I have a couple of these myself and they just worked as soon as I plugged them in. It is also possible that your file manager is set NOT to open when you plug in a new device. If you install ejecter from the repositories, an "eject button" icon will appear in the indicator applet when the drive is mounted. Then you should be able to find it in the sidebar/bookmarks of your file manager. Hope that helps.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.