Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
USB memory missing and other inconsistencies
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
boris_qd
Apprentice
Apprentice


Joined: 29 Aug 2005
Posts: 158
Location: Bonn/Germany

PostPosted: Fri Jan 12, 2007 2:50 pm    Post subject: USB memory missing and other inconsistencies Reply with quote

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
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1698

PostPosted: Sun Jan 14, 2007 10:02 am    Post subject: Reply with quote

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
View user's profile Send private message
boris_qd
Apprentice
Apprentice


Joined: 29 Aug 2005
Posts: 158
Location: Bonn/Germany

PostPosted: Mon Jan 15, 2007 1:51 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum