Argosy USB cabinet with Seagate 100GB Disk

Hardware: Argosy 260, Seagate Momentus ST9100823A

Takes power from USB bus, no power supply needed.
(Can't use passive hub — needs a USB port capable of 500mA)

How to initialize in Linux:

# fdisk /dev/sda

n(new partition)
p(primary type)
1(partition number)
 (first cylinder)
 (last cylinder)
t(change system id)
b(FAT32)
w(write partition table)

# mkfs.msdos -F 32 -s 64 -n "Blupp" /dev/sda1
# mount /dev/sda1 /mnt/floppy