[Çözüldü]harici bellek okuma hatası

Başlatan comet, 06 Aralık 2011 - 17:13:55

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

comet

PENDRIVE bağlanamıyor
Error mounting: mount: unknown filesystem type 'vfat'

usbd flash bellek de taksam, harici disk de taksam bu hatayı veriyor.

if

#1
@comet, bu harici diskleri bağlamak için özel bir komut kullanıyor musunuz? Yoksa bunları bilgisayara taktıktan sonra Nautilus üzerinden açmak istediğinizde aldığınız bir hata mı?

Bağlı iken, sudo fdisk -l
mount
cat /etc/fstab
ne döndürüyor?

comet

#2
mesela flash bellek taktığımda direkt bu hatayı veriyor. içini açmıyor belleğin. ev klasöründen bakınca da PENDRVE diye görüyor içini açmıyor. Birimi bağla deyince de aynı hatayı veriyor. sabit diskleri sorunsuz görüyor.
verdiğiniz komutlarda bu sonucu veriyor.
enes@enes-System-Product-Name:~$ sudo fdisk -l
[sudo] password for enes:

Disk /dev/sda: 250.1 GB, 250058268160 bytes
255 heads, 63 sectors/track, 30401 cylinders, toplam 488395055 sektör
Units = sektör of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk kimlikleyicisi: 0x00022667

   Aygıt Açılış    Başlangıç     Bitiş  BlokSayısı Kml Sistem
/dev/sda1   *          63   184313744    92156841    7  HPFS/NTFS/exFAT
/dev/sda2       184313854   488392703   152039425    5  Ek
/dev/sda5       184313856   199938047     7812096   82  Linux takas / Solaris
/dev/sda6       199940096   488392703   144226304   83  Linux

Disk /dev/sdb: 500.1 GB, 500106780160 bytes
255 heads, 63 sectors/track, 60801 cylinders, toplam 976771055 sektör
Units = sektör of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk kimlikleyicisi: 0x00000001

   Aygıt Açılış    Başlangıç     Bitiş  BlokSayısı Kml Sistem
/dev/sdb1   *        2048   102397951    51197952   83  Linux
/dev/sdb2       102399998   976769023   437184513    5  Ek
/dev/sdb5       102400000   118024191     7812096   82  Linux takas / Solaris
/dev/sdb6       307195904   976769023   334786560   83  Linux
/dev/sdb7       118026240   307193855    94583808   83  Linux

Disk bölümleme tablosu girdileri diskteki sırasında değil

Disk /dev/sdc: 1029 MB 1029177344 bayt
254 heads, 32 sectors/track, 247 cylinders, toplam 2010112 sektör
Units = sektör of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk kimlikleyicisi: 0xc3072e18

   Aygıt Açılış    Başlangıç     Bitiş  BlokSayısı Kml Sistem
/dev/sdc1   *          32     2010111     1005040    c  W95 FAT32 (LBA)
enes@enes-System-Product-Name:~$ mount
/dev/sdb1 on / type ext4 (rw,errors=remount-ro,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/enes/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=enes)
enes@enes-System-Product-Name:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=ce55977f-5b85-4f89-bcf1-4c24b4fe2c23 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=0f5f50d1-e4d4-4f56-91d4-54dd3fd6be62 none            swap    sw              0       0
enes@enes-System-Product-Name:~$ ^C



cagriemer

Harici bellegi gparted yardimi ile fat32 dosya sistemini kullanarak bicimlendirip tekrar dener misiniz?

comet

#4
başka PC'de çalışan bellekler, içinde bilgilerim de var. harici hdd de takıyorum aynı hatayı veriyor. başka PC'de sorunsuz çalışıyor.

cagriemer

sudo modprobe vfat

komutu ne donduruyor?

comet

enes@enes-System-Product-Name:~$ sudo modprobe vfat
[sudo] password for enes:
FATAL: Module vfat not found.
enes@enes-System-Product-Name:~$

cagriemer

Daha eski bir cekirdekle denediginizde de ayni hatayi aliyor musunuz? Ek olarak son zamanlarda cekirdek guncellemesi aldiniz mi?

comet

#8
ilk kurduğumda böyle bir sorun yoktu. sonradan oldu. güncellemeler geldikçe kabul edip yüklüyorum.

cagriemer

sudo apt-get --reinstall install linux-image
sudo update-grub
sudo reboot

comet

#10
tek tek yaptım ama olmadı maalesef

cagriemer

uname -r
dpkg -l | grep linux-image
lsmod


ciktilarina bakalim bir de.

comet

enes@enes-System-Product-Name:~$ uname -r
3.0.0-13-generic
enes@enes-System-Product-Name:~$ dpkg -l | grep linux-image
ii  linux-image                                   3.0.0.13.15                             Generic Linux kernel image.
ii  linux-image-3.0.0-12-generic                  3.0.0-12.20                             Linux kernel image for version 3.0.0 on x86/x86_64
ii  linux-image-3.0.0-13-generic                  3.0.0-13.22                             Linux kernel image for version 3.0.0 on x86/x86_64
ii  linux-image-generic                           3.0.0.13.15                             Generic Linux kernel image
enes@enes-System-Product-Name:~$ lsmod
Module                  Size  Used by
bnep                   17923  2
rfcomm                 38408  0
bluetooth             148839  10 bnep,rfcomm
parport_pc             32114  0
ppdev                  12849  0
binfmt_misc            17292  1
dm_crypt               22565  0
snd_hda_codec_hdmi     31426  1
snd_hda_codec_realtek   254125  1
fglrx                2595570  126
snd_seq_midi           13132  0
snd_rawmidi            25241  1 snd_seq_midi
snd_hda_intel          24262  5
snd_hda_codec          91754  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_seq_midi_event     14475  1 snd_seq_midi
snd_hwdep              13276  1 snd_hda_codec
snd_seq                51567  2 snd_seq_midi,snd_seq_midi_event
snd_pcm                80468  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq
asus_atk0110           17742  0
snd_timer              28932  2 snd_seq,snd_pcm
snd                    55902  19 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_rawmidi,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_pcm,snd_seq_device,snd_timer
soundcore              12600  1 snd
snd_page_alloc         14115  2 snd_hda_intel,snd_pcm
lp                     17455  0
parport                40930  3 parport_pc,ppdev,lp
vesafb                 13489  1
usbhid                 41905  0
hid                    77367  1 usbhid
usb_storage            44173  0
uas                    17699  0
atl1e                  32809  0
enes@enes-System-Product-Name:~$

cagriemer

Sorununuz cekirdekle yuklenmesi gereken vfat isimli modulun yuklenmemis olmasi. Cekirdegi yeniden kurmayi denememize ragmen sorun duzelmedi. O yuzden daha eski bir cekirdekle de ayni sorunu yasiyor musunuz diye sormustum. Simdilik aklima bir cozum yolu gelmiyor. Biraz arastirayim.

comet

#14
çekirdek derken 10.04 gibi eski sürümleri kastediyorsan daha önce böyle bir sorun yaşamadım. bu sürümünde de ilk kurduğumda sorun yoktu. Sonradan oldu. Bir ara sorunlu bir mp3 çalara format atmaya uğraştım hata verdi. bir gördü bir görmedi, formatı bitiremedi.. sanki ondan sonra bir daha usb den bir şey görmemeye başladı.

bytan

#15
Makineye taktıktan hemen sonraki çıktılarını aktarır mısın?

dmesg | tail
dmesg
Umut en büyük kötülüktür; işkenceyi uzatır. - F.N.


Bir şey ne ise odur, bu kadar. Öyleyse, iki şey arasında bağdaşıklık varsa, bu aralarında iletişim kuruyorlar demek değildir.
"... kavrayışını bilgi ile derinleştir ..."
PF @ ST

comet

[   84.413800] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[   84.413807] ata2.01: failed command: READ DMA
[   84.413816] ata2.01: cmd c8/00:80:50:66:04/00:00:00:00:00/f0 tag 0 dma 65536 in
[   84.413817]          res 51/40:7a:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[   84.413822] ata2.01: status: { DRDY ERR }
[   84.413825] ata2.01: error: { UNC }
[   84.564294] ata2.00: configured for UDMA/133
[   84.572262] ata2.01: configured for UDMA/133
[   84.572273] ata2: EH complete
[   86.102856] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[   86.102863] ata2.01: failed command: READ DMA
[   86.102871] ata2.01: cmd c8/00:80:50:66:04/00:00:00:00:00/f0 tag 0 dma 65536 in
[   86.102873]          res 51/40:7a:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[   86.102877] ata2.01: status: { DRDY ERR }
[   86.102880] ata2.01: error: { UNC }
[   86.252305] ata2.00: configured for UDMA/133
[   86.260306] ata2.01: configured for UDMA/133
[   86.260319] ata2: EH complete
[   87.767814] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[   87.767821] ata2.01: failed command: READ DMA
[   87.767828] ata2.01: cmd c8/00:80:50:66:04/00:00:00:00:00/f0 tag 0 dma 65536 in
[   87.767829]          res 51/40:7a:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[   87.767833] ata2.01: status: { DRDY ERR }
[   87.767836] ata2.01: error: { UNC }
[   87.916298] ata2.00: configured for UDMA/133
[   87.924271] ata2.01: configured for UDMA/133
[   87.924283] ata2: EH complete
[   89.159462] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[   89.159470] ata2.01: failed command: READ DMA
[   89.159488] ata2.01: cmd c8/00:80:50:66:04/00:00:00:00:00/f0 tag 0 dma 65536 in
[   89.159490]          res 51/40:7a:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[   89.159494] ata2.01: status: { DRDY ERR }
[   89.159497] ata2.01: error: { UNC }
[   89.308305] ata2.00: configured for UDMA/133
[   89.316271] ata2.01: configured for UDMA/133
[   89.316285] ata2: EH complete
[   90.484835] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[   90.484841] ata2.01: failed command: READ DMA
[   90.484848] ata2.01: cmd c8/00:80:50:66:04/00:00:00:00:00/f0 tag 0 dma 65536 in
[   90.484850]          res 51/40:7a:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[   90.484854] ata2.01: status: { DRDY ERR }
[   90.484857] ata2.01: error: { UNC }
[   90.636346] ata2.00: configured for UDMA/133
[   90.644305] ata2.01: configured for UDMA/133
[   90.644329] ata2: EH complete
[   92.331999] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[   92.332019] ata2.01: failed command: READ DMA
[   92.332030] ata2.01: cmd c8/00:80:50:66:04/00:00:00:00:00/f0 tag 0 dma 65536 in
[   92.332034]          res 51/40:7a:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[   92.332042] ata2.01: status: { DRDY ERR }
[   92.332047] ata2.01: error: { UNC }
[   92.484301] ata2.00: configured for UDMA/133
[   92.492294] ata2.01: configured for UDMA/133
[   92.492321] sd 1:0:1:0: [sdb] Unhandled sense code
[   92.492324] sd 1:0:1:0: [sdb]  Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[   92.492328] sd 1:0:1:0: [sdb]  Sense Key : Medium Error [current] [descriptor]
[   92.492332] Descriptor sense data with sense descriptors (in hex):
[   92.492334]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[   92.492344]         00 04 66 56
[   92.492348] sd 1:0:1:0: [sdb]  Add. Sense: Unrecovered read error - auto reallocate failed
[   92.492354] sd 1:0:1:0: [sdb] CDB: Read(10): 28 00 00 04 66 50 00 00 80 00
[   92.492363] end_request: I/O error, dev sdb, sector 288342
[   92.492393] ata2: EH complete
[   94.642757] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[   94.642764] ata2.01: failed command: READ DMA
[   94.642772] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[   94.642774]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[   94.642778] ata2.01: status: { DRDY ERR }
[   94.642781] ata2.01: error: { UNC }
[   94.792294] ata2.00: configured for UDMA/133
[   94.800255] ata2.01: configured for UDMA/133
[   94.800266] ata2: EH complete
[   96.224878] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[   96.224885] ata2.01: failed command: READ DMA
[   96.224894] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[   96.224895]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[   96.224900] ata2.01: status: { DRDY ERR }
[   96.224903] ata2.01: error: { UNC }
[   96.376301] ata2.00: configured for UDMA/133
[   96.384242] ata2.01: configured for UDMA/133
[   96.384250] ata2: EH complete
[   97.873286] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[   97.873293] ata2.01: failed command: READ DMA
[   97.873301] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[   97.873303]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[   97.873307] ata2.01: status: { DRDY ERR }
[   97.873310] ata2.01: error: { UNC }
[   98.024329] ata2.00: configured for UDMA/133
[   98.032253] ata2.01: configured for UDMA/133
[   98.032262] ata2: EH complete
[   99.273207] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[   99.273214] ata2.01: failed command: READ DMA
[   99.273222] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[   99.273223]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[   99.273228] ata2.01: status: { DRDY ERR }
[   99.273231] ata2.01: error: { UNC }
[   99.424295] ata2.00: configured for UDMA/133
[   99.432281] ata2.01: configured for UDMA/133
[   99.432290] ata2: EH complete
[  100.996174] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[  100.996181] ata2.01: failed command: READ DMA
[  100.996189] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[  100.996191]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[  100.996195] ata2.01: status: { DRDY ERR }
[  100.996198] ata2.01: error: { UNC }
[  101.148314] ata2.00: configured for UDMA/133
[  101.156228] ata2.01: configured for UDMA/133
[  101.156239] ata2: EH complete
[  102.628031] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[  102.628046] ata2.01: failed command: READ DMA
[  102.628052] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[  102.628053]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[  102.628056] ata2.01: status: { DRDY ERR }
[  102.628058] ata2.01: error: { UNC }
[  102.780298] ata2.00: configured for UDMA/133
[  102.788236] ata2.01: configured for UDMA/133
[  102.788274] sd 1:0:1:0: [sdb] Unhandled sense code
[  102.788276] sd 1:0:1:0: [sdb]  Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  102.788290] sd 1:0:1:0: [sdb]  Sense Key : Medium Error [current] [descriptor]
[  102.788294] Descriptor sense data with sense descriptors (in hex):
[  102.788296]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  102.788306]         00 04 66 56
[  102.788311] sd 1:0:1:0: [sdb]  Add. Sense: Unrecovered read error - auto reallocate failed
[  102.788316] sd 1:0:1:0: [sdb] CDB: Read(10): 28 00 00 04 66 50 00 00 08 00
[  102.788325] end_request: I/O error, dev sdb, sector 288342
[  102.788352] ata2: EH complete
[ 9887.672037] usb 8-2: new full speed USB device number 3 using uhci_hcd
[ 9888.197524] input: Sony PLAYSTATION(R)3 Controller as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input5
[ 9888.197791] sony 0003:054C:0268.0002: input,hiddev0,hidraw1: USB HID v1.11 Joystick [Sony PLAYSTATION(R)3 Controller] on usb-0000:00:1d.2-2/input0
[ 9924.384051] usb 8-2: USB disconnect, device number 3
[ 9931.072050] usb 8-2: new full speed USB device number 4 using uhci_hcd
[ 9931.488503] input: Sony PLAYSTATION(R)3 Controller as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input6
[ 9931.488730] sony 0003:054C:0268.0003: input,hiddev0,hidraw1: USB HID v1.11 Joystick [Sony PLAYSTATION(R)3 Controller] on usb-0000:00:1d.2-2/input0
[ 9961.336127] usb 8-2: USB disconnect, device number 4
[ 9971.504051] usb 8-2: new full speed USB device number 5 using uhci_hcd
[ 9971.815526] input: Sony PLAYSTATION(R)3 Controller as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input7
[ 9971.815750] sony 0003:054C:0268.0004: input,hiddev0,hidraw1: USB HID v1.11 Joystick [Sony PLAYSTATION(R)3 Controller] on usb-0000:00:1d.2-2/input0
[10011.680082] usb 8-2: USB disconnect, device number 5
[13525.140157] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[13525.140162] ata2.01: failed command: READ DMA
[13525.140168] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[13525.140169]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[13525.140172] ata2.01: status: { DRDY ERR }
[13525.140174] ata2.01: error: { UNC }
[13525.292603] ata2.00: configured for UDMA/133
[13525.300296] ata2.01: configured for UDMA/133
[13525.300313] ata2: EH complete
[13526.497983] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[13526.497989] ata2.01: failed command: READ DMA
[13526.497995] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[13526.497996]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[13526.497999] ata2.01: status: { DRDY ERR }
[13526.498001] ata2.01: error: { UNC }
[13526.648365] ata2.00: configured for UDMA/133
[13526.656290] ata2.01: configured for UDMA/133
[13526.656310] ata2: EH complete
[13527.996540] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[13527.996547] ata2.01: failed command: READ DMA
[13527.996556] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[13527.996557]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[13527.996562] ata2.01: status: { DRDY ERR }
[13527.996565] ata2.01: error: { UNC }
[13528.148445] ata2.00: configured for UDMA/133
[13528.156274] ata2.01: configured for UDMA/133
[13528.156290] ata2: EH complete
[13529.710327] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[13529.710334] ata2.01: failed command: READ DMA
[13529.710343] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[13529.710345]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[13529.710349] ata2.01: status: { DRDY ERR }
[13529.710352] ata2.01: error: { UNC }
[13529.844330] ata2.00: configured for UDMA/133
[13529.852328] ata2.01: configured for UDMA/133
[13529.852348] ata2: EH complete
[13531.035046] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[13531.035053] ata2.01: failed command: READ DMA
[13531.035062] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[13531.035064]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[13531.035068] ata2.01: status: { DRDY ERR }
[13531.035071] ata2.01: error: { UNC }
[13531.184367] ata2.00: configured for UDMA/133
[13531.192920] ata2.01: configured for UDMA/133
[13531.192936] ata2: EH complete
[13532.624628] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[13532.624634] ata2.01: failed command: READ DMA
[13532.624640] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[13532.624641]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[13532.624644] ata2.01: status: { DRDY ERR }
[13532.624646] ata2.01: error: { UNC }
[13532.776340] ata2.00: configured for UDMA/133
[13532.784341] ata2.01: configured for UDMA/133
[13532.784378] sd 1:0:1:0: [sdb] Unhandled sense code
[13532.784381] sd 1:0:1:0: [sdb]  Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[13532.784385] sd 1:0:1:0: [sdb]  Sense Key : Medium Error [current] [descriptor]
[13532.784390] Descriptor sense data with sense descriptors (in hex):
[13532.784392]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[13532.784402]         00 04 66 56
[13532.784406] sd 1:0:1:0: [sdb]  Add. Sense: Unrecovered read error - auto reallocate failed
[13532.784412] sd 1:0:1:0: [sdb] CDB: Read(10): 28 00 00 04 66 50 00 00 08 00
[13532.784421] end_request: I/O error, dev sdb, sector 288342
[13532.784441] ata2: EH complete
[18474.851702] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[18474.851709] ata2.01: failed command: READ DMA
[18474.851714] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[18474.851716]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[18474.851719] ata2.01: status: { DRDY ERR }
[18474.851721] ata2.01: error: { UNC }
[18475.000308] ata2.00: configured for UDMA/133
[18475.008280] ata2.01: configured for UDMA/133
[18475.008294] ata2: EH complete
[18477.749438] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[18477.749444] ata2.01: failed command: READ DMA
[18477.749450] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[18477.749451]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[18477.749454] ata2.01: status: { DRDY ERR }
[18477.749456] ata2.01: error: { UNC }
[18477.900366] ata2.00: configured for UDMA/133
[18477.910838] ata2.01: configured for UDMA/133
[18477.910857] ata2: EH complete
[18480.059411] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[18480.059418] ata2.01: failed command: READ DMA
[18480.059423] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[18480.059425]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[18480.059428] ata2.01: status: { DRDY ERR }
[18480.059430] ata2.01: error: { UNC }
[18480.208306] ata2.00: configured for UDMA/133
[18480.216246] ata2.01: configured for UDMA/133
[18480.216262] ata2: EH complete
[18481.508292] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[18481.508304] ata2.01: failed command: READ DMA
[18481.508311] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[18481.508312]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[18481.508315] ata2.01: status: { DRDY ERR }
[18481.508317] ata2.01: error: { UNC }
[18481.660731] ata2.00: configured for UDMA/133
[18481.668339] ata2.01: configured for UDMA/133
[18481.668358] ata2: EH complete
[18483.652597] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[18483.652603] ata2.01: failed command: READ DMA
[18483.652609] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[18483.652610]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[18483.652613] ata2.01: status: { DRDY ERR }
[18483.652615] ata2.01: error: { UNC }
[18483.804337] ata2.00: configured for UDMA/133
[18483.812258] ata2.01: configured for UDMA/133
[18483.812273] ata2: EH complete
[18485.250500] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[18485.250507] ata2.01: failed command: READ DMA
[18485.250513] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[18485.250514]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[18485.250517] ata2.01: status: { DRDY ERR }
[18485.250519] ata2.01: error: { UNC }
[18485.400375] ata2.00: configured for UDMA/133
[18485.408366] ata2.01: configured for UDMA/133
[18485.408391] sd 1:0:1:0: [sdb] Unhandled sense code
[18485.408395] sd 1:0:1:0: [sdb]  Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[18485.408400] sd 1:0:1:0: [sdb]  Sense Key : Medium Error [current] [descriptor]
[18485.408407] Descriptor sense data with sense descriptors (in hex):
[18485.408410]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[18485.408425]         00 04 66 56
[18485.408431] sd 1:0:1:0: [sdb]  Add. Sense: Unrecovered read error - auto reallocate failed
[18485.408440] sd 1:0:1:0: [sdb] CDB: Read(10): 28 00 00 04 66 50 00 00 08 00
[18485.408453] end_request: I/O error, dev sdb, sector 288342
[18485.408473] ata2: EH complete
[21921.355310] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[21921.355318] ata2.01: failed command: READ DMA
[21921.355326] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[21921.355327]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[21921.355332] ata2.01: status: { DRDY ERR }
[21921.355335] ata2.01: error: { UNC }
[21921.528328] ata2.00: configured for UDMA/133
[21921.536233] ata2.01: configured for UDMA/133
[21921.536244] ata2: EH complete
[21922.820730] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[21922.820737] ata2.01: failed command: READ DMA
[21922.820744] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[21922.820745]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[21922.820748] ata2.01: status: { DRDY ERR }
[21922.820751] ata2.01: error: { UNC }
[21922.996319] ata2.00: configured for UDMA/133
[21923.004249] ata2.01: configured for UDMA/133
[21923.004261] ata2: EH complete
[21924.600766] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[21924.600771] ata2.01: failed command: READ DMA
[21924.600777] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[21924.600778]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[21924.600781] ata2.01: status: { DRDY ERR }
[21924.600783] ata2.01: error: { UNC }
[21924.760319] ata2.00: configured for UDMA/133
[21924.768254] ata2.01: configured for UDMA/133
[21924.768309] ata2: EH complete
[21926.347704] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[21926.347711] ata2.01: failed command: READ DMA
[21926.347716] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[21926.347718]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[21926.347721] ata2.01: status: { DRDY ERR }
[21926.347723] ata2.01: error: { UNC }
[21926.520321] ata2.00: configured for UDMA/133
[21926.528301] ata2.01: configured for UDMA/133
[21926.528317] ata2: EH complete
[21927.879409] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[21927.879417] ata2.01: failed command: READ DMA
[21927.879425] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[21927.879427]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[21927.879431] ata2.01: status: { DRDY ERR }
[21927.879434] ata2.01: error: { UNC }
[21928.052321] ata2.00: configured for UDMA/133
[21928.060324] ata2.01: configured for UDMA/133
[21928.060337] ata2: EH complete
[21929.469008] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[21929.469015] ata2.01: failed command: READ DMA
[21929.469024] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[21929.469025]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[21929.469030] ata2.01: status: { DRDY ERR }
[21929.469033] ata2.01: error: { UNC }
[21929.644315] ata2.00: configured for UDMA/133
[21929.652271] ata2.01: configured for UDMA/133
[21929.652293] sd 1:0:1:0: [sdb] Unhandled sense code
[21929.652297] sd 1:0:1:0: [sdb]  Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[21929.652302] sd 1:0:1:0: [sdb]  Sense Key : Medium Error [current] [descriptor]
[21929.652308] Descriptor sense data with sense descriptors (in hex):
[21929.652311]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[21929.652326]         00 04 66 56
[21929.652333] sd 1:0:1:0: [sdb]  Add. Sense: Unrecovered read error - auto reallocate failed
[21929.652341] sd 1:0:1:0: [sdb] CDB: Read(10): 28 00 00 04 66 50 00 00 08 00
[21929.652354] end_request: I/O error, dev sdb, sector 288342
[21929.652373] ata2: EH complete
[21973.283136] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[21973.283143] ata2.01: failed command: READ DMA
[21973.283152] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[21973.283153]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[21973.283158] ata2.01: status: { DRDY ERR }
[21973.283161] ata2.01: error: { UNC }
[21973.480345] ata2.00: configured for UDMA/133
[21973.488306] ata2.01: configured for UDMA/133
[21973.488322] ata2: EH complete
[21975.145978] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[21975.145986] ata2.01: failed command: READ DMA
[21975.145994] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[21975.145996]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[21975.146000] ata2.01: status: { DRDY ERR }
[21975.146003] ata2.01: error: { UNC }
[21975.320344] ata2.00: configured for UDMA/133
[21975.328273] ata2.01: configured for UDMA/133
[21975.328296] ata2: EH complete
[21976.719092] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[21976.719100] ata2.01: failed command: READ DMA
[21976.719108] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[21976.719110]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[21976.719114] ata2.01: status: { DRDY ERR }
[21976.719117] ata2.01: error: { UNC }
[21976.900304] ata2.00: configured for UDMA/133
[21976.908271] ata2.01: configured for UDMA/133
[21976.908285] ata2: EH complete
[21978.333514] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[21978.333522] ata2.01: failed command: READ DMA
[21978.333530] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[21978.333532]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[21978.333536] ata2.01: status: { DRDY ERR }
[21978.333539] ata2.01: error: { UNC }
[21978.508306] ata2.00: configured for UDMA/133
[21978.516302] ata2.01: configured for UDMA/133
[21978.516315] ata2: EH complete
[21980.850431] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[21980.850439] ata2.01: failed command: READ DMA
[21980.850447] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[21980.850449]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[21980.850453] ata2.01: status: { DRDY ERR }
[21980.850456] ata2.01: error: { UNC }
[21981.024306] ata2.00: configured for UDMA/133
[21981.032264] ata2.01: configured for UDMA/133
[21981.032281] ata2: EH complete
[21983.880655] ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[21983.880663] ata2.01: failed command: READ DMA
[21983.880671] ata2.01: cmd c8/00:08:50:66:04/00:00:00:00:00/f0 tag 0 dma 4096 in
[21983.880673]          res 51/40:02:56:66:04/00:00:00:00:00/f0 Emask 0x9 (media error)
[21983.880677] ata2.01: status: { DRDY ERR }
[21983.880681] ata2.01: error: { UNC }
[21984.056320] ata2.00: configured for UDMA/133
[21984.064271] ata2.01: configured for UDMA/133
[21984.064293] sd 1:0:1:0: [sdb] Unhandled sense code
[21984.064296] sd 1:0:1:0: [sdb]  Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[21984.064302] sd 1:0:1:0: [sdb]  Sense Key : Medium Error [current] [descriptor]
[21984.064308] Descriptor sense data with sense descriptors (in hex):
[21984.064311]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[21984.064326]         00 04 66 56
[21984.064333] sd 1:0:1:0: [sdb]  Add. Sense: Unrecovered read error - auto reallocate failed
[21984.064340] sd 1:0:1:0: [sdb] CDB: Read(10): 28 00 00 04 66 50 00 00 08 00
[21984.064354] end_request: I/O error, dev sdb, sector 288342
[21984.064374] ata2: EH complete
[22178.791293] EXT4-fs (sdb6): warning: maximal mount count reached, running e2fsck is recommended
[22178.792097] EXT4-fs (sdb6): mounted filesystem with ordered data mode. Opts: (null)
[22237.520036] usb 2-6: new high speed USB device number 6 using ehci_hcd
[22237.892162] usbcore: registered new interface driver uas
[22237.903792] Initializing USB Mass Storage driver...
[22237.903974] scsi4 : usb-storage 2-6:1.0
[22237.904160] usbcore: registered new interface driver usb-storage
[22237.904163] USB Mass Storage support registered.
[22238.905193] scsi 4:0:0:0: Direct-Access     Flash    Drive SM 2.0     3000 PQ: 0 ANSI: 0 CCS
[22239.004351] sd 4:0:0:0: Attached scsi generic sg3 type 0
[22239.005796] sd 4:0:0:0: [sdc] 2010112 512-byte logical blocks: (1.02 GB/981 MiB)
[22239.008175] sd 4:0:0:0: [sdc] Write Protect is off
[22239.008181] sd 4:0:0:0: [sdc] Mode Sense: 43 00 00 00
[22239.009045] sd 4:0:0:0: [sdc] No Caching mode page present
[22239.009050] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[22239.012158] sd 4:0:0:0: [sdc] No Caching mode page present
[22239.012163] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[22239.070369]  sdc: sdc1
[22239.073028] sd 4:0:0:0: [sdc] No Caching mode page present
[22239.073032] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[22239.073035] sd 4:0:0:0: [sdc] Attached SCSI removable disk
enes@enes-System-Product-Name:~$

bytan

Umut en büyük kötülüktür; işkenceyi uzatır. - F.N.


Bir şey ne ise odur, bu kadar. Öyleyse, iki şey arasında bağdaşıklık varsa, bu aralarında iletişim kuruyorlar demek değildir.
"... kavrayışını bilgi ile derinleştir ..."
PF @ ST

comet

#18
Ne yapmam gerekiyor. Taktığım hiçbir harici belleği görmüyor aynı hatayı veriyor. yeniden mi kurmam lazım Ubuntu'yu?

heartsmagic

Bu Ubuntu'nun hangi sürümü?
Sistemde en son ne yapıldı?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

comet

#20
11.10 sürümü
Sorunlu bir mp3 ile uğraşırken oldu sanırım. Format atılmıyordu, hata veriyordu, format tamamlanamadı gibi hatalar veriyodu. emin değilim ama ondan sonra sanki bir daha usb'den hiçbir şey görmemeye başladı.

cagriemer

Son guncellemeyi aldiginizi varsayarak yaziyorum. Terminale asagidaki komutlari yazdiginizda ne donduruyor?

ls /lib/modules/3.0.0-14-generic/kernel/fs/fat
ls /lib/modules/3.0.0-14-generic/kernel/fs

comet

#22
enes@enes-System-Product-Name:~$ ls /lib/modules/3.0.0-14-generic/kernel/fs/fat
fat.ko  msdos.ko  vfat.ko
enes@enes-System-Product-Name:~$ ls /lib/modules/3.0.0-14-generic/kernel/fs
9p              binfmt_misc.ko  dlm       hfs      ncpfs       omfs       ubifs
adfs            btrfs           efs       hfsplus  nfs         overlayfs  udf
affs            cachefiles      exofs     hpfs     nfs_common  qnx4       ufs
afs             ceph            fat       isofs    nfsd        quota      xfs
autofs4         cifs            freevxfs  jffs2    nilfs2      reiserfs
befs            coda            fscache   jfs      nls         romfs
bfs             configfs        fuse      lockd    ntfs        squashfs
binfmt_aout.ko  cramfs          gfs2      minix    ocfs2       sysv
enes@enes-System-Product-Name:~$




Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 13 Aralık 2011 - 17:46:43

kendiliğinden çözüldü sorun. şu an normal görüyo usb bellekleri
yardım etmeye çalışan herkese teşekkürler.

if

@comet, yakın zamanda bir güncelleme felan aldın mı?

cagriemer

@if ben cevap vereyim. 3.0.0-14 guncellemesi geldi en son bir-iki gun once. Eksik olan modul de boylece onunla birlikte yuklenmis oldu.