LinHES Forums
http://forum.linhes.org/

Unknown hard-drive format
http://forum.linhes.org/viewtopic.php?f=5&t=18161
Page 1 of 1

Author:  YoungJules [ Fri Apr 11, 2008 5:22 am ]
Post subject:  Unknown hard-drive format

I have a hard drive I was using in a satellite receiver with PVR function. It was the @Sat ECI 9500S. I'm wondering if there's anything in the Linux world that will enable me to digitally copy over the recordings on that hdd?

Any tools in the Linux world that will allow me to examine the disk to try to determine how it's formatted etc.?

I run Ubuntu Gutsy Gibbon.

Thanks! :-)

Author:  slowtolearn [ Fri Apr 11, 2008 7:35 am ]
Post subject: 

YoungJules wrote:
I have a hard drive I was using in a satellite receiver with PVR function. It was the @Sat ECI 9500S. I'm wondering if there's anything in the Linux world that will enable me to digitally copy over the recordings on that hdd?
cp, cpio, dd, mv, tar, etc. are all regularly used to place files.

YoungJules wrote:
Any tools in the Linux world that will allow me to examine the disk to try to determine how it's formatted etc.?

fdisk? blkid?

Of course all of the above require the drive in question to be accessible from your Ubuntu (or other distro) installation.

What have you tried so far, and what were the results?

Author:  cliffsjunk [ Fri Apr 11, 2008 7:53 am ]
Post subject: 

Use cfdisk from a console to see what partition type(s) it has.
If the drive is attached as hdb, do this:
Code:
sudo su
cfdisk /dev/hdb
exit


If it is hdb and the for instance fourth partition is ntfs do this:
Code:
mkdir t
sudo su
apt-get install ntfs-3g
ntfs-3g /dev/hdb4 t
exit
then browse it with your favorite file explorer.

If it is hdb and the first partition is fat do this:
Code:
mkdir t
sudo su
mount -t vfat /dev/hdb1 t
exit
then browse it with your favorite file explorer.

I recall a friend hooking up a USB hard drive to his Dish Network
PVR, storing some shows on it and then unhooking it and
looking at it with linux. We saw some files, but they had
strange file extents (the xxx in *.xxx) and when we Googled
the extents I recall we found that they were encrypted with no
way of unencrypting them.

Cliff

Author:  warchildx [ Fri Apr 11, 2008 3:03 pm ]
Post subject: 

Keep in mind, alot of these DVR boxes have encrypted drives. thus you may not see any partition info. heads up in case you see this.

Author:  YoungJules [ Mon Apr 14, 2008 4:17 pm ]
Post subject: 

Thanks for the tips :D

I don't think it will be encrypted... the box is not linked to a provider so is not dish network or sky box for example.

I tried reading the disk using gparted but that reported no label.

Author:  slowtolearn [ Mon Apr 14, 2008 5:44 pm ]
Post subject: 

It could be a raw device, such as those used by some Oracle (among other) installations, in which case I don't know how you would extract individual files from it.

Searching here and Google for the make/model of the unit may give you some options/information.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/