Results 1 to 5 of 5
I've got a digital camera that plugs in using a usb port. Then it's just a removable disk. Problem is that there's no block device for the four usb ports. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-22-2004 #1Just Joined!
- Join Date
- Oct 2004
- Location
- Somewhere
- Posts
- 47
Digital Camera
I've got a digital camera that plugs in using a usb port. Then it's just a removable disk. Problem is that there's no block device for the four usb ports. Two on the front and the same on the back. How do I make a block device or something along the lines of getting the block devices to show up under /dev
- 10-23-2004 #2
try to look in /dev/scsi
you should see some dir with the name: host1 (the digit may be different)
(if you got the tree command type the following, else I recomend emerging it 'emerge tree')
you should see an output similar to:Code:tree /dev/scsi
this:
where the path "/dev/scisi/host2/bus0/target0/lun0/part1" is the mountable device for the camers storage.Code:/dev/scsi/ `-- host2 `-- bus0 `-- target0 `-- lun0 |-- disc `-- part1
you might have run do 'modprobe usb-storage' (as root) first.Regards Scienitca (registered user #335819 - http://counter.li.org )
--
A master is nothing more than a student who knows something of which he can teach to other students.
- 10-24-2004 #3Just Joined!
- Join Date
- Oct 2004
- Location
- Somewhere
- Posts
- 47
[/code]Code:bash-2.05b# tree /dev/scsi/ /dev/scsi/ 0 directories, 0 files
- 10-24-2004 #4
ok, did you run "modprobe usb-storage" before typing tree?
Regards Scienitca (registered user #335819 - http://counter.li.org )
--
A master is nothing more than a student who knows something of which he can teach to other students.
- 11-02-2004 #5Just Joined!
- Join Date
- Oct 2004
- Location
- Somewhere
- Posts
- 47
Now I'm told to specify the filesystem


Reply With Quote
