View Single Post
  #3  
Old 02-12-2005, 05:09 PM
Grant Stockly Grant Stockly is offline
Administrator
 
Join Date: Jan 2005
Posts: 447
Default

Plug in a compact flash reader.

delete all the partitions using fdisk

ts7200:/sbin# mkfs.ext2 /dev/scsi/host1/bus0/target0/lun0/part1
mke2fs 1.27 (8-Mar-2002)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
64000 inodes, 255728 blocks
12786 blocks (5.00%) reserved for the super user
First data block=1
32 block groups
8192 blocks per group, 8192 fragments per group
2000 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729, 204801, 221185

Writing inode tables: done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 38 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
ts7200:/sbin# mkdir /mnt/src
ts7200:/sbin# mount /dev/scsi/host1/bus0/target0/lun0/part1 /mnt/src
ts7200:/sbin# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/scsi/host0/bus0/target0/lun0/part1
242686 216674 13482 95% /
/dev/scsi/host1/bus0/target0/lun0/part1
255460 2704 252756 2% /mnt/src
Reply With Quote