Show Posts
|
|
Pages: [1] 2 3 ... 9
|
|
5
|
Hardware and U-Boot firmware / Hardware / Re: What's your SheevaPlug's lifetime?
|
on: February 15, 2011, 06:02:46 AM
|
|
I have a spare Esata sheevaplug !!! The main one is running 24/7 , while I use the other plug for testing new application etc .
Now my testing plug is playing the role of a router , learning iptables and installing packages I just don`t want to install on the main plug.
|
|
|
|
|
8
|
Hardware and U-Boot firmware / Hardware / Re: What's your SheevaPlug's lifetime?
|
on: February 14, 2011, 03:03:54 PM
|
|
If you have the old version of the PSU I would say about 8 - 10 month of 24/7 use. I`m hoping the new version will last more than that !!!!
If you are running from the sd card I would say that will die at some time too .
But from the hard-drive with the new PSU I would say you should be o.k !!!
|
|
|
|
|
10
|
General Category / General Discussion / Re: Getting Startted with eSata Multi Boot
|
on: February 10, 2011, 04:53:58 PM
|
|
I left nand well alone and did my set ups on the sd card to start with, and move the image when I got it right to the esata drive.
From :- bootcmd=nand read.e 0x800000 0x100000 0x300000; bootm 0x800000 - you are still booting from the nand.
by the way if you want to put a image on the sd card try ESIA , which I`ve been playing with the last couple days. if you are runninmg windows 7 and maybe vista , don`t run the extra usb drivers it asks to inistall .
It is fun when it kills all usb devices and you are on a usb keyboard and mouse I can tell you.
|
|
|
|
|
14
|
General Category / General Discussion / Re: Help me with samba shares
|
on: January 30, 2011, 04:57:10 PM
|
|
Sorry can`t edit my last post !!!!
o.k ,just been doing a little testing to show my point :-
Esata drive formatted ex3
dd if=/dev/zero of=/mnt/sda1/output.img bs=8k count=256k 262144+0 records in 262144+0 records out 2147483648 bytes (2.1 GB) copied, 32.921 s, 65.2 MB/s
usb drive formatted ntfs
dd if=/dev/zero of=/mnt/tmp/output.img bs=8k count=256k 262144+0 records in 262144+0 records out 2147483648 bytes (2.1 GB) copied, 316.165 s, 6.8 MB/s
The slow speed is mostly down to ntfs and not usb, but ntfs and usb looks a real killer .
|
|
|
|
|
15
|
General Category / General Discussion / Re: Help me with samba shares
|
on: January 30, 2011, 03:47:35 PM
|
|
I think the drive is in NTFS !!! that`s why it is so slow and why you are in read only. It all depends on what kernel and modules installed, if you can mount it read/write
If the drive is only for linux and not going between linux and windows , format it ex3
|
|
|
|
|