Re: Usb key change from sda1 to sdb1 after a while of downloading

蔡雷 <[email protected]> Thu, 10 Dec 2009 10:43:45 +0800
Newsgroups gmane.linux.ports.game-cube.devel
Message-ID <[email protected]>
--===============3605277903563439898==
Content-Type: multipart/alternative; boundary=00504502c9fdacac5a047a56c630

--00504502c9fdacac5a047a56c630
Content-Type: text/plain; charset=GB2312
Content-Transfer-Encoding: quoted-printable

Problem solved:
After I searched for several days, I found that it is an common problem on
Ubuntu, the solution is as follow:
http://ubuntuforums.org/showthread.php?t=3D492033&page=3D3

However, if your USB key doesn't support spin down (advanced power
management), you could use the following script:

#!/bin/bash
while [ true ]
do
touch /media/YOUR_HD_NAME/.keephdactive
sleep 4m
done

from http://www.debianhelp.org/node/11551


Enjoy ~~~


2009/12/7 =B2=CC=C0=D7 <[email protected]>

> Ok, this auto mount problem is solved after reading document about fstab
> I now use "UUID=3D6368746f-2074-616b-6f65-207575696400 /mnt/btdown ext3
> auto,rw 0 0"
>
> But why sda1 sdb1 ex-change ~?
>
>
>
>
> 2009/12/7 =B2=CC=C0=D7 <[email protected]>
>
>> And also when I want to use fstab to auto mount the USB key: (adding
>> "UUID=3D6368746f-2074-616b-6f65-207575696400 /mnt/btdown/ ext3
>> defaults,errors=3Dremount-rw 0 1" into fstab)
>>
>> I get (... ... non-contiguous ... ...) when I reboot whiite, and couldn'=
t
>> get into the system anymore.
>>
>> Please help ~~~ ~~~
>>
>>
>> 2009/12/7 =B2=CC=C0=D7 <[email protected]>
>>
>> Hi, All
>>>
>>> Have anyone met the same problem?
>>>
>>> I am using MLDonkey to download files, and set the shared_directory &
>>> temp_directory to /mnt/usbkey/incoming & /mnt/usbkey/temp
>>> Following is what I did:
>>> 1. insert a USB key with ext3 into my wii
>>> 2. start up whiite
>>> 3. using "mount /dev/sda1 /mnt/usbkey"
>>> 4. start "mlnet &" to download bt
>>> However, after some while (less than 1 hour), the speed comes to 0
>>> byte/s, and then I find no /dev/sda1 any more. Instead, there is a new
>>> /dev/sdb1, when I mount the /dev/sdb1, I find the content are exactly t=
he
>>> same on my USB key, which mean now the USB key comes to /dev/sdb1 ~~~ W=
hen I
>>> reboot wii, it comes back to /dev/sda1
>>>
>>> That prevents me from continous downloading files ~ anyone any idea?
>>>
>>>
>>>
>>
>

--00504502c9fdacac5a047a56c630
Content-Type: text/html; charset=GB2312
Content-Transfer-Encoding: quoted-printable

Problem solved:<br>After I searched for several days, I found that it is an=
 common problem on Ubuntu, the solution is as follow:<br><a href=3D"http://=
ubuntuforums.org/showthread.php?t=3D492033&amp;page=3D3">http://ubuntuforum=
s.org/showthread.php?t=3D492033&amp;page=3D3</a><br>
<br>However, if your USB key doesn&#39;t support spin down (advanced power =
management), you could use the following script:<br><br>#!/bin/bash<br>
while [ true ]<br>
do<br>
touch /media/YOUR_HD_NAME/.keephdactive<br>
sleep 4m<br>
done<br><br>from <a href=3D"http://www.debianhelp.org/node/11551">http://ww=
w.debianhelp.org/node/11551</a><br><br><br>Enjoy ~~~<br><br><br><div class=
=3D"gmail_quote">2009/12/7 =B2=CC=C0=D7 <span dir=3D"ltr">&lt;<a href=3D"ma=
ilto:[email protected]">[email protected]</a>&gt;</span><br>
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ok, this auto mou=
nt problem is solved after reading document about fstab<br>I now use &quot;=
UUID=3D6368746f-2074-616b-6f65-207575696400 /mnt/btdown ext3 auto,rw 0 0&qu=
ot;<br>
<br>But why sda1 sdb1 ex-change ~?<div><div></div><div class=3D"h5"><br><br=
><br><br>
<div class=3D"gmail_quote">2009/12/7 =B2=CC=C0=D7 <span dir=3D"ltr">&lt;<a =
href=3D"mailto:[email protected]" target=3D"_blank">[email protected]=
</a>&gt;</span><br><blockquote class=3D"gmail_quote" style=3D"border-left: =
1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;=
">

And also when I want to use fstab to auto mount the USB key: (adding &quot;=
UUID=3D6368746f-2074-616b-6f65-207575696400 /mnt/btdown/ ext3 defaults,erro=
rs=3Dremount-rw 0 1&quot; into fstab)<br><br>I get (... ... non-contiguous =
... ...) when I reboot whiite, and couldn&#39;t get into the system anymore=
.<br>


<br>Please help ~~~ ~~~<br><br><br><div class=3D"gmail_quote">2009/12/7 =B2=
=CC=C0=D7 <span dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]" tar=
get=3D"_blank">[email protected]</a>&gt;</span><div><div></div><div><br>=
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


Hi, All<br><br>Have anyone met the same problem?<br><br>I am using MLDonkey=
 to download files, and set the shared_directory &amp; temp_directory to /m=
nt/usbkey/incoming &amp; /mnt/usbkey/temp<br>Following is what I did:<br>



1. insert a USB key with ext3 into my wii<br>2. start up whiite<br>3. using=
 &quot;mount /dev/sda1 /mnt/usbkey&quot;<br>4. start &quot;mlnet &amp;&quot=
; to download bt<br>However, after some while (less than 1 hour), the speed=
 comes to 0 byte/s, and then I find no /dev/sda1 any more. Instead, there i=
s a new /dev/sdb1, when I mount the /dev/sdb1, I find the content are exact=
ly the same on my USB key, which mean now the USB key comes to /dev/sdb1 ~~=
~ When I reboot wii, it comes back to /dev/sda1<br>



<br>That prevents me from continous downloading files ~ anyone any idea?<br=
><br><br>
</blockquote></div></div></div><br>
</blockquote></div><br>
</div></div></blockquote></div><br>

--00504502c9fdacac5a047a56c630--


--===============3605277903563439898==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev

--===============3605277903563439898==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
gc-linux-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gc-linux-devel

--===============3605277903563439898==--