Strona 1 z 1

Ubuntu 14,04 lts - Odblokowanie pendriva

: 21 maja 2014, 19:19
autor: marks-maks
Dopiero co zainstalowałem Ubuntu 14.04. Pierwszy raz zainstalowałem coś innego od Windowsa. Problem jest taki, że zablokowałem pendriva. Podłączyłem za pierwszym razem skopiowałem, odłączyłem, podłączyłem drugi razi i jakiś komunikat wyskoczył, a ja bez czytania coś kliknąłem i zapewne zablokowałem pendriva. Teraz nie mam pojęcia jak go odblokować, a muszę z pena ważne dane odczytać.

Jak wchodzę w dyski to widać, że pendrive jest podłączony dev/sdb ale jak na niego kliknę to napisane jest "Brak nośnika", a to dlatego, że przez swoją głupotę go zablokowałem. Jak go odblokować? Proszę o pomoc.

Re: Ubuntu 14,04 lts - Odblokowanie pendriva

: 21 maja 2014, 21:35
autor: bear7
Podłącz pendrive do komputera, odpal terminal i pokaż, co zwracają polecenia:

Kod: Zaznacz cały

sudo fdisk -l

Kod: Zaznacz cały

sudo parted -l

Kod: Zaznacz cały

mount

Kod: Zaznacz cały

cat /etc/mtab

Kod: Zaznacz cały

ls -la /media/$(whoami)
Wyniki pomieszczeń umieść pomiędzy znacznikami CODE.

EDIT: Poprawiłem gparted, na parted. Długi i ciężki dzień w robocie... ;-)

Re: Ubuntu 14,04 lts - Odblokowanie pendriva

: 21 maja 2014, 21:49
autor: marks-maks

Kod: Zaznacz cały

fdisk: błędna opcja -- '1'
Usage:
 fdisk [options] <disk>    change partition table
 fdisk [options] -l <disk> list partition table(s)
 fdisk -s <partition>      give partition size(s) in blocks

Options:
 -b <size>             sector size (512, 1024, 2048 or 4096)
 -c[=<mode>]           compatible mode: 'dos' or 'nondos' (default)
 -h                    print this help text
 -u[=<unit>]           display units: 'cylinders' or 'sectors' (default)
 -v                    print program version
 -C <number>           specify the number of cylinders
 -H <number>           specify the number of heads
 -S <number>           specify the number of sectors per track

Kod: Zaznacz cały

~$ sudo gparted -1
sudo: gparted: command not found

Kod: Zaznacz cały

~$ mount
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none 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)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=jonsnow)

Kod: Zaznacz cały

cat: /ect/mtab: Nie ma takiego pliku ani katalogu

Kod: Zaznacz cały

~$ ls -la /media/$(whoami)
razem 8
drwxr-x---+ 2 root root 4096 maj 21 18:39 .
drwxr-xr-x  3 root root 4096 maj 21 17:03 ..

Re: Ubuntu 14,04 lts - Odblokowanie pendriva

: 21 maja 2014, 21:58
autor: marcin1982
Po fdisk jest mała litera L, czyli:

Kod: Zaznacz cały

sudo fdisk -l

Re: Ubuntu 14,04 lts - Odblokowanie pendriva

: 21 maja 2014, 22:18
autor: rom
I nie gparted -l ale

Kod: Zaznacz cały

sudo parted -l
(też małe L)

Re: Ubuntu 14,04 lts - Odblokowanie pendriva

: 21 maja 2014, 22:24
autor: marks-maks

Kod: Zaznacz cały

sudo parted -l
Model: ATA WDC WD10EZEX-00U (scsi)
Dysk /dev/sda: 1000GB
Rozmiar sektora (logiczny/fizyczny): 512B/4096B
Tablica partycji: msdos

Numer  Początek  Koniec  Rozmiar  Typ       System plików   Flaga
 1     1049kB    992GB   992GB    primary   ext4            ładowalna
 2     992GB     1000GB  8543MB   extended
 5     992GB     1000GB  8543MB   logical   linux-swap(v1)
Marcin1982 nie wiem o co chodzi. OS - Open Script? Reszta to dystrybucje? Nie rozumiem, wybacz.

Re: Ubuntu 14,04 lts - Odblokowanie pendriva

: 21 maja 2014, 22:48
autor: bear7
marks-maks pisze:

Kod: Zaznacz cały

sudo parted -l
Model: ATA WDC WD10EZEX-00U (scsi)
Dysk /dev/sda: 1000GB
Rozmiar sektora (logiczny/fizyczny): 512B/4096B
Tablica partycji: msdos

Numer  Początek  Koniec  Rozmiar  Typ       System plików   Flaga
 1     1049kB    992GB   992GB    primary   ext4            ładowalna
 2     992GB     1000GB  8543MB   extended
 5     992GB     1000GB  8543MB   logical   linux-swap(v1)
.
Marcin1982 nie wiem o co chodzi
Chodzi o polecenie fdisk: na końcu jest mała litera "l" (od Licheń), a nie numer 1. Zresztą, terminal grzecznie Cię o tym poinformował:

Kod: Zaznacz cały

fdisk: błędna opcja -- '1'
marks-maks pisze:Open Script? Reszta to dystrybucje? Nie rozumiem, wybacz.
A to jest akurat sygnaturka kolegi marcin1982.

Te polecenia wklepałeś do terminala, gdy pendrive był podłączony, czy odłączony?

Re: Ubuntu 14,04 lts - Odblokowanie pendriva

: 21 maja 2014, 22:53
autor: marks-maks

Kod: Zaznacz cały

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 121601, w sumie sektorów: 1953525168
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 4096
Rozmiar we/wy (minimalny/optymalny) w bajtach: 4096 / 4096
Identyfikator dysku: 0x00056732

Urządzenie Rozruch   Początek      Koniec   Bloków   ID  System
/dev/sda1   *        2048  1936836607   968417280   83  Linux
/dev/sda2      1936838654  1953523711     8342529    5  Rozszerzona
Partycja 2 nie zaczyna się na granicy bloku fizycznego.
/dev/sda5      1936838656  1953523711     8342528   82  Linux swap / Solaris
hehe, moje oczy jeszcze się nie przyzwyczaiły do tego layoutu.

// Wpisywałem na podłączonym, świeci się dioda i jak wejdę w dysk to widać, że jest podłączony.

Re: Ubuntu 14,04 lts - Odblokowanie pendriva

: 22 maja 2014, 00:29
autor: bear7
Odłącz tego pendriva i uruchom ponownie komputer. Następnie uruchom terminal i klepnij:

Kod: Zaznacz cały

sudo dmesg -C
Następnie podłącz pendriva do komputera i klepnij:

Kod: Zaznacz cały

dmesg -T
Wrzuć to, co zwróci powyższe polecenie.

Masz jakieś inne urządzenia podłączane pod port USB? Działają poprawnie?

Re: Ubuntu 14,04 lts - Odblokowanie pendriva

: 22 maja 2014, 06:44
autor: marks-maks

Kod: Zaznacz cały

1
[    1.208749] usb usb5: Product: OHCI PCI host controller
[    1.208750] usb usb5: Manufacturer: Linux 3.13.0-24-generic ohci_hcd
[    1.208752] usb usb5: SerialNumber: 0000:00:13.0
[    1.208939] hub 5-0:1.0: USB hub found
[    1.208947] hub 5-0:1.0: 5 ports detected
[    1.209150] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.209155] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
[    1.209166] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb06000
[    1.268726] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.268729] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.268731] usb usb6: Product: OHCI PCI host controller
[    1.268732] usb usb6: Manufacturer: Linux 3.13.0-24-generic ohci_hcd
[    1.268734] usb usb6: SerialNumber: 0000:00:14.5
[    1.268888] hub 6-0:1.0: USB hub found
[    1.268896] hub 6-0:1.0: 2 ports detected
[    1.269071] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    1.269075] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
[    1.269085] ohci-pci 0000:00:16.0: irq 18, io mem 0xfeb05000
[    1.328674] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.328677] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.328678] usb usb7: Product: OHCI PCI host controller
[    1.328680] usb usb7: Manufacturer: Linux 3.13.0-24-generic ohci_hcd
[    1.328681] usb usb7: SerialNumber: 0000:00:16.0
[    1.328871] hub 7-0:1.0: USB hub found
[    1.328879] hub 7-0:1.0: 4 ports detected
[    1.328967] ohci-platform: OHCI generic platform driver
[    1.328974] uhci_hcd: USB Universal Host Controller Interface driver
[    1.329040] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    1.329045] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 8
[    1.329144] xhci_hcd 0000:02:00.0: irq 72 for MSI/MSI-X
[    1.329203] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[    1.329205] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.329206] usb usb8: Product: xHCI Host Controller
[    1.329208] usb usb8: Manufacturer: Linux 3.13.0-24-generic xhci_hcd
[    1.329209] usb usb8: SerialNumber: 0000:02:00.0
[    1.329289] hub 8-0:1.0: USB hub found
[    1.329299] hub 8-0:1.0: 4 ports detected
[    1.329385] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    1.329388] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 9
[    1.329425] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003
[    1.329427] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.329428] usb usb9: Product: xHCI Host Controller
[    1.329430] usb usb9: Manufacturer: Linux 3.13.0-24-generic xhci_hcd
[    1.329431] usb usb9: SerialNumber: 0000:02:00.0
[    1.329502] hub 9-0:1.0: USB hub found
[    1.329528] hub 9-0:1.0: 4 ports detected
[    1.340784] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.340786] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.341481] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.341632] mousedev: PS/2 mouse device common for all mice
[    1.341776] rtc_cmos 00:06: RTC can wake from S4
[    1.341865] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.341884] rtc_cmos 00:06: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.341941] device-mapper: uevent: version 1.0.3
[    1.342000] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    1.342005] ledtrig-cpu: registered to indicate activity on CPUs
[    1.342091] TCP: cubic registered
[    1.342170] NET: Registered protocol family 10
[    1.342314] NET: Registered protocol family 17
[    1.342322] Key type dns_resolver registered
[    1.342975] Loading compiled-in X.509 certificates
[    1.343777] Loaded X.509 cert 'Magrathea: Glacier signing key: 69b0d0a79b85d90621706e8d06604d730b359fc0'
[    1.343785] registered taskstats version 1
[    1.346542] Key type trusted registered
[    1.348562] Key type encrypted registered
[    1.350604] AppArmor: AppArmor sha1 policy hashing enabled
[    1.350607] IMA: No TPM chip found, activating TPM-bypass!
[    1.350833] regulator-dummy: disabling
[    1.350897]   Magic number: 14:310:570
[    1.351008] rtc_cmos 00:06: setting system clock to 2014-05-22 06:33:59 UTC (1400740439)
[    1.351136] acpi-cpufreq: overriding BIOS provided _PSD data
[    1.351497] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.351498] EDD information not available.
[    1.351535] PM: Hibernation image not present or could not be loaded.
[    1.352821] Freeing unused kernel memory: 1332K (ffffffff81d1e000 - ffffffff81e6b000)
[    1.352823] Write protecting the kernel read-only data: 12288k
[    1.355764] Freeing unused kernel memory: 844K (ffff88000172d000 - ffff880001800000)
[    1.358183] Freeing unused kernel memory: 708K (ffff880001b4f000 - ffff880001c00000)
[    1.363500] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.372427] systemd-udevd[143]: starting version 204
[    1.387843] ahci 0000:00:11.0: version 3.0
[    1.388163] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    1.388167] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    1.389064] scsi0 : ahci
[    1.389420] scsi1 : ahci
[    1.389559] scsi2 : ahci
[    1.389800] scsi3 : ahci
[    1.390050] ata1: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b100 irq 19
[    1.390054] ata2: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b180 irq 19
[    1.390057] ata3: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b200 irq 19
[    1.390059] ata4: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b280 irq 19
[    1.394133] scsi4 : pata_atiixp
[    1.394214] scsi5 : pata_atiixp
[    1.394343] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[    1.394345] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[    1.395701] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.395713] r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.395935] r8169 0000:05:00.0: irq 73 for MSI/MSI-X
[    1.396147] r8169 0000:05:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000c7e000, bc:5f:f4:e5:92:e0, XID 0c900800 IRQ 73
[    1.396149] r8169 0000:05:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.636528] usb 1-2: new high-speed USB device number 3 using ehci-pci
[    1.708448] ata4: SATA link down (SStatus 0 SControl 300)
[    1.708487] ata3: SATA link down (SStatus 0 SControl 300)
[    1.880295] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.880328] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.880789] ata1.00: ATAPI: TSSTcorp CDDVDW SH-S223Q, SB03, max UDMA/100
[    1.880888] ata2.00: ATA-8: WDC WD10EZEX-00UD2A0, 01.01A01, max UDMA/133
[    1.880891] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.881483] ata2.00: configured for UDMA/133
[    1.881540] ata1.00: configured for UDMA/100
[    1.882438] scsi 0:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-S223Q  SB03 PQ: 0 ANSI: 5
[    1.885971] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.885978] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.886227] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.886382] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.886544] scsi 1:0:0:0: Direct-Access     ATA      WDC WD10EZEX-00U 01.0 PQ: 0 ANSI: 5
[    1.886663] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.886670] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.886673] sd 1:0:0:0: [sda] 4096-byte physical blocks
[    1.886784] sd 1:0:0:0: [sda] Write Protect is off
[    1.886788] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.886830] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.936197]  sda: sda1 sda2 < sda5 >
[    1.936578] sd 1:0:0:0: [sda] Attached SCSI disk
[    1.964241] tsc: Refined TSC clocksource calibration: 3492.461 MHz
[    1.985304] usb 1-2: New USB device found, idVendor=046d, idProduct=0825
[    1.985307] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=2
[    1.985309] usb 1-2: SerialNumber: 4CE3F420
[    2.248059] usb 4-1: new full-speed USB device number 2 using ohci-pci
[    2.323829] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.421025] usb 4-1: New USB device found, idVendor=046d, idProduct=c52b
[    2.421032] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.421037] usb 4-1: Product: USB Receiver
[    2.421041] usb 4-1: Manufacturer: Logitech
[    2.780451] random: init urandom read with 94 bits of entropy available
[    2.963766] Switched to clocksource tsc
[    3.112310] init: plymouth-upstart-bridge main process (222) terminated with status 1
[    3.112321] init: plymouth-upstart-bridge main process ended, respawning
[    3.115768] init: plymouth-upstart-bridge main process (234) terminated with status 1
[    3.115778] init: plymouth-upstart-bridge main process ended, respawning
[    3.118026] init: plymouth-upstart-bridge main process (236) terminated with status 1
[    3.118036] init: plymouth-upstart-bridge main process ended, respawning
[    3.121051] init: plymouth-upstart-bridge main process (237) terminated with status 1
[    3.121061] init: plymouth-upstart-bridge main process ended, respawning
[    3.123139] init: plymouth-upstart-bridge main process (239) terminated with status 1
[    3.123149] init: plymouth-upstart-bridge main process ended, respawning
[    3.126407] init: plymouth-upstart-bridge main process (240) terminated with status 1
[    3.126417] init: plymouth-upstart-bridge main process ended, respawning
[    3.128612] init: plymouth-upstart-bridge main process (242) terminated with status 1
[    3.128621] init: plymouth-upstart-bridge main process ended, respawning
[    3.131872] init: plymouth-upstart-bridge main process (243) terminated with status 1
[    3.131883] init: plymouth-upstart-bridge main process ended, respawning
[    3.135025] init: plymouth-upstart-bridge main process (245) terminated with status 1
[    3.135035] init: plymouth-upstart-bridge main process ended, respawning
[    3.137136] init: plymouth-upstart-bridge main process (247) terminated with status 1
[    3.137146] init: plymouth-upstart-bridge main process ended, respawning
[    3.139265] init: plymouth-upstart-bridge main process (248) terminated with status 1
[    3.139274] init: plymouth-upstart-bridge respawning too fast, stopped
[    3.333674] random: nonblocking pool is initialized
[    7.833708] Adding 8342524k swap on /dev/sda5.  Priority:-1 extents:1 across:8342524k FS
[    7.841126] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    7.938997] systemd-udevd[352]: starting version 204
[    8.074997] [drm] Initialized drm 1.1.0 20060810
[    8.095299] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    8.095357] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    8.096632] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[    8.096678] sp5100_tco: PCI Revision ID: 0x42
[    8.096707] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[    8.096717] sp5100_tco: Last reboot was not triggered by watchdog.
[    8.096774] sp5100_tco: initialized (0xffffc90000c7cb00). heartbeat=60 sec (nowayout=0)
[    8.099259] [drm] radeon kernel modesetting enabled.
[    8.099341] checking generic (c0000000 7f0000) vs hw (c0000000 10000000)
[    8.099344] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
[    8.099370] Console: switching to colour dummy device 80x25
[    8.100052] [drm] initializing kernel modesetting (PITCAIRN 0x1002:0x6819 0x1458:0x255A).
[    8.100105] [drm] register mmio base: 0xFEA00000
[    8.100107] [drm] register mmio size: 262144
[    8.100195] ATOM BIOS: GV
[    8.100260] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    8.100263] radeon 0000:01:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[    8.100265] [drm] Detected VRAM RAM=1024M, BAR=256M
[    8.100266] [drm] RAM width 256bits DDR
[    8.102804] [TTM] Zone  kernel: Available graphics memory: 4066476 kiB
[    8.102807] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    8.102809] [TTM] Initializing pool allocator
[    8.102820] [TTM] Initializing DMA pool allocator
[    8.108687] [drm] radeon: 1024M of VRAM memory ready
[    8.108689] [drm] radeon: 1024M of GTT memory ready.
[    8.108700] [drm] Loading PITCAIRN Microcode
[    8.114000] MCE: In-kernel MCE decoding enabled.
[    8.115768] EDAC MC: Ver: 3.0.0
[    8.117936] AMD64 EDAC driver v3.4.0
[    8.118508] EDAC amd64: DRAM ECC disabled.
[    8.118517] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    8.118517]  Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
[    8.118517]  (Note that use of the override may cause unknown side effects.)
[    8.138043] lp: driver loaded but no devices found
[    8.144845] ppdev: user-space parallel port driver
[    8.171520] kvm: Nested Virtualization enabled
[    8.171525] kvm: Nested Paging enabled
[    8.183536] hda-intel 0000:00:14.2: Using LPIB position fix
[    8.189827] hda-intel 0000:00:14.2: Enable sync_write for stable communication
[    8.198553] SKU: Nid=0x1d sku_cfg=0x4006de01
[    8.198556] SKU: port_connectivity=0x1
[    8.198557] SKU: enable_pcbeep=0x0
[    8.198558] SKU: check_sum=0x00000006
[    8.198559] SKU: customization=0x000000de
[    8.198561] SKU: external_amp=0x0
[    8.198563] SKU: platform_type=0x0
[    8.198565] SKU: swap=0x0
[    8.198566] SKU: override=0x1
[    8.198949] autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    8.198951]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.198953]    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    8.198954]    mono: mono_out=0x0
[    8.198955]    dig-out=0x1e/0x0
[    8.198956]    inputs:
[    8.198958]      Front Mic=0x19
[    8.198960]      Rear Mic=0x18
[    8.198961]      Line=0x1a
[    8.198963] realtek: No valid SSID, checking pincfg 0x4006de01 for NID 0x1d
[    8.198964] realtek: Enabling init ASM_ID=0xde01 CODEC_ID=10ec0892
[    8.212265] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[    8.212336] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[    8.212396] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[    8.212452] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[    8.212510] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
[    8.212567] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
[    8.212624] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input4
[    8.212680] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input3
[    8.289183] type=1400 audit(1400733246.441:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=469 comm="apparmor_parser"
[    8.289188] type=1400 audit(1400733246.441:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=469 comm="apparmor_parser"
[    8.289192] type=1400 audit(1400733246.441:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=469 comm="apparmor_parser"
[    8.289203] type=1400 audit(1400733246.441:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=468 comm="apparmor_parser"
[    8.289210] type=1400 audit(1400733246.441:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=468 comm="apparmor_parser"
[    8.289214] type=1400 audit(1400733246.441:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=468 comm="apparmor_parser"
[    8.289542] type=1400 audit(1400733246.441:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=469 comm="apparmor_parser"
[    8.289547] type=1400 audit(1400733246.441:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=469 comm="apparmor_parser"
[    8.289562] type=1400 audit(1400733246.441:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=468 comm="apparmor_parser"
[    8.289566] type=1400 audit(1400733246.441:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=468 comm="apparmor_parser"
[    8.404310] Linux video capture interface: v2.00
[    8.404872] hidraw: raw HID events driver (C) Jiri Kosina
[    8.422133] usbcore: registered new interface driver usbhid
[    8.422139] usbhid: USB HID core driver
[    8.429286] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:12.0-1/input2
[    8.435299] input: Logitech Unifying Device. Wireless PID:4013 as /devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.2/0003:046D:C52B.0003/input/input11
[    8.435432] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:4013] on usb-0000:00:12.0-1:1
[    8.440985] ip_tables: (C) 2000-2006 Netfilter Core Team
[    8.466868] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    8.468093] [drm] probing gen 2 caps for device 1002:5a16 = 31cd02/0
[    8.468097] [drm] PCIE gen 2 link speeds already enabled
[    8.473253] [drm] PCIE GART of 1024M enabled (table at 0x0000000000276000).
[    8.473391] radeon 0000:01:00.0: WB enabled
[    8.473394] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880230ed9c00
[    8.473396] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff880230ed9c04
[    8.473397] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff880230ed9c08
[    8.473399] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880230ed9c0c
[    8.473400] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff880230ed9c10
[    8.474366] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90011035a18
[    8.474368] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    8.474369] [drm] Driver supports precise vblank timestamp query.
[    8.474385] radeon 0000:01:00.0: irq 74 for MSI/MSI-X
[    8.474394] radeon 0000:01:00.0: radeon: using MSI.
[    8.474422] [drm] radeon: irq initialized.
[    8.522809] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    8.661712] [drm] ring test on 0 succeeded in 3 usecs
[    8.661718] [drm] ring test on 1 succeeded in 1 usecs
[    8.661722] [drm] ring test on 2 succeeded in 1 usecs
[    8.661786] [drm] ring test on 3 succeeded in 2 usecs
[    8.661796] [drm] ring test on 4 succeeded in 1 usecs
[    8.847326] [drm] ring test on 5 succeeded in 2 usecs
[    8.847332] [drm] UVD initialized successfully.
[    8.848305] [drm] Enabling audio 0 support
[    8.848306] [drm] Enabling audio 1 support
[    8.848307] [drm] Enabling audio 2 support
[    8.848308] [drm] Enabling audio 3 support
[    8.848309] [drm] Enabling audio 4 support
[    8.848310] [drm] Enabling audio 5 support
[    8.848434] [drm] ib test on ring 0 succeeded in 0 usecs
[    8.848496] [drm] ib test on ring 1 succeeded in 0 usecs
[    8.848550] [drm] ib test on ring 2 succeeded in 0 usecs
[    8.848580] [drm] ib test on ring 3 succeeded in 0 usecs
[    8.848609] [drm] ib test on ring 4 succeeded in 1 usecs
[    8.862554] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    8.999502] [drm] ib test on ring 5 succeeded
[    9.000453] [drm] Radeon Display Connectors
[    9.000455] [drm] Connector 0:
[    9.000456] [drm]   DP-1
[    9.000458] [drm]   HPD4
[    9.000460] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[    9.000461] [drm]   Encoders:
[    9.000462] [drm]     DFP1: INTERNAL_UNIPHY2
[    9.000463] [drm] Connector 1:
[    9.000464] [drm]   DP-2
[    9.000465] [drm]   HPD5
[    9.000467] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[    9.000468] [drm]   Encoders:
[    9.000469] [drm]     DFP2: INTERNAL_UNIPHY2
[    9.000469] [drm] Connector 2:
[    9.000470] [drm]   HDMI-A-1
[    9.000471] [drm]   HPD1
[    9.000472] [drm]   DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
[    9.000473] [drm]   Encoders:
[    9.000474] [drm]     DFP3: INTERNAL_UNIPHY1
[    9.000475] [drm] Connector 3:
[    9.000476] [drm]   DVI-I-1
[    9.000476] [drm]   HPD6
[    9.000477] [drm]   DDC: 0x6580 0x6580 0x6584 0x6584 0x6588 0x6588 0x658c 0x658c
[    9.000478] [drm]   Encoders:
[    9.000479] [drm]     DFP4: INTERNAL_UNIPHY
[    9.000480] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    9.000539] [drm] Internal thermal controller with fan control
[    9.000585] [drm] probing gen 2 caps for device 1002:5a16 = 31cd02/0
[    9.297357] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    9.567343] set resolution quirk: cval->res = 384
[    9.567552] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0825)
[    9.567559] usbcore: registered new interface driver snd-usb-audio
[    9.582221] input: UVC Camera (046d:0825) as /devices/pci0000:00/0000:00:12.2/usb1/1-2/1-2:1.0/input/input12
[    9.582327] usbcore: registered new interface driver uvcvideo
[    9.582330] USB Video Class driver (1.1.1)
[    9.878426] init: failsafe main process (722) killed by TERM signal
[   10.406202] init: cups main process (788) killed by HUP signal
[   10.406213] init: cups main process ended, respawning
[   10.451553] [drm] radeon: dpm initialized
[   10.484631] Bluetooth: Core ver 2.17
[   10.484652] NET: Registered protocol family 31
[   10.484654] Bluetooth: HCI device and connection manager initialized
[   10.484662] Bluetooth: HCI socket layer initialized
[   10.484664] Bluetooth: L2CAP socket layer initialized
[   10.484669] Bluetooth: SCO socket layer initialized
[   10.487342] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.487344] Bluetooth: BNEP filters: protocol multicast
[   10.487350] Bluetooth: BNEP socket layer initialized
[   10.487842] Bluetooth: RFCOMM TTY layer initialized
[   10.487848] Bluetooth: RFCOMM socket layer initialized
[   10.487852] Bluetooth: RFCOMM ver 1.11
[   10.502652] [drm] fb mappable at 0xC1480000
[   10.502654] [drm] vram apper at 0xC0000000
[   10.502655] [drm] size 8294400
[   10.502656] [drm] fb depth is 24
[   10.502657] [drm]    pitch is 7680
[   10.502728] fbcon: radeondrmfb (fb0) is primary device
[   11.195416] Console: switching to colour frame buffer device 240x67
[   11.199231] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[   11.199232] radeon 0000:01:00.0: registered panic notifier
[   11.199237] [drm] Initialized radeon 2.36.0 20080528 for 0000:01:00.0 on minor 0
[   11.199383] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
[   11.199386] hda-intel 0000:01:00.1: Using LPIB position fix
[   11.199388] hda-intel 0000:01:00.1: Force to non-snoop mode
[   11.199427] snd_hda_intel 0000:01:00.1: irq 75 for MSI/MSI-X
[   11.202038] hda-intel 0000:01:00.1: Enable sync_write for stable communication
[   11.206973] HDMI ATI/AMD: no speaker allocation for ELD
[   11.207016] HDMI ATI/AMD: no speaker allocation for ELD
[   11.207060] HDMI ATI/AMD: no speaker allocation for ELD
[   11.207104] HDMI ATI/AMD: no speaker allocation for ELD
[   11.207152] HDMI ATI/AMD: no speaker allocation for ELD
[   11.207203] HDMI ATI/AMD: no speaker allocation for ELD
[   11.207283] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input18
[   11.207365] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input17
[   11.207438] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input16
[   11.207507] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input15
[   11.207576] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input14
[   11.207643] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input13
[   11.287788] r8169 0000:05:00.0 eth0: link down
[   11.287808] r8169 0000:05:00.0 eth0: link down
[   11.287841] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.288098] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.008388] r8169 0000:05:00.0 eth0: link up
[   13.008396] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   40.206546] audit_printk_skb: 168 callbacks suppressed
[   40.206549] type=1400 audit(1400733278.385:68): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=2145 comm="apparmor_parser"
[   40.206555] type=1400 audit(1400733278.385:69): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2145 comm="apparmor_parser"
[   40.206885] type=1400 audit(1400733278.385:70): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2145 comm="apparmor_parser"
[  111.655955] usb 2-4: new high-speed USB device number 2 using ehci-pci
[  111.788924] usb 2-4: New USB device found, idVendor=14cd, idProduct=121c
[  111.788932] usb 2-4: New USB device strings: Mfr=1, Product=3, SerialNumber=2
[  111.788937] usb 2-4: Product: Mass Storage Device
[  111.788941] usb 2-4: Manufacturer: Generic
[  111.788945] usb 2-4: SerialNumber: 812320100708
[  111.862001] usb-storage 2-4:1.0: USB Mass Storage device detected
[  111.862152] scsi6 : usb-storage 2-4:1.0
[  111.862338] usbcore: registered new interface driver usb-storage
[  113.670501] scsi 6:0:0:0: Direct-Access     USB Mass Storage Device        PQ: 0 ANSI: 0 CCS
[  113.671056] sd 6:0:0:0: Attached scsi generic sg2 type 0
[  113.673933] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[  113.831926] sd 6:0:0:0: [sdb] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB)
[  113.833232] sd 6:0:0:0: [sdb] No Caching mode page found
[  113.833241] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[  113.836047] sd 6:0:0:0: [sdb] No Caching mode page found
[  113.836055] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[  113.837704]  sdb: sdb1
[  114.461905] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[  114.592850] systemd-hostnamed[2339]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
[  118.795130] sdb: detected capacity change from 31914983424 to 0

Kod: Zaznacz cały

~$ dmesg -T
[czw maj 22 06:38:12 2014] [UFW BLOCK] IN=eth0 OUT= MAC=bc:5f:f4:e5:92:e0:00:04:ed:a7:3b:73:08:00 SRC=77.252.2.89 DST=192.168.1.102 LEN=40 TOS=0x00 PREC=0x00 TTL=59 ID=1085 PROTO=TCP SPT=443 DPT=42486 WINDOW=0 RES=0x00 RST URGP=0 
[czw maj 22 06:38:12 2014] [UFW BLOCK] IN=eth0 OUT= MAC=bc:5f:f4:e5:92:e0:00:04:ed:a7:3b:73:08:00 SRC=77.252.2.89 DST=192.168.1.102 LEN=40 TOS=0x00 PREC=0x00 TTL=59 ID=1086 PROTO=TCP SPT=443 DPT=42486 WINDOW=0 RES=0x00 RST URGP=0 
[czw maj 22 06:38:12 2014] [UFW BLOCK] IN=eth0 OUT= MAC=bc:5f:f4:e5:92:e0:00:04:ed:a7:3b:73:08:00 SRC=77.252.2.89 DST=192.168.1.102 LEN=40 TOS=0x00 PREC=0x00 TTL=59 ID=1087 PROTO=TCP SPT=443 DPT=42487 WINDOW=0 RES=0x00 RST URGP=0 
[czw maj 22 06:38:12 2014] [UFW BLOCK] IN=eth0 OUT= MAC=bc:5f:f4:e5:92:e0:00:04:ed:a7:3b:73:08:00 SRC=77.252.2.89 DST=192.168.1.102 LEN=40 TOS=0x00 PREC=0x00 TTL=59 ID=1088 PROTO=TCP SPT=443 DPT=42487 WINDOW=0 RES=0x00 RST URGP=0 
[czw maj 22 06:38:12 2014] [UFW BLOCK] IN=eth0 OUT= MAC=bc:5f:f4:e5:92:e0:00:04:ed:a7:3b:73:08:00 SRC=173.194.113.76 DST=192.168.1.102 LEN=40 TOS=0x00 PREC=0x00 TTL=54 ID=21316 PROTO=TCP SPT=443 DPT=34573 WINDOW=0 RES=0x00 RST URGP=0 
Nic innego nie mam podłączonego pod USB. Po włączeniu komputera i podłączeniu pena zauważyłem, że z boku na pasku pokazała się ikona, ze pendrive jest podłączony i folder się otworzył, ale gdzieś pod dwóch sekundach ikonka zniknęła tak samo jak zawartość folderu.

// Podłączyłem pod inny komputer i też nie działa! Wykrywa dysk pokazuje, ze jest pełny, ale otworzyć się nie da. Pod swój komputer podłączyłem innego pendriva i działa. Wina nie leżała po stronie systemu, a po stronie pendriva. Dziwi mnie to bardzo, bo pen wcześniej działał. Teraz mam duży problem, bo wszystkie najważniejsze dokumenty mam na pendrivie, a on nie chce się otworzyć.

// Otworzył się :) Po tylu próbach załapał.
Dziękuję za zainteresowanie tematem i pomoc.
Pozdrawiam