Yeah, I have a WD 500 GB on the 722 and it works just fine. That's why I want to buy the same drive for the 622 but I need to transfer the shows on the old drive to the new drive and Ghost will speed up the process.
Yeah, I have a WD 500 GB on the 722 and it works just fine. That's why I want to buy the same drive for the 622 but I need to transfer the shows on the old drive to the new drive and Ghost will speed up the process.
ok, speaking of this topic.... Have they gotten rid of the 'you can only move your drive 3 times' rule?
I have a 722 and 622... It would be nice to be able to share the recordings between them
But... I would just buy more hard drives for storage.... you can get them pretty cheap now...
GHost will resize partitions, but keep same size for first one. And not allow it to write own SN into sector#32 (forensic mode)!
Remember, we are talking Linux filesystems and encryption here. This would take lots of poking around to first find out how Dish has arranged the disk.I'm thinking of getting another EHD (WD 500 GB) and ghost the 320 GB into the new one. Will the 622 recognize the new EHD? and will it show the extra space? I don't see why this wouldn't work but just wanted to make sure.
Remember, we are talking Linux filesystems and encryption here. This would take lots of poking around to first find out how Dish has arranged the disk.
Is it an encrypted filesystem? If so, you're out of luck. Is it a normal Linux filesystem with an encrypted container? Again, you're out of luck because you won't be able to resize that container without the password/header information. Not to mention, you'd also have to know what application to use to access the container (this might even be Dish custom software - it would be stupid for them to have done that, but they might have).
The only chance for success that I can envision is if Dish is using a standard Linux filesystem, and encrypting individual files (not using a container file). Ghost might be able to handle that, or maybe not. You may have to do it on a Linux computer using dd, partition table editing, resize2fs (if it's an EXT2/3 filesystem), etc.
The other possible option is if Dish is incompetent and their "encryption" is not of the caliber that we normally talk about. Anything is theoretically possible if you're starting out with some poor implementation of copy protection by Dish. You may find things are easier than what I'm assuming above.
Good luck RandallA!!
First, do a dd of the entire 320Gb disk to your new 500Gb disk. Partition table and all. The WHOLE disk.Thanks. I'll give it a shot this weekend, if it doesn't work I'll play around with the partitions on a Linux box I have here at work.
First, do a dd of the entire 320Gb disk to your new 500Gb disk. Partition table and all. The WHOLE disk.
Then plug that new 500Gb into your DVR to see if it works. Of course it would appear as a 320Gb disk at this point, but you want to test the basic copy before moving on to the resizing.
If you're not familiar with Linux/Unix, be sure and read the manpage for dd. Make POSITIVE SURE you understand the difference between "if=" and "of=". Do not mix these up!!! Before hitting <enter> to run the dd command, check, recheck, and rerecheck that you have "if=" and "of=" pointing to the correct devices. I'm not meaning to preach, but if you're not that familiar with Linux you might expect the dd command to confirm-prompt you with a Windows-like: "Are you REALLY sure you want to copy the blank 500 disk over the good 320 one, therefore obliterating whatever is on the 320?" That obliteration is what will happen if you mix up "if=" and "of=". dd won't warn you like Windows might.
Possibly. Just trying to help. Sorry if that offended anyone. I don't have an external HD hooked up to my 722 so I can't check filesystem types, track0, etc., for myself.OK, seems to me you just overshooting here, haertig.
It sounds like the first partition is of no great concern then (regarding copying it). Can you add any information about the second partition?The EHD have normal EXT2/3 two partitions - first one is fixed size, have no encrypted containers ( would be nice of if you'll spend some of your time and find old threads regarding file system of the EHD, I wouldn't repeat it again ).
That makes sense if the three strike thing is on a per-file basis (per recorded event). I thought I had read it was on a per-disk basis. It could still be in some file even if per-disk, however. What I'm doing is speculating. I don't have the answer because I don't have an external hooked up to my 722. But I'm hoping speculating will trigger thoughts in others who can chime in and feed off of each other to help the OP (and others) who want to attempt this disk duping.I have strong feeling that "3 strikes" counter stashed somewhere in files, not in unallocated sectors.
Remember, we are talking Linux filesystems and encryption here. This would take lots of poking around to first find out how Dish has arranged the disk.
Is it an encrypted filesystem? If so, you're out of luck. Is it a normal Linux filesystem with an encrypted container? Again, you're out of luck because you won't be able to resize that container without the password/header information. Not to mention, you'd also have to know what application to use to access the container (this might even be Dish custom software - it would be stupid for them to have done that, but they might have).
The only chance for success that I can envision is if Dish is using a standard Linux filesystem, and encrypting individual files (not using a container file). Ghost might be able to handle that, or maybe not. You may have to do it on a Linux computer using dd, partition table editing, resize2fs (if it's an EXT2/3 filesystem), etc.
The other possible option is if Dish is incompetent and their "encryption" is not of the caliber that we normally talk about. Anything is theoretically possible if you're starting out with some poor implementation of copy protection by Dish. You may find things are easier than what I'm assuming above.
I was talking about expansion, not just a simple copy. I had no doubt a straight copy would be workable. It's the expansion part that I'm worried may not be easily doable.Why? If you're doing a block level transfer this isn't a big deal.