Well, I got bored today and opened up my 721. I installed RedHat 7.3 onto a junker machine I had sitting around.
I didn't pull out the harddrive from the 721, as that would void my warranty because there is a sticker keeping you from removing the drive. So, I just set the 721 on top of my PC's open case and ran a power and IDE cable into it and onto the harddrive. I connected it as a second harddrive to my PC.
I booted up Linux from the primary drive and I ran fdisk on /dev/sdc, which is the 721's drive in this instance. It appears to be a Maxtor 4G120J6 ATA UDMA w/ 2048KB Cache drive.
"fdisk -l /dev/hdc" output shows the following:
Unfortunately, it appears that these partitions are not ext2 or ext3, but xfs. XFS is a filesystem created by SGI for IRIX, to the best of my knolwedge after 3 minute search. I'm currently downloading an SGI installer for XFS for Redhat 7.3. Then I hope to be able to mount these partitions.
I might be able to get that done before stuff needs to record tonight, but I doubt it.. If not, I'll probably attempt again tomorrow during the morning/day.
Oh, the PCI looking slot on the main board of the 721 doesn't look like it'll fit a PCI card. It's much more similar to the VESA Localbus connector, but without the ISA part. Not sure what you'd put in there. It certainly won't be the size of a standard PC expansion board, though!
I'll have my digital camera tomorrow if you want zoomed in photos of something in particular.
Ciao!
-Kyoo
I didn't pull out the harddrive from the 721, as that would void my warranty because there is a sticker keeping you from removing the drive. So, I just set the 721 on top of my PC's open case and ran a power and IDE cable into it and onto the harddrive. I connected it as a second harddrive to my PC.
I booted up Linux from the primary drive and I ran fdisk on /dev/sdc, which is the 721's drive in this instance. It appears to be a Maxtor 4G120J6 ATA UDMA w/ 2048KB Cache drive.
"fdisk -l /dev/hdc" output shows the following:
Code:
Disk /dev/hdc: 255 heads, 63 sectors, 14946 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 1 32 256000+ 83 Linux
Partition 1 does not end on cylinder boundary:
phys=(507, 15, 63) should be (507, 254, 63)
/dev/hdc2 32 14947 119804832 5 Extended
Partition 2 does not end on cylinder boundary:
phys=(1023, 15, 63) should be (1023, 254, 63)
/dev/hdc5 32 163 1048792+ 83 Linux
/dev/hdc6 163 294 1048792+ 83 Linux
/dev/hdc7 294 310 131512+ 82 Linux swap
/dev/hdc8 310 14947 117575608+ 83 Linux
I might be able to get that done before stuff needs to record tonight, but I doubt it.. If not, I'll probably attempt again tomorrow during the morning/day.
Oh, the PCI looking slot on the main board of the 721 doesn't look like it'll fit a PCI card. It's much more similar to the VESA Localbus connector, but without the ISA part. Not sure what you'd put in there. It certainly won't be the size of a standard PC expansion board, though!
I'll have my digital camera tomorrow if you want zoomed in photos of something in particular.
Ciao!
-Kyoo