Quote:
|
Originally Posted by stephanie.steve
no I haven't actually :X I don't even know what that is haha.. just run that in terminal when transferring the files? what should I look for in bios? I left everything default in there
|
Yup, just plug the drive in, maybe copy a picture over then unmount it and run
dmesg
in a terminal. The last lines will show what took place when you plugged in the drive, for example plugging in a thumbdrive gives me this :
Code:
usb 2-5: new high speed USB device using ehci_hcd and address 6
usb 2-5: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
scsi8 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 6
usb-storage: waiting for device to settle before scanning
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device scan complete
scsi 8:0:0:0: Direct-Access Lexar JumpDrive 1.00 PQ: 0 ANSI: 1 CCS
sd 8:0:0:0: [sdg] 503808 512-byte hardware sectors (258 MB)
sd 8:0:0:0: [sdg] Write Protect is off
sd 8:0:0:0: [sdg] Mode Sense: 23 00 00 00
sd 8:0:0:0: [sdg] Assuming drive cache: write through
sd 8:0:0:0: [sdg] 503808 512-byte hardware sectors (258 MB)
sd 8:0:0:0: [sdg] Write Protect is off
sd 8:0:0:0: [sdg] Mode Sense: 23 00 00 00
sd 8:0:0:0: [sdg] Assuming drive cache: write through
sdg: sdg1
sd 8:0:0:0: [sdg] Attached SCSI removable disk
sd 8:0:0:0: Attached scsi generic sg8 type 0
SELinux: initialized (dev sdg1, type vfat), uses genfs_contexts
usb 2-5: USB disconnect, address 6
As far as the BIOS go sometimes you will have multiple options related to USB, so just have a look around and make sure they are enabled.
Edit - Here's the output from my PSP
Code:
usb 2-5: new high speed USB device using ehci_hcd and address 7
usb 2-5: configuration #1 chosen from 1 choice
scsi9 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 7
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 9:0:0:0: Direct-Access Sony PSP 1.00 PQ: 0 ANSI: 0 CCS
sd 9:0:0:0: [sdg] 15773696 512-byte hardware sectors (8076 MB)
sd 9:0:0:0: [sdg] Write Protect is off
sd 9:0:0:0: [sdg] Mode Sense: 00 6a 20 00
sd 9:0:0:0: [sdg] Assuming drive cache: write through
sd 9:0:0:0: [sdg] 15773696 512-byte hardware sectors (8076 MB)
sd 9:0:0:0: [sdg] Write Protect is off
sd 9:0:0:0: [sdg] Mode Sense: 00 6a 20 00
sd 9:0:0:0: [sdg] Assuming drive cache: write through
sdg: sdg1
sd 9:0:0:0: [sdg] Attached SCSI removable disk
sd 9:0:0:0: Attached scsi generic sg8 type 0
SELinux: initialized (dev sdg1, type vfat), uses genfs_contexts
usb 2-5: USB disconnect, address 7