View previous topic :: View next topic |
Author |
Message |
boris_qd Apprentice
Joined: 29 Aug 2005 Posts: 158 Location: Bonn/Germany
|
Posted: Fri Jan 12, 2007 2:50 pm Post subject: USB memory missing and other inconsistencies |
|
|
I have Cowon U3 audio player that mounts as a regular usb storage device to transfer musics and other files. I'm having some problems with the memory reporting.
(1) When I delete files the memory isn't being freed. When I thought the player was full I deleted a 25 MB file but amarok said there was only 5.5 MB free.
(2) When I navigate on the player to check free memory it says there is 256 MB free
I think dmesg is reporting some (probably) relevant errors but I don't know how to interpret them.
Code: |
$dmesg
usb 1-9: new high speed USB device using ehci_hcd and address 13
usb 1-9: configuration #1 chosen from 1 choice
scsi15 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 13
usb-storage: waiting for device to settle before scanning
Vendor: COWON Model: iAUDIO U3 Rev: 0100
Type: Direct-Access ANSI SCSI revision: 00
SCSI device sdc: 3911680 512-byte hdwr sectors (2003 MB)
sdc: Write Protect is off
sdc: Mode Sense: 37 00 00 08
sdc: assuming drive cache: write through
SCSI device sdc: 3911680 512-byte hdwr sectors (2003 MB)
sdc: Write Protect is off
sdc: Mode Sense: 37 00 00 08
sdc: assuming drive cache: write through
sdc: unknown partition table
sd 15:0:0:0: Attached scsi removable disk sdc
usb-storage: device scan complete
usb 1-9: USB disconnect, address 13
15:0:0:0: rejecting I/O to dead device
15:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 7664) failed
15:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 7665) failed
15:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 7666) failed
15:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 7667) failed
15:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 7668) failed
15:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 7669) failed
15:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 7670) failed
15:0:0:0: rejecting I/O to dead device
|
Code: |
$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdc 1952008 1946404 5604 100% /media/IAUDIO
|
Code: |
$lsusb
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 014: ID 0e21:0700 Cowon Systems, Inc.
Bus 001 Device 001: ID 0000:0000
|
Code: |
$mount
/dev/sdc on /media/IAUDIO type vfat (rw,noexec,nosuid,nodev,noatime,uid=1000,utf8,shortname=lower)
|
Code: |
$du -s /media/IAUDIO/*
4 /media/IAUDIO/license.drm
8 /media/IAUDIO/movie
1598448 /media/IAUDIO/music
32 /media/IAUDIO/picture
71236 /media/IAUDIO/podcasts
4 /media/IAUDIO/record
3024 /media/IAUDIO/system
4 /media/IAUDIO/voice
|
|
|
Back to top |
|
|
turtles Veteran
Joined: 31 Dec 2004 Posts: 1698
|
Posted: Sun Jan 14, 2007 10:02 am Post subject: |
|
|
Sounds like Quote: | sdc: unknown partition table |
Code: | cd /usr/src/linux make menuconfig |
check your filesystem type and compare with those in your kernel config.
Try to recompile kernel with some more enabled. Also may be some other usb support needed look under device drivers >> usb>>.
Hope that helps _________________ Donate to Gentoo |
|
Back to top |
|
|
boris_qd Apprentice
Joined: 29 Aug 2005 Posts: 158 Location: Bonn/Germany
|
Posted: Mon Jan 15, 2007 1:51 pm Post subject: |
|
|
Thanks.
The filesystem is FAT32 and I have support enabled. I reformated the drive with fdisk and now I don't get the "unknown partition table". I'm guessing there was something fishy with the FAT32 filesystem that came installed on the device.
All works fine now. |
|
Back to top |
|
|
|