View Single Post
      01-15-2010, 11:21 PM   #35
DeFKnoL
Private
7
Rep
71
Posts

Drives: 2010 335i X-Drive (E90) (sold)
Join Date: Dec 2009
Location: Washington, DC (no longer)

iTrader: (0)

I just removed my hard drive to continue this investigation. In my 2010 (with navigation, STDRD), the drive is still a PATA. The drive info can be found here:

http://storage.toshiba.eu/cms/en/hdd...?productid=226

I use linux so I had a little more luck seeing the partition table to see the partition ID's. This is what I saw with fdisk:

Code:
The number of cylinders for this disk is set to 9729.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/sdd: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x6ad4b821

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1               1        9729    78148161    5  Extended
/dev/sdd5               1        7311    58725544+  4d  QNX4.x
/dev/sdd6            7312        7694     3076416   4d  QNX4.x
/dev/sdd7            7695        7907     1710891   4d  QNX4.x
/dev/sdd8            7908        8050     1148616   4d  QNX4.x
/dev/sdd9            8051        9708    13317853+  4d  QNX4.x
/dev/sdd10           9709        9729      168651   4d  QNX4.x

Command (m for help):
As you can see, the Partition types are QNX, which leads me to believe that the OS may also be QNX. That will require more investigation. The fact that it is Unlix-like is very promising.

For more info on QNX, Google it, I like what I'm reading here:

http://www.operating-system.org/betr...ish/bs-qnx.htm

In linux 2.6.31, the QNX support is still experimental, but I'm not too concerned considering I will never modify the original drive. I am currently dd'ing the drive into an image on my drive and will be getting another drive for hacking soon. If there is anything we can do with this, I'm confident that we will find it. But this is something that requires a lot of care and caution as well.

If anyone else plans to remove their disk in order to hack with this, even though it is QNX, I still recommend that you disconnect the battery before removal. Also, the carriage around the drive is not refined so if you don't handle it with care, the rough edges can slice through your skin.
Appreciate 0