Search the web
Sign In
New User? Sign Up
nslu2-general
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7927 - 7940 of 7940   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#7940 From: "Mike Westerhof (mwester)" <mwester@...>
Date: Fri Dec 4, 2009 6:50 pm
Subject: Re: Re: Problem after trying dd to clone new drive - wont boot on old disk
mjwest61
Offline Offline
Send Email Send Email
 
docbillnet wrote:
>> Don't use dd to copy filesystems - it only works in very specific
>> situations.  You are far better off to format the target partition,
>>
>
> That statement is completely absurd.

Thanks for your polite response.  Note that after that very strong
statement you make, you then go on to (correctly) identify the very
specific situations where dd *does* actually work.

Thanks for your commentary.

-Mike (mwester)

> "dd" always works when copying filesystems, provided you use the correct block
sizes.   System administrators have been doing this to backup filesystems for
more than 30 years.   I have personally been doing it for more than 15 years,
and I have never had problems.
>
> That said, chances are the problem is not copying the filesystem, but the disk
image.  e.g.
>
> dd if=/dev/sda1 of=/dev/sdb1 bs=2048
>
> works ok.  But
>
> dd if=/dev/sda of=/dev/sdb bs=2048
>
> will only work if both hard drives have the same physical partitioning.
>
> However, you can still recover the data by dd'ing back to the original drive
if you erased it...
>
> That said, I do NOT advice using dd to copy filesystems unless they contain
features not supported by higher level programs.  Usually "rsync" is both faster
and better.   However, a common exception to this rule is when copying the root
partition of a file system with SELinux enabled.  "dd" will preserve all the
SELinux settings, "rsync" even with the appropriate settings might not be able
to.
>
> I also tend to use "dd" when backing up windows partitions.   The reason being
is I've yet to find a linux method of copying windows file systems that
preserves windows ACL's and such.   Meaning if I want C: drive to boot and
start, I better copy it with dd.
>
> Bill
>

#7939 From: "docbillnet" <yahoo@...>
Date: Fri Dec 4, 2009 6:03 pm
Subject: Re: Problem after trying dd to clone new drive - wont boot on old disk
docbillnet
Offline Offline
Send Email Send Email
 
> Don't use dd to copy filesystems - it only works in very specific
> situations.  You are far better off to format the target partition,

That statement is completely absurd.   "dd" always works when copying
filesystems, provided you use the correct block sizes.   System administrators
have been doing this to backup filesystems for more than 30 years.   I have
personally been doing it for more than 15 years, and I have never had problems.

That said, chances are the problem is not copying the filesystem, but the disk
image.  e.g.

dd if=/dev/sda1 of=/dev/sdb1 bs=2048

works ok.  But

dd if=/dev/sda of=/dev/sdb bs=2048

will only work if both hard drives have the same physical partitioning.

However, you can still recover the data by dd'ing back to the original drive if
you erased it...

That said, I do NOT advice using dd to copy filesystems unless they contain
features not supported by higher level programs.  Usually "rsync" is both faster
and better.   However, a common exception to this rule is when copying the root
partition of a file system with SELinux enabled.  "dd" will preserve all the
SELinux settings, "rsync" even with the appropriate settings might not be able
to.

I also tend to use "dd" when backing up windows partitions.   The reason being
is I've yet to find a linux method of copying windows file systems that
preserves windows ACL's and such.   Meaning if I want C: drive to boot and
start, I better copy it with dd.

Bill

#7938 From: "montyny1" <monty@...>
Date: Thu Dec 3, 2009 2:33 am
Subject: Re: Problem after trying dd to clone new drive - wont boot on old disk
montyny1
Offline Offline
Send Email Send Email
 
Thanks for the tip. Without drives connected the slug boots as you said it
would, and I can ssh to it. At this time I'm copying the old disk to the new
disk using my laptop running clonezilla.

We'll see what happens when I reconnect the USB drives.

Bryan.

--- In nslu2-general@yahoogroups.com, Mike Westerhof <mwester@...> wrote:
>
> montyny1 wrote:
> > Hi,
> > So, I wanted to upgrade from my 750GB Hitachi to a 1TB Fantom. I plugged the
Fantom in to the 2nd USB port and started dd. After 15hours I controlled C the
dd, shutdown the slug and powered it off. I took the drives to a laptop and
planned to copy them from there, but the Fantom would not be recognized - seems
like others have this problem.
> >
> Don't use dd to copy filesystems - it only works in very specific
> situations.  You are far better off to format the target partition, then
> copy the contents from one to another using a tool like rsync.  (Do this
> on a desktop; the small memory on the NSLU2 makes that a painful thing.)
> > Ok, I thought, plug the 750GB back in to the slug and go with that - no big
deal. However, the slug beeps, flashes the lights then does nothing. I left it
for many hours and the ethernet flashes green, the top led flashes yellow (with
a tint of red). I disconnected the power - reconnected the drive to a laptop
running linux and ran ext3fs - which completed OK.
> >
> > Reconnected the drive and powered on the slug - again after 12 hours or so,
still the same flashing LED. I think the slug is running slugos.
> >
> > Any thoughts on what I can do get the slug working again?
>
> Unplug everything from the USB ports, then boot up the NSLU2 -- if it is
> running SlugOS, it will boot up and you'll be able to login to the
> device.  Now you can plug in the external disk -- check the messages
> (dmesg) and see if it detects it and mounts it.  Fix whatever is wrong
> until it mounts.
>
> -Mike (mwester)
>

#7937 From: Mike Westerhof <mwester@...>
Date: Wed Dec 2, 2009 12:23 am
Subject: Re: Problem after trying dd to clone new drive - wont boot on old disk
mjwest61
Offline Offline
Send Email Send Email
 
montyny1 wrote:
> Hi,
> So, I wanted to upgrade from my 750GB Hitachi to a 1TB Fantom. I plugged the
Fantom in to the 2nd USB port and started dd. After 15hours I controlled C the
dd, shutdown the slug and powered it off. I took the drives to a laptop and
planned to copy them from there, but the Fantom would not be recognized - seems
like others have this problem.
>
Don't use dd to copy filesystems - it only works in very specific
situations.  You are far better off to format the target partition, then
copy the contents from one to another using a tool like rsync.  (Do this
on a desktop; the small memory on the NSLU2 makes that a painful thing.)
> Ok, I thought, plug the 750GB back in to the slug and go with that - no big
deal. However, the slug beeps, flashes the lights then does nothing. I left it
for many hours and the ethernet flashes green, the top led flashes yellow (with
a tint of red). I disconnected the power - reconnected the drive to a laptop
running linux and ran ext3fs - which completed OK.
>
> Reconnected the drive and powered on the slug - again after 12 hours or so,
still the same flashing LED. I think the slug is running slugos.
>
> Any thoughts on what I can do get the slug working again?

Unplug everything from the USB ports, then boot up the NSLU2 -- if it is
running SlugOS, it will boot up and you'll be able to login to the
device.  Now you can plug in the external disk -- check the messages
(dmesg) and see if it detects it and mounts it.  Fix whatever is wrong
until it mounts.

-Mike (mwester)

#7936 From: "montyny1" <monty@...>
Date: Tue Dec 1, 2009 2:39 pm
Subject: Problem after trying dd to clone new drive - wont boot on old disk
montyny1
Offline Offline
Send Email Send Email
 
Hi,
So, I wanted to upgrade from my 750GB Hitachi to a 1TB Fantom. I plugged the
Fantom in to the 2nd USB port and started dd. After 15hours I controlled C the
dd, shutdown the slug and powered it off. I took the drives to a laptop and
planned to copy them from there, but the Fantom would not be recognized - seems
like others have this problem.

Ok, I thought, plug the 750GB back in to the slug and go with that - no big
deal. However, the slug beeps, flashes the lights then does nothing. I left it
for many hours and the ethernet flashes green, the top led flashes yellow (with
a tint of red). I disconnected the power - reconnected the drive to a laptop
running linux and ran ext3fs - which completed OK.

Reconnected the drive and powered on the slug - again after 12 hours or so,
still the same flashing LED. I think the slug is running slugos.

Any thoughts on what I can do get the slug working again?

Thanks,
Bryan.

#7935 From: "Paul Hutchinson" <paullhutchinson@...>
Date: Wed Nov 25, 2009 4:19 pm
Subject: RE: NSLU2 availablity
paullhutchinson
Offline Offline
Send Email Send Email
 
> -----Original Message-----
> From: nslu2-general@yahoogroups.com On Behalf Of llampje
> Sent: Wednesday, November 25, 2009 10:39 AM
>
> Dear Group,
>
> I tried today to order some new nslu2 units.
> My supplier told me they where out of stock, and he could not
> deliver them anymore.
>
> Does anyone know if the nslu2 is still produced (or in stock)
> by linksys ?

The NSLU2 was discontinued in the spring of 2008, more than 18 months ago.

Paul Hutch


> Does anyone have a supplier ?
> I nomaly pay about 60-65 Euro excluding Vat.
> We are located in the Netherlands.
>
> Peter

#7934 From: Frank Reijn <fnijer@...>
Date: Wed Nov 25, 2009 4:16 pm
Subject: Re: NSLU2 availablity
fnijer_public
Offline Offline
Send Email Send Email
 
Not for price you gave but still available in the netherlands !

http://www.vergelijk.nl/harddisk/linksys/nslu2/



Vriendelijke groeten,

Kind Regards,



    Frank Reijn



    frank@...

    www.reijn.com





__________|__________

    \    \_^_/    /

   __\___{_+_}___/__

        :/   \:

--- On Wed, 11/25/09, llampje <llampje@...> wrote:

From: llampje <llampje@...>
Subject: [nslu2-general] NSLU2 availablity
To: nslu2-general@yahoogroups.com
Date: Wednesday, November 25, 2009, 4:39 PM







 









       Dear Group,



I tried today to order some new nslu2 units.

My supplier told me they where out of stock, and he could not deliver them
anymore.



Does anyone know if the nslu2 is still produced (or in stock) by linksys ?



Does anyone have a supplier ?

I nomaly pay about 60-65 Euro excluding Vat.

We are located in the Netherlands.



Peter

























[Non-text portions of this message have been removed]

#7933 From: Joel Gebhart <colin@...>
Date: Wed Nov 25, 2009 4:11 pm
Subject: NSLU2 availablity
colinnwn
Offline Offline
Send Email Send Email
 
The NSLU was discontinued by Linksys in 2008
http://en.wikipedia.org/wiki/NSLU2

You can still buy them new and used, though it looks like prices are
creeping up slowly
http://www.google.com/products?q=nslu2&aq=f


[Non-text portions of this message have been removed]

#7932 From: "sam_m_reed" <sam@...>
Date: Wed Nov 25, 2009 3:57 pm
Subject: Re: NSLU2 availablity
sam_m_reed
Offline Offline
Send Email Send Email
 
Nope, they are end of line/end of life (EOL)

Most people are buying SheevaPlugs now, though, some NSLU2's can be bought on
eBay and alike.

http://openplug.org/


Sam



--- In nslu2-general@yahoogroups.com, "llampje" <llampje@...> wrote:
>
> Dear Group,
>
> I tried today to order some new nslu2 units.
> My supplier told me they where out of stock, and he could not deliver them
anymore.
>
> Does anyone know if the nslu2 is still produced (or in stock) by linksys ?
>
> Does anyone have a supplier ?
> I nomaly pay about 60-65 Euro excluding Vat.
> We are located in the Netherlands.
>
> Peter
>

#7931 From: "Gregg C Levine" <hansolofalcon@...>
Date: Wed Nov 25, 2009 3:56 pm
Subject: RE: NSLU2 availablity
hansolofa
Offline Offline
Send Email Send Email
 
Hello!
Do you mind if I ask which supplier you chose? It happens that I buy a heck
of a lot of electronics via Amazon (then from Staples). I suggest you try
searching the localized Amazon pages to see if you will have (much) better
luck there.

And I still suspect someone at LinkSys (before they were officially part of
Cisco) to be morally bankrupt for discontinuing the NSLU2 before they had an
actual replacement.

(Just my opinions and valid only in the US.)
--
Gregg C Levine hansolofalcon@...
"The Force will be with you always." Obi-Wan Kenobi
 


> -----Original Message-----
> From: nslu2-general@yahoogroups.com [mailto:nslu2-general@yahoogroups.com]
On
> Behalf Of llampje
> Sent: Wednesday, November 25, 2009 10:39 AM
> To: nslu2-general@yahoogroups.com
> Subject: [nslu2-general] NSLU2 availablity
>
> Dear Group,
>
> I tried today to order some new nslu2 units.
> My supplier told me they where out of stock, and he could not deliver them
anymore.
>
> Does anyone know if the nslu2 is still produced (or in stock) by linksys ?
>
> Does anyone have a supplier ?
> I nomaly pay about 60-65 Euro excluding Vat.
> We are located in the Netherlands.
>
> Peter

#7930 From: "llampje" <llampje@...>
Date: Wed Nov 25, 2009 3:39 pm
Subject: NSLU2 availablity
llampje
Offline Offline
Send Email Send Email
 
Dear Group,

I tried today to order some new nslu2 units.
My supplier told me they where out of stock, and he could not deliver them
anymore.

Does anyone know if the nslu2 is still produced (or in stock) by linksys ?

Does anyone have a supplier ?
I nomaly pay about 60-65 Euro excluding Vat.
We are located in the Netherlands.

Peter

#7929 From: Paul Carmichael <wibbleypants@...>
Date: Tue Nov 10, 2009 8:56 am
Subject: Re: Novice - Need Help!!
wibbleypants
Offline Offline
Send Email Send Email
 
----- Original Message ----

> From: pmptg <pmptg@...>

> I've had my NSLU2 unslung previously but was having problems setting up my
Media
> Server and decided to start over from scratch. Everything seemed to have gone
> alright (I'm using 6.8 Beta). Booted up, got into GUI, telnet enable,
telnetted
> in, after root, uNSLUng I get "No Directory, logging in with Home =/, Welcome
to
> unslung v2.3R63 - uNSLUng 6.8 Beta. I connect my disc (disk1) check GUI,
format
> Ext3, unsling disk1, waiting for /share/hdd/data and it then goes through
> countdown and fails to unsling.

Personally, I've tried several times to format a disk with the slug, but it
always failed (it says "formatting", but never completes). Best to format it on
another linux box.

Paul.

#7928 From: "pmptg" <pmptg@...>
Date: Tue Nov 10, 2009 6:00 am
Subject: Novice - Need Help!!
pmptg
Offline Offline
Send Email Send Email
 
I've had my NSLU2 unslung previously but was having problems setting up my Media
Server and decided to start over from scratch. Everything seemed to have gone
alright (I'm using 6.8 Beta). Booted up, got into GUI, telnet enable, telnetted
in, after root, uNSLUng I get "No Directory, logging in with Home =/, Welcome to
unslung v2.3R63 - uNSLUng 6.8 Beta. I connect my disc (disk1) check GUI, format
Ext3, unsling disk1, waiting for /share/hdd/data and it then goes through
countdown and fails to unsling. The fact that it is 1:00am and my brains are
fried might be contributing to it but if there are any suggestions I'd be
greatful.


Thanks,

Paul

#7927 From: Paul Carmichael <wibbleypants@...>
Date: Sun Nov 8, 2009 5:12 pm
Subject: Re: Lost NTFS disc
wibbleypants
Offline Offline
Send Email Send Email
 
Thought I'd follow up on this in case anyone's interested.

Tried a newly formatted NTFS disk in the new USB box. The only way it would work
was if I removed the unslung stick and booted from ROM. After a lot of hours
experimenting and much swearing, the only solution was to connect the disk to
another machine and format it to ext3 and when connected to the slug it has to
be mounted manually (port 1) as sda1. I have the unslung stick sharing port 2
with the printer via a hub. The new disk shows up in the web server as
unformatted, but it's now working fine as a scp backup drive.

So it's a mystery.


>>From: Mike Westerhof (mwester) <mwester@dls. net>
>>>Paul Carmichael wrote:
>>>>> Hello all.
>>>>>
>>>>> My USB box died, so took the IDE disc out and connected it to my XP box to
make sure it was ok. Backed it up, so don't think I have lost anything, but then
perhaps stupidly, ran chkdisk on it. New USB box arrived today, but once
connected to the slug, it is reported as not formatted. Connected the USB cable
to the XP box and all looks well. What has the XP box done to the drive?
>>>>Probably nothing; there's no evidence that chkdsk damages NTFS filesystems!
>>>>>  Can I fix it, or do I have to start from scratch?
>>>>>
>>>>Dunno. :)  It's hard to go any further without a lot more information --
>>>>starting with the #1 overlooked information item on this list -- ***what
>>>>firmware?? ?
>
>>2.3R63 Unslung 6.10 beta.
>
>>After several self-imposed reboots, it recognised the drive correctly, but was
very slow. Then finally, all it sees are the directories and no files. I think
the drive has suffered, because I've now connected it via USB to the XP box and
it's having a bit of bother with it. As I have the data safe, I'm tempted to
reformat the disc and start afresh. Dmesg threw up lots of errors on the slug as
well, so poo.
>
>>One thing - if I reformat the drive on the XP box and copy all the files back,
will the permissions all be stuffed, therefore making the slug unusable?
>
>>Paul.

Messages 7927 - 7940 of 7940   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help