views:

29

answers:

1

hey.

trying to figure out if/how i can view the contents of a notebook linux ide from the usb port of a windows box...

should be straightforward.. don't want to write to the disk, just read..

also.. if i have a linux box, and i assume that the drive was formatted, using the default processes (using fedora/centos), what's the basic cmd to mount/access the external drive if i use a linux box?

thanks

A: 

It is possible depending on the filesystem used on the Linux disk. If the partitions on the disk you're interested in uses ext2 or ext3 as file format you can mount them on a Windows machine via ext2fsd or ext2 IFS.

Mounting a partition on Linux works the way it works on Linux: using mount. There is no difference if the drive is an external USB drive or an internal (except for the device node of course).

bluebrother
hey.thanks for the extfsd pointer. loaded the app, created a drive letter for the usb/sata notebook drive. the extfsd app saw the drive, but it lists the drive format as "raw" and is unable to allow the os to access/read the drive. any thoughts on how to read/access the dirve. i'm leary of changing the format, as i don't want to screw the drive/data. i'll be attaching the drive to a different usb/linux box in a few days, but it would be nice ot actually verify (via the windows box) that the underlying data is still there/accessible.
tom smith