On Tue, 22 Nov 2005, Dan wrote:
> How do I mount a 1 GB USB flash device in the TS-7200 (booting Debian
> from compact flash)? I swear that this worked ONCE:
>
> mount -t vfat /dev/scsi/host0/bus0/target0/lun0/part1 /mnt/flash
If you have the debian image on there, then surley the filesystem is ext2?
mount -t ext2 /dev/scsi/host0/bus0/target0/lun0/part1 /mnt/flash
> But not anymore. Now I get this message consistently:
>
> mount: special device /dev/scsi/host0/bus0/target0/lun0/part1 does not
> exist
see below.......
>
> What happened, or was it just my imagination that it worked?
>
> When I boot (without the USB memory stick in place) then there is no
> /dev/scsi device. I insert my USB memory stick and I get a message:
>
> hub.c: new USB device not_pci-3, assigned address 2
> usb.c: USB device 2 (vend/prod 0x781/0x5150) is not claimed by any
> active drive.
> SCSI subsystem driver Revision: 1.00
> Initializing USB Mass Storage driver...
> usb.c: registered new driver usb-storage
> scsi0 : SCSI emulation for USB Mass Storage devices
> Vendor: SanDisk Model: Cruzer Mini Rev: 0.1
> Type: Direct-Access ANSI SCSI revision: 02
> USB Mass Storage support registered.
>
> This is good, I think to my self. But I look in
> /dev/scsi/host0/bus0/target0/lun0/ and now there is no "part1". Why
> not? So how do I mount that memory stick?
what is the output from
fdisk -l /dev/scsi/host0/bus0/target0/lun0/
Are you sure there is a partition table on this device. It is becoming
common for cfdisks to be formatted like floppy disks, without a partition
table etc.
On another machine you should create an ext2 partition on the cfdisk, then
untar the debian image on that partition, then try the mount again.
Jim
------------------------ Yahoo! Groups Sponsor --------------------~-->
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|