lk2.4 - problems with secure USB
From: Daniel Miller (dan_at_invalid.com)
Date: 05/28/04
- Next message: Mark Hackett: "What ever happened to devfs?"
- Previous message: cranium: "some skbuff questions"
- Next in thread: Kasper Dupont: "Re: lk2.4 - problems with secure USB"
- Reply: Kasper Dupont: "Re: lk2.4 - problems with secure USB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 May 2004 11:05:33 -0500
I'm trying to access a secure-USB device on my Linux 2.4.21 system.
WindowsXP can read this device just fine, but Linux seems to have problems;
the partition table just displays as complete garbage, in both fdisk and
/proc/partitions.
After doing some research, I figured out what the problem is; normally one
reads sector 0 off a disk device to get the MBR, which contains the
partition tables. However, when you read sector 0 off this secure disk,
what you actually receive is the BOOT sector of partition 1, not the actual
MBR. When I read this sector and parsed what *should* be the partition
table, I got the same results as fdisk.
Since Windows can read the partition table successfully, there must be some
accepted way to access that data, but Linux (at least at version 2.4.21)
doesn't know the tricks, and neither do I!!
I have two questions:
1. If I get a distribution which has kernel 2.6, will it know what to do
with secure USB drives??
2. Is there somewhere where *I* can learn how to deal with these drives??
Learning to read the partition table will be a good start, but ultimately I
need to be able to actually read/write all the sectors of the device, since
I have to do disk duplication as part of my task here.
Can anybody help me with these issues??
Dan Miller
- Next message: Mark Hackett: "What ever happened to devfs?"
- Previous message: cranium: "some skbuff questions"
- Next in thread: Kasper Dupont: "Re: lk2.4 - problems with secure USB"
- Reply: Kasper Dupont: "Re: lk2.4 - problems with secure USB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|