Search found 2 matches

by mingoes
Wed Sep 08, 2010 8:53 am
Forum: Ubuntu 9.10
Topic: USB Hard Drive Spindown Issue
Replies: 4
Views: 10837

Re: USB Hard Drive Spindown Issue

No, it does not reassign its device. My knowledge of linux is limited so I can't tell you how to fix this. I'm sure there are plenty of forum posts discussing this. To check if my devices indeed did a spindown, I just listened to them :) I'm wondering how your script works to check for 5 minutes of ...
by mingoes
Tue Sep 07, 2010 3:35 pm
Forum: Ubuntu 9.10
Topic: USB Hard Drive Spindown Issue
Replies: 4
Views: 10837

Re: USB Hard Drive Spindown Issue

I use the following command to spindown my Samsung G2 Portable 640g

Code: Select all

sudo sdparm --flexible --command=stop /dev/sdb
Of course, replace the /dev/sdb with you own device
if you don't have the sdparm package just install it by

Code: Select all

sudo apt-get install sdparm
Works great on my FitPC2i

Go to advanced search