Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 08/05/2017, à 21:05

Bougron

Re : lecture HDD en rack usb

La première a marché..

ls -ls /media/$USER/sauv1

Je suis malgré tout surpris de

 /dev/sdb1 is already mounted on /cdrom

ainsi, il saurait sage de faire

sudo umount  -v  /dev/sdb1
sudo umount  -v  /dev/sdb1
sudo    mount -v  /dev/sdb1   /media/$USER/sauv1
ls -ls /media/$USER/sauv1 

Dernière modification par Bougron (Le 08/05/2017, à 21:11)

Hors ligne

#27 Le 08/05/2017, à 21:14

Mimali

Re : lecture HDD en rack usb

peux tu m'expliquer en 2 mots ce que l'ont fait au fur et a mesure? ca me permets de comprendre et d'apprendre. Merci smile

ubuntu@ubuntu:~$ sudo umount  -v  /dev/sdb1
umount: /cdrom: target is busy
        (In some cases useful info about processes that
         use the device is found by lsof(8) or fuser(1).)
ubuntu@ubuntu:~$ sudo umount  -v  /dev/sdb1
umount: /cdrom: target is busy
        (In some cases useful info about processes that
         use the device is found by lsof(8) or fuser(1).)
ubuntu@ubuntu:~$ sudo    mount -v  /dev/sdb1   /media/$USER/sauv1
mount: /dev/sdb1 is already mounted or /media/ubuntu/sauv1 busy
       /dev/sdb1 is already mounted on /cdrom
ubuntu@ubuntu:~$ ls -ls /media/$USER/sauv1 
total 0

Dernière modification par Mimali (Le 08/05/2017, à 21:17)

Hors ligne

#28 Le 08/05/2017, à 21:39

Bougron

Re : lecture HDD en rack usb

Mimali a écrit :
ubuntu@ubuntu:~$ su]do mount -t "vfat" -o ro /dev/sdb1 /media/$USER/sauv1
ubuntu@ubuntu:~$ sudo mount -t "fat" -o ro /dev/sdb1 /media/$USER/sauv1
mount: unknown filesystem type 'fat'
ubuntu@ubuntu:~$ sudo mount  -o ro /dev/sdb1 /media/$USER/sauv1
mount: /dev/sdb1 is already mounted or /media/ubuntu/sauv1 busy
       /dev/sdb1 is already mounted on /cdrom
       /dev/sdb1 is already mounted on /media/ubuntu/sauv1

Je suis totalement surpris de voir que  sdb1 est déjà monté sur /cdrom  et sur /media/ubuntu/sauv1
La première fois je n'avais pas vu qu'il était simultanément monté à deux endroits et j'avais embrayé sur la suite.
      Je sais pas trop ce que cela cache. C'est pour  cela que  je te demande de le démonter par la commande

sudo umount  -v  /dev/sdb1 

Cette commande devrait donc répondre qu'il est démonté car j'ai ajouté l'option -V   abbréviation de verbose .
Et je te demande de recommencer le démontage pour être sur qu'il est bien démonté.

sudo umount  -v  /dev/sdb1 

Cette commande devrait donc te répondre qu'il est déjà démonté. Ce qui permet de demander un montage propre.

sudo    mount -v  /dev/sdb1   /media/$USER/sauv1 

et de regarder le contenu de la partition

ls -ls /media/$USER/sauv1 

à lire  https://doc.ubuntu-fr.org/commande_shell
pour mieux comprendre       faire

commande   --help 

ou

man commande

par exemple

     ls --help
man ls

Dernière modification par Bougron (Le 08/05/2017, à 21:42)

Hors ligne

#29 Le 08/05/2017, à 21:42

Mimali

Re : lecture HDD en rack usb

A tout hasard....
Si mon pc peut demarrer et fonctionner sous linux sans HDD interne, ne serait il pas plus facile de retirer le HDD et reparer win8 avec un live usb ubuntu et replacer le HDD une fois windows reparé, afin de recuperer des données qui peut etre ne pourrai pas etre lu sous linux?

Hors ligne

#30 Le 08/05/2017, à 21:46

Mimali

Re : lecture HDD en rack usb

Bougron a écrit :

Je suis totalement surpris de voir que  sdb1 est déjà monté sur /cdrom  et sur /media/ubuntu/sauv1
La première fois je n'avais pas vu qu'il était simultanément monté à deux endroits et j'avais embrayé sur la suite.
Je sais pas trop ce que cela cache.

Cela implique quoi? qu'est ce qui est si etonnant?

Hors ligne

#31 Le 08/05/2017, à 21:53

Bougron

Re : lecture HDD en rack usb

Si ton disque dur interne est celui de cette discussion https://forum.ubuntu-fr.org/viewtopic.php?id=2008885   Il n'y a pas windows dedans!
Si c'est celui de ce micro. Il est très bien où il est.
     La première réparation que ubuntu peut faire est de fournir un rapport bisnext. Cela va permettre de voir si le disque est en plus mauvais état que l'autre.
     La seconde fonction que ubunbtu fera c'est de sauver tes données avec la même méthode que tu fais
      Mais cette fois-ci la partition sera bien au format NTFS   et sera probablement SDA3. Le rapport bisnext l'indiquera.
     Eventuellement ubuntu pourra tester le disque si c'est nécessaire  car l'erreur X000225 est probablement le signe d'un disque défaillant.

Dernière modification par Bougron (Le 08/05/2017, à 21:57)

Hors ligne

#32 Le 08/05/2017, à 22:13

Mimali

Re : lecture HDD en rack usb

Bougron a écrit :

Si ton disque dur interne est celui de cette discussion https://forum.ubuntu-fr.org/viewtopic.php?id=2008885   Il n'y a pas windows dedans!
Si c'est celui de ce micro. Il est très bien où il est.

Non ce n'est pas le meme. Dans cette discussion je fais reference au pc que j'ai utilisé pour recuperer mes données depuis un boitier rack usb.
Tout a repris sa place d'origine wink
L'autre pc est retourné au placard.   

 

Bougron a écrit :

Eventuellement ubuntu pourra tester le disque si c'est nécessaire  car l'erreur X00025 est probablement le signe d'un disque défaillant.

Cette erreur est arrivée alors que je modifiai un peripherique (son), j'aurai plutot pensé que c'etait dut a ca

Hors ligne

#33 Le 08/05/2017, à 22:15

Mimali

Re : lecture HDD en rack usb

lol:lol::lol:   j'en peux plus!

ubuntu@ubuntu:~$ wget https://github.com/laurent85v/bisnext/raw/master/bisnext
--2017-05-08 21:12:14--  https://github.com/laurent85v/bisnext/raw/master/bisnext
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/laurent85v/bisnext/master/bisnext [following]
--2017-05-08 21:12:15--  https://raw.githubusercontent.com/laurent85v/bisnext/master/bisnext
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.60.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.60.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 158086 (154K) [text/plain]
Saving to: ‘bisnext.3’

bisnext.3           100%[===================>] 154.38K   786KB/s    in 0.2s    

2017-05-08 21:12:15 (786 KB/s) - ‘bisnext.3’ saved [158086/158086]

ubuntu@ubuntu:~$ sudo apt install gawk mesa-utils pastebinit smartmontools --no-install-recommends 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package mesa-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'mesa-utils' has no installation candidate
ubuntu@ubuntu:~$ sudo bash bisnext --pastebin

bisnext 0.02

"gawk" could not be found.

Please install the missing program(s) and run bisnext again.

Hors ligne

#34 Le 08/05/2017, à 22:33

Bougron

Re : lecture HDD en rack usb

Peux-tu donner le retour de

cat /etc/lsb-release

Peux-tu donner l'état actuel du disque SDA paragraphes 2.1 et 4 de https://doc.ubuntu-fr.org/smartmontools

Hors ligne

#35 Le 08/05/2017, à 22:37

Bougron

Re : lecture HDD en rack usb

Mimali a écrit :

  j'en peux plus!

ubuntu@ubuntu:~$ wget https://github.com/laurent85v/bisnext/raw/master/bisnext
--2017-05-08 21:12:14--  https://github.com/laurent85v/bisnext/raw/master/bisnext
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/laurent85v/bisnext/master/bisnext [following]
--2017-05-08 21:12:15--  https://raw.githubusercontent.com/laurent85v/bisnext/master/bisnext
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.60.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.60.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 158086 (154K) [text/plain]
Saving to: ‘bisnext.3’

bisnext.3           100%[===================>] 154.38K   786KB/s    in 0.2s    

2017-05-08 21:12:15 (786 KB/s) - ‘bisnext.3’ saved [158086/158086] 

====================>>>>>>   celle-là, il faudrait la faire  avant de faire la suite
  sudo apt update

Donc tu la fais et tu continues avec les autres commandes qui sont à refaire


ubuntu@ubuntu:~$ sudo apt install gawk mesa-utils pastebinit smartmontools --no-install-recommends 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package mesa-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'mesa-utils' has no installation candidate
ubuntu@ubuntu:~$ sudo bash bisnext --pastebin

bisnext 0.02

"gawk" could not be found.

Please install the missing program(s) and run bisnext again.

Dernière modification par Bougron (Le 08/05/2017, à 22:43)

Hors ligne

#36 Le 09/05/2017, à 09:17

Mimali

Re : lecture HDD en rack usb

ahhhh ca va mieux...enfin, ca me donne quelque chose...

May  9 2017, bisnext report id 4d2d1 also available at https://paste.debian.net/931539/

                                 bisnext 0.02


============================ Hardware and System Summary ======================

System:    Kernel: 4.4.0-31-generic x86_64 (64 bit gcc: 5.3.1)
           Desktop: N/A dm: lightdm Distro: Ubuntu 16.04.1 LTS
Machine:   Device: laptop System: TOSHIBA product: SATELLITE NB10-A-103 v: PU141E-00K01FFR
           Mobo: TOSHIBA model: MA10 UEFI: TOSHIBA v: 1.00 date: 10/30/2013
           Chassis: type: 10
Battery    BAT0: charge: 10.3 Wh 100.1% condition: 10.3/24.8 Wh (42%)
           volts: 12.1/10.8
           model: PEGA G71C000GN110 status: Discharging
CPU:       Dual core Intel Celeron N2810 (-MCP-) cache: 1024 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 7992
           clock speeds: min/max: 533/1999 MHz 1: 1285 MHz 2: 1442 MHz
Memory:    Array-1 capacity: 64 GB (check) devices: 2 EC: None
           Device-1: A1_DIMM0 size: 4 GB speed: 1066 MHz type: DDR3
           manufacturer: Samsung part: M471B5173QH0-YK0
           Device-2: A1_DIMM1 size: No Module Installed type: N/A
Graphics:  Card: Intel Atom Processor Z36xxx/Z37xxx Series Graphics & Display
           bus-ID: 00:02.0 chip-ID: 8086:0f31
           Display Server: X.Org 1.18.3 drivers: intel (unloaded: modesetting,fbdev,vesa)
           tty size: 1366x768@60.07hz
           GLX Renderer: Mesa DRI Intel Bay Trail
           GLX Version: 3.0 Mesa 11.2.0 Direct Rendering: Yes
Audio:     Card Intel Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0 chip-ID: 8086:0f04
           Sound: Advanced Linux Sound Architecture v: k4.4.0-31-generic
Network:   Card-1: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter
           driver: ath9k bus-ID: 02:00.0 chip-ID: 168c:0036
           IF: wlp2s0 state: up mac: <filter>
           Card-2: Realtek RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
           driver: r8169 v: 2.3LK-NAPI port: e000
           bus-ID: 03:00.0 chip-ID: 10ec:8136
           IF: enp3s0 state: down mac: <filter>
Drives:    HDD Total Size: 4.0GB (38.6% used)
           ID-1: USB /dev/sdb model: USB_Flash_Memory size: 4.0GB
          
           Optical: No optical drives detected.
Partition: ID-1: /cdrom size: 3.8G used: 1.5G (39%) fs: vfat dev: /dev/sdb1
           label: MIMI uuid: AE89-F804
           ID-2: / size: 1.9G used: 227M (12%) fs: overlay dev: /dev/cow
           label: N/A uuid: N/A
RAID:      System: supported: N/A
           No RAID devices: /proc/mdstat, md_mod kernel module present
           Unused Devices: none
Unmounted: ID-1: /dev/ram0 size: 0.07G label: N/A uuid: N/A
           ID-2: /dev/ram1 size: 0.07G label: N/A uuid: N/A
           ID-3: /dev/ram2 size: 0.07G label: N/A uuid: N/A
           ID-4: /dev/ram3 size: 0.07G label: N/A uuid: N/A
           ID-5: /dev/ram4 size: 0.07G label: N/A uuid: N/A
           ID-6: /dev/ram5 size: 0.07G label: N/A uuid: N/A
           ID-7: /dev/ram6 size: 0.07G label: N/A uuid: N/A
           ID-8: /dev/ram7 size: 0.07G label: N/A uuid: N/A
           ID-9: /dev/ram8 size: 0.07G label: N/A uuid: N/A
           ID-10: /dev/ram9 size: 0.07G label: N/A uuid: N/A
           ID-11: /dev/ram10 size: 0.07G label: N/A uuid: N/A
           ID-12: /dev/ram11 size: 0.07G label: N/A uuid: N/A
           ID-13: /dev/ram12 size: 0.07G label: N/A uuid: N/A
           ID-14: /dev/ram13 size: 0.07G label: N/A uuid: N/A
           ID-15: /dev/ram14 size: 0.07G label: N/A uuid: N/A
           ID-16: /dev/ram15 size: 0.07G label: N/A uuid: N/A
Sensors:   None detected - is lm-sensors installed and configured?
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb cdrom:[Ubuntu 16.04.1 LTS _Xenial Xerus_ - Release amd64 (20160719)]/ xenial main restricted universe multiverse
           deb http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
           deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
           deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
Processes: CPU: % used - Memory: MB / % used - top 10 active
           1: cpu: 4.5% command: firefox pid: 6890 mem: 270.32MB (7.1%)
           2: cpu: 1.4% command: soffice.bin pid: 7002 mem: 154.65MB (4.0%)
           3: cpu: 1.0% command: bash pid: 9718 mem: 4.33MB (0.1%)
           4: cpu: 0.6% command: gnome-terminal-server pid: 7065 mem: 34.03MB (0.8%)
           5: cpu: 0.3% command: sudo pid: 9717 mem: 4.47MB (0.1%)
           6: cpu: 0.2% command: compiz pid: 4340 mem: 99.12MB (2.6%)
           7: cpu: 0.2% command: Xorg pid: 3148 mem: 60.85MB (1.5%)
           8: cpu: 0.1% daemon: ~kworker/u4:4~ pid: 7280 mem: 0.00MB (0.0%)
           9: cpu: 0.1% daemon: ~kworker/u4:2~ pid: 6826 mem: 0.00MB (0.0%)
           10: cpu: 0.0% command: sed pid: 9775 mem: 0.98MB (0.0%)
           Memory: MB / % used - CPU: % used - top 10 active
           1: mem: 270.32MB (7.1%) command: firefox pid: 6890 cpu: 4.5%
           2: mem: 154.65MB (4.0%) command: soffice.bin pid: 7002 cpu: 1.4%
           3: mem: 99.12MB (2.6%) command: compiz pid: 4340 cpu: 0.2%
           4: mem: 88.64MB (2.3%) command: nm-applet pid: 4483 cpu: 0.0%
           5: mem: 60.85MB (1.5%) command: Xorg pid: 3148 cpu: 0.2%
           6: mem: 59.81MB (1.5%) command: evolution-calendar-factory pid: 4490 cpu: 0.0%
           7: mem: 52.39MB (1.3%) command: nautilus pid: 4481 cpu: 0.0%
           8: mem: 49.94MB (1.3%) command: evolution-calendar-factory-subprocess pid: 4626 cpu: 0.0%
           9: mem: 48.23MB (1.2%) command: evolution-calendar-factory-subprocess pid: 4615 cpu: 0.0%
           10: mem: 42.42MB (1.1%) command: hud-service pid: 4322 cpu: 0.0%
Info:      Processes: 202 Uptime: 20:01 Memory: 909.1/3803.8MB
           Init: systemd v: 229 runlevel: 5 default: 2 Gcc sys: 5.4.0
           Client: Shell (bash 4.3.461 running in bash) inxi: 2.3.8


_______________________________ UEFI settings _________________________________

Computer booted in UEFI mode for this session.


BootCurrent: 000F
Timeout: 3 seconds
BootOrder: 2003,2001
Boot0001* UEFI: IP4 Realtek PCIe FE Family Controller	PciRoot(0x0)/Pci(0x1c,0x2)/Pci(0x0,0x0)/MAC(0c54a53cc4fd,0)/IPv4(0.0.0.0:0<->0.0.0.0:0,0,0)..BO
Boot0002* UEFI: IP6 Realtek PCIe FE Family Controller	PciRoot(0x0)/Pci(0x1c,0x2)/Pci(0x0,0x0)/MAC(0c54a53cc4fd,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot0004* UEFI: IP6 Realtek PCIe FE Family Controller	PciRoot(0x0)/Pci(0x1c,0x2)/Pci(0x0,0x0)/MAC(0c54a53cc4fd,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot0008* UEFI: IP6 Realtek PCIe FE Family Controller	PciRoot(0x0)/Pci(0x1c,0x2)/Pci(0x0,0x0)/MAC(0c54a53cc4fd,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot000B* UEFI: IP6 Realtek PCIe FE Family Controller	PciRoot(0x0)/Pci(0x1c,0x2)/Pci(0x0,0x0)/MAC(0c54a53cc4fd,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot000C* UEFI: IP6 Realtek PCIe FE Family Controller	PciRoot(0x0)/Pci(0x1c,0x2)/Pci(0x0,0x0)/MAC(0c54a53cc4fd,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot000D* UEFI: IP4 Realtek PCIe FE Family Controller	PciRoot(0x0)/Pci(0x1c,0x2)/Pci(0x0,0x0)/MAC(0c54a53cc4fd,0)/IPv4(0.0.0.0:0<->0.0.0.0:0,0,0)..BO
Boot000E* UEFI: IP6 Realtek PCIe FE Family Controller	PciRoot(0x0)/Pci(0x1c,0x2)/Pci(0x0,0x0)/MAC(0c54a53cc4fd,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot000F* UEFI:  USB Flash MemoryPMAP	PciRoot(0x0)/Pci(0x14,0x0)/USB(2,0)/USB(1,0)/HD(1,MBR,0x4294967220,0x800,0x776800)..BO
Boot2001* EFI USB Device	RC
Boot2003* EFI Network	RC


vfat partitions details:
/dev/sdb1: LABEL="MIMI" UUID="AE89-F804" TYPE="vfat" PARTUUID="009f63b4-01"


__________________________________ Secure Boot ________________________________

Secure Boot disabled or not available on this system.




========================= Boot Information Details ============================

 => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.03 2010-10-22 ........>..sr>..........8...0...~.....~...f...M.f.f....f..0~....>E}.u......
    Boot sector info:  Syslinux looks at sector 7373432 of /dev/sdb1 for its 
                       second stage. SYSLINUX is installed in the  directory. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:         /boot/grub/grub.cfg  /EFI/BOOT/BOOTx64.EFI  
                       /EFI/BOOT/grubx64.efi  /casper/vmlinuz.efi  
                       /ldlinux.sys

_________________________=== Drive/Partition Info ===__________________________

Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 3.8 GiB, 4007657472 bytes, 7827456 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *          2,048     7,827,455     7,825,408   b W95 FAT32


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sdb1        AE89-F804                              vfat       MIMI

_________________________ "ls -l /dev/disk/by_id" output ______________________

total 0
lrwxrwxrwx 1 root root  9 May  8 14:21 usb-Multiple_Card_Reader_058F63666485-0:0 -> ../../sda
lrwxrwxrwx 1 root root  9 May  8 14:21 usb-_USB_Flash_Memory_000AEB5DB7B7B921430D0334-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 May  8 14:21 usb-_USB_Flash_Memory_000AEB5DB7B7B921430D0334-0:0-part1 -> ../../sdb1

________________________________ Mount points _________________________________

Device           Mount_Point              Type       Options
/dev/sdb1        /cdrom                              vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0       /rofs                               squashfs (ro,noatime)



_______________________________ Free disk space _______________________________

Filesystem     Mounted on Type      Size  Used Avail Use% IUse%
/cow           /          overlay   1.9G  227M  1.7G  12%    1%
/dev/loop0     /rofs      squashfs  1.4G  1.4G     0 100%  100%
/dev/sdb1      /cdrom     vfat      3.8G  1.5G  2.3G  39%     -




__________________________=== Boot Files Content ===___________________________


___________________________ sdb1/boot/grub/grub.cfg: ___________________________


if loadfont /boot/grub/font.pf2 ; then
	set gfxmode=auto
	insmod efi_gop
	insmod efi_uga
	insmod gfxterm
	terminal_output gfxterm
fi

set menu_color_normal=white/black
set menu_color_highlight=black/light-gray

menuentry "Try Ubuntu without installing" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
	initrd	/casper/initrd.lz
}
menuentry "Install Ubuntu" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
	initrd	/casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
	initrd	/casper/initrd.lz
}
menuentry "Check disc for defects" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  boot=casper integrity-check quiet splash ---
	initrd	/casper/initrd.lz
}

_________ Devices which don't seem to have a corresponding hard drive: _________

sda sdc 


===============================================================================
                          Running System Information                           
===============================================================================

______________________________ Kernel parameters ______________________________

BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---


_______________________________ Wireless Status _______________________________

0: Toshiba Bluetooth: Bluetooth
	Soft blocked: yes
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no


_________________________________ USB devices __________________________________

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 04f2:b3b1 Chicony Electronics Co., Ltd 
Bus 001 Device 006: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 001 Device 010: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102/2.0 / HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 5000M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 480M
    |__ Port 2: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
        |__ Port 1: Dev 10, If 0, Class=Mass Storage, Driver=usb-storage, 480M
        |__ Port 3: Dev 6, If 0, Class=Mass Storage, Driver=usb-storage, 480M
    |__ Port 3: Dev 3, If 0, Class=Video, Driver=uvcvideo, 480M
    |__ Port 3: Dev 3, If 1, Class=Video, Driver=uvcvideo, 480M


______________________________ Boot-up Statistics ______________________________

Startup finished in 7min 33.462s (firmware) + 7.464s (loader) + 7min 46.513s (kernel) + 3.708s (userspace) = 15min 31.149s


blame, first 10:
dev-sdb1.device          15.306s
dev-loop0.device         5.100s
upower.service           3.146s
NetworkManager.service   1.310s
accounts-daemon.service  1.266s
ModemManager.service     1.175s
networking.service       1.151s
console-setup.service    923ms
lvm2-monitor.service     896ms
systemd-logind.service   885ms


critical-chain:
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.

  1 graphical.target @3.567s
  2 multi-user.target @3.567s
  3 getty.target @3.567s
  4 getty@tty1.service @3.566s
  5 rc-local.service @3.427s +6ms
  6 network.target @3.402s
  7 NetworkManager.service @2.092s +1.310s
  8 dbus.service @1.743s
  9 basic.target @1.617s
 10 sockets.target @1.617s
 11 snapd.socket @1.595s +17ms
 12 sysinit.target @1.590s
 13 systemd-update-utmp.service @1.434s +73ms
 14 systemd-tmpfiles-setup.service @1.226s +37ms
 15 local-fs.target @1.219s
 16 tmp.mount @1.210s +5ms
 17 local-fs-pre.target @1.198s
 18 lvm2-monitor.service @301ms +896ms
 19 lvm2-lvmetad.service @756ms
 20 systemd-journald.socket @267ms
 21 -.mount @262ms
 22 system.slice @266ms
 23 -.slice @262ms


___________________________________ Modules Loaded ____________________________

Module                  Size  Used by
8250_dw                16384  0
8250_fintek            16384  0
ac97_bus               16384  1 snd_soc_core
ahci                   36864  0
ansi_cprng             16384  0
arc4                   16384  2
ath                    32768  3 ath9k_common,ath9k,ath9k_hw
ath3k                  20480  0
ath9k                 143360  0
ath9k_common           36864  1 ath9k
ath9k_hw              466944  2 ath9k_common,ath9k
autofs4                40960  2
bluetooth             520192  13 bnep,ath3k,btbcm,btrtl,btusb,rfcomm,btintel
bnep                   20480  2
btbcm                  16384  1 btusb
btintel                16384  1 btusb
btrfs                 987136  0
btrtl                  16384  1 btusb
btusb                  45056  0
ccm                    20480  1
cfg80211              565248  4 ath,ath9k_common,ath9k,mac80211
coretemp               16384  0
crc32_pclmul           16384  0
crct10dif_pclmul       16384  0
cryptd                 20480  0
ctr                    16384  1
dm_log                 20480  2 dm_region_hash,dm_mirror
dm_mirror              24576  0
dm_region_hash         24576  1 dm_mirror
drbg                   32768  1
drm                   360448  6 i915,drm_kms_helper
drm_kms_helper        147456  1 i915
dw_dmac                16384  0
dw_dmac_core           24576  1 dw_dmac
fb_sys_fops            16384  1 drm_kms_helper
fjes                   28672  0
hfs                    57344  0
hfsplus               106496  0
hid                   118784  1 i2c_hid
i2c_algo_bit           16384  1 i915
i2c_designware_core    20480  1 i2c_designware_platform
i2c_designware_platform    16384  0
i2c_hid                20480  0
i915                 1208320  5
input_leds             16384  0
intel_powerclamp       16384  0
intel_rapl             20480  0
intel_soc_dts_iosf     16384  0
irqbypass              16384  1 kvm
jfs                   180224  0
joydev                 20480  0
kvm                   536576  0
libahci                32768  1 ahci
libcrc32c              16384  1 xfs
lp                     20480  0
lpc_ich                24576  0
mac80211              737280  1 ath9k
mac_hid                16384  0
media                  24576  2 uvcvideo,videodev
mei                    98304  1 mei_txe
mei_txe                20480  0
mii                    16384  1 r8169
minix                  36864  0
msdos                  20480  0
nls_iso8859_1          16384  1
ntfs                   98304  0
overlay                49152  1
parport                49152  3 lp,ppdev,parport_pc
parport_pc             32768  0
ppdev                  20480  0
psmouse               126976  0
punit_atom_debug       16384  0
pwm_lpss               16384  1 pwm_lpss_platform
pwm_lpss_platform      16384  0
qnx4                   16384  0
r8169                  81920  0
raid6_pq              102400  1 btrfs
rfcomm                 69632  0
rfkill_gpio            16384  0
sdhci                  45056  1 sdhci_acpi
sdhci_acpi             16384  0
serio_raw              16384  0
shpchp                 36864  0
snd                    81920  20 snd_hda_codec_realtek,snd_soc_core,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_soc_sst_mfld_platform,snd_seq_device,snd_compress
snd_compress           20480  1 snd_soc_core
snd_hda_codec         135168  4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
snd_hda_codec_generic    77824  1 snd_hda_codec_realtek
snd_hda_codec_hdmi     53248  1
snd_hda_codec_realtek    86016  1
snd_hda_core           73728  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hda_intel          36864  3
snd_hwdep              16384  1 snd_hda_codec
snd_intel_sst_acpi     16384  0
snd_intel_sst_core     73728  1 snd_intel_sst_acpi
snd_pcm               106496  8 snd_soc_rt5640,snd_soc_core,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_soc_sst_mfld_platform,snd_pcm_dmaengine,snd_hda_core
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_rawmidi            32768  1 snd_seq_midi
snd_seq                69632  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_soc_core          212992  2 snd_soc_rt5640,snd_soc_sst_mfld_platform
snd_soc_rl6231         16384  1 snd_soc_rt5640
snd_soc_rt5640        114688  0
snd_soc_sst_acpi       16384  0
snd_soc_sst_mfld_platform    90112  1 snd_intel_sst_core
snd_timer              32768  2 snd_pcm,snd_seq
soundcore              16384  1 snd
sparse_keymap          16384  2 toshiba_wmi,toshiba_acpi
spi_pxa2xx_platform    24576  0
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
toshiba_acpi           40960  0
toshiba_bluetooth      16384  0
toshiba_wmi            16384  0
uas                    24576  0
ufs                    73728  0
usb_storage            69632  2 uas
uvcvideo               90112  0
v4l2_common            16384  1 videobuf2_v4l2
video                  40960  2 i915,toshiba_acpi
videobuf2_core         36864  2 uvcvideo,videobuf2_v4l2
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         28672  1 uvcvideo
videobuf2_vmalloc      16384  1 uvcvideo
videodev              176128  4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
wmi                    20480  2 toshiba_wmi,toshiba_acpi
xfs                   970752  0
xor                    24576  1 btrfs


______________________________ Additional Drivers _____________________________

== cpu-microcode.py ==
driver   : intel-microcode - distro non-free



__________________________________ Locales ___________________________________

locale command output:
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

/etc/default/locale:
LANG="en_US.UTF-8"

Active keyboard layout:
rules:      evdev
model:      pc105
layout:     fr

Default keyboard layout:
XKBMODEL="pc105"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"


_____________________________ Upgradable Packages _____________________________

Live Session


________________________ Package Configuration Pending ________________________

None


__________________________ Package Installation Pending _______________________

Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 458 not upgraded.


_________________________ Kernel Packages Installed __________________________

Package                              Version
linux-generic                        4.4.0.31.33
linux-headers-4.4.0-31               4.4.0-31.50
linux-headers-4.4.0-31-generic       4.4.0-31.50
linux-headers-generic                4.4.0.31.33
linux-image-4.4.0-31-generic         4.4.0-31.50
linux-image-extra-4.4.0-31-generic   4.4.0-31.50
linux-image-generic                  4.4.0.31.33
linux-signed-generic                 4.4.0.31.33
linux-signed-image-4.4.0-31-generic  4.4.0-31.50
linux-signed-image-generic           4.4.0.31.33


File list in /boot directory:
abi-4.4.0-31-generic
config-4.4.0-31-generic
grub
memtest86+.bin
memtest86+.elf
memtest86+_multiboot.bin
System.map-4.4.0-31-generic


_________________________________ System Logs ________________________________

Failed services:
  UNIT                  LOAD   ACTIVE SUB    DESCRIPTION
● smartd.service        loaded failed failed Self Monitoring and Reporting Technology (SMART) Daemon
● snapd.refresh.service loaded failed failed Automatically refresh installed snaps

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

2 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.


Selection of relevent log entries:
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ESRT=0xb7a02398  ACPI 2.0=0xb69ad000  ACPI=0xb69ad000  SMBIOS=0xb743ad98  MPS=0xb743ba18 
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20150930/tbfadt-623)
[    0.000000] ACPI: UEFI 0x00000000B69C8468 000042 (v01 TOSASU TOSASU00 00000000      00000000)
[    0.193305] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580)
[    0.193315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580)
[    0.200864] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
[    0.200876] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.307936] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.339021] ACPI : EC: GPE = 0x14, I/O: command/status = 0x66, data = 0x62
[    0.339803] SCSI subsystem initialized
[    9.552849] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    9.553788] efifb: probing for efifb
[    9.553814] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90000800000, using 1920k, total 1920k
[    9.553817] efifb: mode is 800x600x32, linelength=3200, pages=1
[    9.553819] efifb: scrolling: redraw
[    9.553823] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    9.560069] fb0: EFI VGA frame buffer device
[    9.612345] EFI Variables Facility v0.08 2004-May-17
[   10.065370] r8169 0000:03:00.0 (unnamed net_device) (uninitialized): rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
[   10.067836] scsi host0: ahci
[   10.100336] scsi host1: ahci
[   10.109545] fb: switching to inteldrmfb from EFI VGA
[   10.918822] scsi host2: usb-storage 1-2.1:1.0
[   10.919609] scsi host3: usb-storage 1-2.3:1.0
[   11.918337] scsi 2:0:0:0: Direct-Access              USB Flash Memory PMAP PQ: 0 ANSI: 0 CCS
[   11.918572] scsi 3:0:0:0: Direct-Access     Multiple Card  Reader     1.00 PQ: 0 ANSI: 4
[   11.919067] sd 3:0:0:0: Attached scsi generic sg0 type 0
[   11.919474] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   11.922156] sd 2:0:0:0: [sdb] 7827456 512-byte logical blocks: (4.01 GB/3.73 GiB)
[   11.922222] sd 3:0:0:0: [sda] Attached SCSI removable disk
[   11.927094] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[   20.125829] ata1: COMRESET failed (errno=-16)
[   30.151884] ata1: COMRESET failed (errno=-16)
[   35.488069] scsi host4: usb-storage 1-2.1:1.0
[   36.486903] scsi 4:0:0:0: Direct-Access              USB Flash Memory PMAP PQ: 0 ANSI: 0 CCS
[   36.487433] sd 4:0:0:0: Attached scsi generic sg1 type 0
[   36.488589] sd 4:0:0:0: [sdb] 7827456 512-byte logical blocks: (4.01 GB/3.73 GiB)
[   36.494151] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[   46.570684] scsi host5: usb-storage 1-2.1:1.0
[   47.570054] scsi 5:0:0:0: Direct-Access              USB Flash Memory PMAP PQ: 0 ANSI: 0 CCS
[   47.570577] sd 5:0:0:0: Attached scsi generic sg1 type 0
[   47.572738] sd 5:0:0:0: [sdb] 7827456 512-byte logical blocks: (4.01 GB/3.73 GiB)
[   47.577587] sd 5:0:0:0: [sdb] Attached SCSI removable disk
[   48.561267] scsi host6: usb-storage 1-2.1:1.0
[   49.560020] scsi 6:0:0:0: Direct-Access              USB Flash Memory PMAP PQ: 0 ANSI: 0 CCS
[   49.560543] sd 6:0:0:0: Attached scsi generic sg1 type 0
[   49.562350] sd 6:0:0:0: [sdb] 7827456 512-byte logical blocks: (4.01 GB/3.73 GiB)
[   49.567431] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[   62.488333] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   62.522268] ata1.00: failed to read native max address (err_mask=0x1)
[   62.563096] ata1.00: configured for UDMA/100 (device error ignored)
[   62.568625] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ABF0 3M   PQ: 0 ANSI: 5
[   62.569004] sd 0:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[   62.569077] sd 0:0:0:0: Attached scsi generic sg2 type 0
[   62.592655] ata1.00: exception Emask 0x1 SAct 0x800000 SErr 0x0 action 0x6
[   62.592771] ata1.00: failed command: READ FPDMA QUEUED
[   62.592830] ata1.00: cmd 60/08:b8:00:00:00/00:00:00:00:00/40 tag 23 ncq 4096 in
[   62.592978] ata1.00: status: { ERR }
[   62.593017] ata1.00: error: { ABRT }
[   62.593059] ata1: hard resetting link
[   72.618481] ata1: COMRESET failed (errno=-16)
[   72.618534] ata1: hard resetting link
[   82.644534] ata1: COMRESET failed (errno=-16)
[   82.644587] ata1: hard resetting link
[  115.093094] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  115.148295] ata1.00: configured for UDMA/100 (device error ignored)
[  115.173408] ata1.00: NCQ disabled due to excessive errors
[  115.173414] ata1.00: exception Emask 0x1 SAct 0x2000000 SErr 0x0 action 0x6
[  115.173530] ata1.00: failed command: READ FPDMA QUEUED
[  115.173589] ata1.00: cmd 60/08:c8:00:00:00/00:00:00:00:00/40 tag 25 ncq 4096 in
[  115.173737] ata1.00: status: { ERR }
[  115.173776] ata1.00: error: { ABRT }
[  115.173817] ata1: hard resetting link
[  125.199215] ata1: COMRESET failed (errno=-16)
[  125.199268] ata1: hard resetting link
[  135.225276] ata1: COMRESET failed (errno=-16)
[  135.225336] ata1: hard resetting link
[  167.609761] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  167.665216] ata1.00: configured for UDMA/100 (device error ignored)
[  198.064320] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  198.064398] ata1.00: failed command: READ DMA
[  198.064451] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 4 dma 4096 in
                        res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  198.064592] ata1.00: status: { DRDY }
[  198.064634] ata1: hard resetting link
[  208.090353] ata1: COMRESET failed (errno=-16)
[  208.090406] ata1: hard resetting link
[  218.116409] ata1: COMRESET failed (errno=-16)
[  218.116460] ata1: hard resetting link
[  240.406897] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  240.407061]  [<ffffffff815bdb93>] __scsi_remove_device+0xd3/0xe0
[  240.407065]  [<ffffffff815bc080>] scsi_forget_host+0x60/0x70
[  240.407070]  [<ffffffff815af987>] scsi_remove_host+0x77/0x110
[  240.407296] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  240.409365] Workqueue: events ata_scsi_dev_rescan
[  240.409419]  [<ffffffff815b9d79>] scsi_rescan_device+0x49/0x70
[  240.409423]  [<ffffffff815dc77d>] ata_scsi_dev_rescan+0xbd/0x120
[  240.413554] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  240.419725] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  240.426024] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  240.428201]  [<ffffffff8182cb45>] schedule_timeout+0x1b5/0x270
[  240.428216]  [<ffffffff81828f54>] io_schedule_timeout+0xa4/0x110
[  240.428264]  [<ffffffff813dc0d2>] efi_partition+0xf2/0x7d0
[  250.621021] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  250.676500] ata1.00: configured for UDMA/100 (device error ignored)
[  281.155656] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[  281.157826] ata1.00: failed command: READ DMA
[  281.159991] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 5 dma 4096 in
                        res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  281.164364] ata1.00: status: { DRDY }
[  281.166545] ata1: hard resetting link
[  291.189700] ata1: COMRESET failed (errno=-16)
[  291.191874] ata1: hard resetting link
[  301.215755] ata1: COMRESET failed (errno=-16)
[  301.217887] ata1: hard resetting link
[  333.664310] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  333.718769] ata1.00: failed to set xfermode (err_mask=0x1)
[  338.669321] ata1: hard resetting link
[  348.695377] ata1: COMRESET failed (errno=-16)
[  348.697522] ata1: hard resetting link
[  358.721432] ata1: COMRESET failed (errno=-16)
[  358.723541] ata1: hard resetting link
[  360.551532] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  360.553804]  [<ffffffff815bdb93>] __scsi_remove_device+0xd3/0xe0
[  360.553808]  [<ffffffff815bc080>] scsi_forget_host+0x60/0x70
[  360.553812]  [<ffffffff815af987>] scsi_remove_host+0x77/0x110
[  360.558360] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  360.560658] Workqueue: events ata_scsi_dev_rescan
[  360.560712]  [<ffffffff815b9d79>] scsi_rescan_device+0x49/0x70
[  360.560716]  [<ffffffff815dc77d>] ata_scsi_dev_rescan+0xbd/0x120
[  360.565339] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  360.572460] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  360.579741] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  360.582269]  [<ffffffff8182cb45>] schedule_timeout+0x1b5/0x270
[  360.582283]  [<ffffffff81828f54>] io_schedule_timeout+0xa4/0x110
[  360.582332]  [<ffffffff813dc0d2>] efi_partition+0xf2/0x7d0
[  391.113931] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  391.167741] ata1.00: failed to set xfermode (err_mask=0x1)
[  396.118944] ata1: hard resetting link
[  406.144997] ata1: COMRESET failed (errno=-16)
[  406.145003] ata1: hard resetting link
[  416.171054] ata1: COMRESET failed (errno=-16)
[  416.173475] ata1: hard resetting link
[  448.507494] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  448.561310] ata1.00: failed to set xfermode (err_mask=0x1)
[  448.579602] sd 0:0:0:0: [sdc] tag#6 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  448.579613] blk_update_request: I/O error, dev sdc, sector 0
[  448.582050] Buffer I/O error on dev sdc, logical block 0, async page read
[  448.584584] sd 0:0:0:0: [sdc] tag#7 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  448.584594] blk_update_request: I/O error, dev sdc, sector 0
[  448.587095] Buffer I/O error on dev sdc, logical block 0, async page read
[  448.589646] sd 0:0:0:0: [sdc] tag#8 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  448.589656] blk_update_request: I/O error, dev sdc, sector 0
[  448.592164] Buffer I/O error on dev sdc, logical block 0, async page read
[  448.594680] ldm_validate_partition_table(): Disk read failed.
[  448.594710] sd 0:0:0:0: [sdc] tag#9 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  448.594719] blk_update_request: I/O error, dev sdc, sector 0
[  448.597216] Buffer I/O error on dev sdc, logical block 0, async page read
[  448.599755] sd 0:0:0:0: [sdc] tag#10 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  448.599764] blk_update_request: I/O error, dev sdc, sector 0
[  448.602244] Buffer I/O error on dev sdc, logical block 0, async page read
[  448.604765] sd 0:0:0:0: [sdc] tag#11 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  448.604774] blk_update_request: I/O error, dev sdc, sector 0
[  448.607244] Buffer I/O error on dev sdc, logical block 0, async page read
[  448.609753] sd 0:0:0:0: [sdc] tag#12 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  448.609762] blk_update_request: I/O error, dev sdc, sector 0
[  448.612222] Buffer I/O error on dev sdc, logical block 0, async page read
[  448.617159] sd 0:0:0:0: [sdc] tag#13 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  448.617168] blk_update_request: I/O error, dev sdc, sector 0
[  448.619598] Buffer I/O error on dev sdc, logical block 0, async page read
[  448.622059] sd 0:0:0:0: [sdc] tag#14 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  448.622068] blk_update_request: I/O error, dev sdc, sector 0
[  448.624487] Buffer I/O error on dev sdc, logical block 0, async page read
[  448.626936] sd 0:0:0:0: [sdc] tag#15 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  448.626946] blk_update_request: I/O error, dev sdc, sector 24
[  448.629359] Buffer I/O error on dev sdc, logical block 3, async page read
[  448.632219] sd 0:0:0:0: [sdc] Read Capacity(16) failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  448.632289] sd 0:0:0:0: [sdc] Read Capacity(10) failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  448.632383] sd 0:0:0:0: [sdc] Attached SCSI disk
[  448.960109] scsi host7: usb-storage 1-2.1:1.0
[  449.961652] scsi 7:0:0:0: Direct-Access              USB Flash Memory PMAP PQ: 0 ANSI: 0 CCS
[  449.962227] sd 7:0:0:0: Attached scsi generic sg1 type 0
[  449.963255] sd 7:0:0:0: [sdb] 7827456 512-byte logical blocks: (4.01 GB/3.73 GiB)
[  449.969667] sd 7:0:0:0: [sdb] Attached SCSI removable disk
[  477.260344] usb 1-4: device descriptor read/64, error -110
[25774.696895] wlp2s0: RX AssocResp from 68:a3:78:85:42:ea (capab=0x411 status=0 aid=2)
[25812.718846] wlp2s0: RX AssocResp from 68:a3:78:85:42:ea (capab=0x411 status=0 aid=2)
[25837.924136] wlp2s0: RX AssocResp from 68:a3:78:85:42:ea (capab=0x411 status=0 aid=2)
[32860.892933] sd 0:0:0:0: [sdc] Start/Stop Unit failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[32862.141723] usb 1-2.3: reset high-speed USB device number 6 using xhci_hcd
[32862.730009] r8169 0000:03:00.0 enp3s0: rtl_phy_reset_cond == 1 (loop: 100, delay: 1).
[32871.963095] ata1: COMRESET failed (errno=-16)
[32881.981009] ata1: COMRESET failed (errno=-16)
[32891.494445] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[32891.502500] sd 0:0:0:0: [sdc] Start/Stop Unit failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[32892.703896] wlp2s0: RX AssocResp from 68:a3:78:85:42:ea (capab=0x411 status=0 aid=2)
[38830.025295] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO
[38830.027029] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO
[38830.027085] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO
[38830.027114] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO
[38830.028339] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO
[38830.028386] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO
[38830.433396] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO
[38830.433579] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO
[38830.433614] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO
[38830.433642] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO
[38830.433908] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO
[38830.433942] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO


_____________________________________ Xorg ____________________________________

xinput:
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPad              	id=10	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Power Button                            	id=8	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=9	[slave  keyboard (3)]
    ↳ TOSHIBA Web Camera - HD                 	id=11	[slave  keyboard (3)]


xrandr:
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
eDP1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 256mm x 144mm
   1366x768      60.07*+
   1360x768      59.80    59.96  
   1280x720      60.00  
   1024x768      60.00  
   1024x576      60.00  
   960x540       60.00  
   800x600       60.32    56.25  
   864x486       60.00  
   640x480       59.94  
   720x405       60.00  
   680x384       60.00  
   640x360       60.00  
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)


Selection of relevent log entries:
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   470.096] (==) No Layout section.  Using the first Screen section.
[   470.096] (==) No screen section available. Using defaults.
[   470.096] (**) |-->Screen "Default Screen Section" (0)
[   470.096] (**) |   |-->Monitor "<default monitor>"
[   470.097] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   470.115] (--) PCI:*(0:0:2:0) 8086:0f31:1179:fbb0 rev 10, Mem @ 0xc0000000/4194304, 0xd0000000/268435456, I/O @ 0x0000f080/8
[   470.115] (II) LoadModule: "glx"
[   470.138] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   470.248] (II) LoadModule: "intel"
[   470.249] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   470.325] (II) LoadModule: "modesetting"
[   470.325] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   470.339] (II) LoadModule: "fbdev"
[   470.340] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   470.340] (II) LoadModule: "vesa"
[   470.341] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   470.410] (WW) Falling back to old probe method for modesetting
[   470.411] (WW) Falling back to old probe method for fbdev
[   470.411] (II) Loading sub module "fbdevhw"
[   470.411] (II) LoadModule: "fbdevhw"
[   470.412] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   470.431] (WW) Falling back to old probe method for vesa
[   470.447] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   470.468] (II) intel(0): Output eDP1 has no monitor section
[   470.480] (II) intel(0): Output VGA1 has no monitor section
[   470.480] (II) intel(0): Output HDMI1 has no monitor section
[   470.480] (II) intel(0): Output DP1 has no monitor section
[   470.480] (II) intel(0): Output VIRTUAL1 has no monitor section
[   470.480] (II) Loading sub module "dri2"
[   470.481] (II) LoadModule: "dri2"
[   470.481] (II) Loading sub module "present"
[   470.481] (II) LoadModule: "present"
[   470.481] (II) UnloadModule: "modesetting"
[   470.481] (II) UnloadModule: "fbdev"
[   470.481] (II) UnloadModule: "vesa"
[   470.803] (II) GLX: Initialized DRI2 GL provider for screen 0
[   470.818] (II) intel(0): Setting screen physical size to 361 x 203
[   471.157] (II) LoadModule: "evdev"
[   471.158] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   471.189] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchscreen catchall"
[   471.189] (II) LoadModule: "synaptics"
[   471.189] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   471.313] (WW) config/udev: device Power Button already added. Ignoring.
[   471.319] (WW) config/udev: device SynPS/2 Synaptics TouchPad already added. Ignoring.
[   471.320] (WW) config/udev: device AT Translated Set 2 keyboard already added. Ignoring.
[   472.985] (WW) Option "xkb_variant" requires a string value
[   472.985] (WW) Option "xkb_options" requires a string value


GPU Manager logs:
log_file: /var/log/gpu-manager.log
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
can't access /run/u-d-c-nvidia-was-loaded file
can't access /run/u-d-c-fglrx-was-loaded file
Looking for fglrx modules in /lib/modules/4.4.0-31-generic/updates/dkms
Looking for nvidia modules in /lib/modules/4.4.0-31-generic/updates/dkms
Is nvidia loaded? no
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is fglrx loaded? no
Was fglrx unloaded? no
Is fglrx blacklisted? no
Is intel loaded? yes
Is radeon loaded? no
Is radeon blacklisted? no
Is amdgpu loaded? no
Is amdgpu blacklisted? no
Is nouveau loaded? no
Is nouveau blacklisted? no
Is fglrx kernel module available? no
Is nvidia kernel module available? no
Vendor/Device Id: 8086:f31
BusID "PCI:0@0:2:0"
Is boot vga? yes
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Found "/dev/dri/card0", driven by "i915"
output 0:
	eDP connector
Number of connected outputs for /dev/dri/card0: 1
Does it require offloading? yes
I couldn't open /var/lib/ubuntu-drivers-common/last_gfx_boot for reading.
Create /var/lib/ubuntu-drivers-common/last_gfx_boot for the 1st time
last cards number = 1
Has amd? no
Has intel? yes
Has nvidia? no
How many cards? 1
Has the system changed? Yes
main_arch_path x86_64-linux-gnu, other_arch_path i386-linux-gnu
Current alternative: /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf
Current core alternative: (null)
Current egl alternative: /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf
Is nvidia enabled? no
Is nvidia egl enabled? no
Is fglrx enabled? no
Is mesa enabled? yes
Is mesa egl enabled? yes
Is pxpress enabled? no
Is prime enabled? no
Is prime egl enabled? no
Is nvidia available? no
Is nvidia egl available? no
Is fglrx available? no
Is fglrx-core available? no
Is mesa available? yes
Is mesa egl available? yes
Is pxpress available? no
Is prime available? no
Is prime egl available? no
System configuration has changed
Single card detected
Nothing to do
No change - nothing to do


============================ Disks SMART Attributes ===========================



### USB disks: sda sdb

# Drive sda:
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

Read Device Identity failed: scsi error unsupported scsi opcode

A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.

# Drive sdb:
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

Read Device Identity failed: scsi error unsupported scsi opcode

A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.

Hors ligne

#37 Le 09/05/2017, à 09:26

Mimali

Re : lecture HDD en rack usb

Bougron a écrit :

Peux-tu donner le retour de

cat /etc/lsb-release

Peux-tu donner l'état actuel du disque SDA paragraphes 2.1 et 4 de https://doc.ubuntu-fr.org/smartmontools

ubuntu@ubuntu:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS"

Pour cette commande, apparement, encore un soucis

ubuntu@ubuntu:~$ sudo smartctl -c on -a /dev/sdb1
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

ERROR: smartctl takes ONE device name as the final command-line argument.
You have provided 2 device names:
on
/dev/sdb1

Use smartctl -h to get a usage summary

Hors ligne

#38 Le 09/05/2017, à 11:43

Bougron

Re : lecture HDD en rack usb

Bonjour

Pour la commande d'état du disque, tu as écrit

 sudo smartctl -c    etc....

. Si tu suis à la lettre la doc, tu verras ton erreur. Il faut

 sudo smartctl -s   etc......

. J'ai trouvé le résultat par le rapport bisnext.

USB disks

# Drive sda:
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

Read Device Identity failed: scsi error unsupported scsi opcode

A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.

# Drive sdb:
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

Read Device Identity failed: scsi error unsupported scsi opcode 

Tu as donc une connexion du style usb.
refais le smartctl en prenant les codifications du type usb. Commences en premier avec l'option scsi car c'est probablement la bonne.


Au fait, Où en es-tu avec cette commande?

ls -ls /media/$USER/sauv1 

Dernière modification par Bougron (Le 09/05/2017, à 12:12)

Hors ligne

#39 Le 09/05/2017, à 12:49

Mimali

Re : lecture HDD en rack usb

Bonjour Bougron,

Je commence a etre un peu noyé dans tout ca. J'essaye de te repondre au plus juste.
J'ai dut faire une faute de frappe oups

ubuntu@ubuntu:~$ sudo smartctl -s on -a /dev/sdb1
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               
Product:              USB Flash Memory
Revision:             PMAP
User Capacity:        4,007,657,472 bytes [4.00 GB]
Logical block size:   512 bytes
scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0
scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.

Concernant le rapport bisnext, la connexion de style USB a, j'imagine, rapport avec le fait que je sois sous linux avec une live usb, non?

j'imagine que c'est ce que tu attendais?

ubuntu@ubuntu:~$ sudo smartctl -s on -d scsi -a /dev/sdb1
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               
Product:              USB Flash Memory
Revision:             PMAP
User Capacity:        4,007,657,472 bytes [4.00 GB]
Logical block size:   512 bytes
scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0
scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.

Quant a la commande ls -ls /media/$user/sauv1 => ce n'etait pas reglé ca?

Hors ligne

#40 Le 09/05/2017, à 12:58

Bougron

Re : lecture HDD en rack usb

Attention, je suis perdu

SDB c'est une clé USB. Sa taille est de 4 Go. Ce n'est pas le disque qui contient windows.
Le disque qui contient windows est certainement SDA.
Donnes le retour de

sudo fdisk -l

Pour cette commande " ls -ls /media/$user/sauv1", à moins que j'ai zappé, tu n'as pas indiqué que tu pouvais voir enfin tes répertoires et tes fichiers et que tu avais réussis leur duplication ailleurs. Ce qui me semblait être le but.

Dernière modification par Bougron (Le 09/05/2017, à 13:01)

Hors ligne

#41 Le 09/05/2017, à 13:14

Mimali

Re : lecture HDD en rack usb

Oui, on est bien d'accord, mais j'aurai dit que le HDD etait sdb et la cle usb sdb1 (mais je me trompe peut etre)

j'ai aussi entré la commande pour verifier que le disque etait bien branché

ubuntu@ubuntu:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 04f2:b3b1 Chicony Electronics Co., Ltd 
Bus 001 Device 006: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 001 Device 010: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102/2.0 / HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sdb: 3.8 GiB, 4007657472 bytes, 7827456 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x009f63b4

Device     Boot Start     End Sectors  Size Id Type
/dev/sdb1  *     2048 7827455 7825408  3.7G  b W95 FAT32

Et non je n'ai toujours pas acces au repertoire et donc a mes fichiers, je commence grandement a croire que le hdd est HS et illisible

Hors ligne

#42 Le 09/05/2017, à 13:28

Bougron

Re : lecture HDD en rack usb

Je vais m'absenter.
Donnes le retour de

dmesg | grep sda

cela va permettre de regarder dans les traces du démarrage.   Actuellement il n'y a aucune  partition

Mais fais quand même la commande

sudo smartctl -s on -a /dev/sda

Dernière modification par Bougron (Le 09/05/2017, à 13:28)

Hors ligne

#43 Le 09/05/2017, à 13:37

Mimali

Re : lecture HDD en rack usb

ok ca marche, je continue a chercher de mon coté, merci smile

ubuntu@ubuntu:~$ dmesg | grep sda
[   11.922222] sd 3:0:0:0: [sda] Attached SCSI removable disk
ubuntu@ubuntu:~$ sudo smartctl -s on -a /dev/sda
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sda: Unknown USB bridge [0x058f:0x6366 (0x100)]
Please specify device type with the -d option.

Use smartctl -h to get a usage summary

A voir plutot ce rapport? Je sais pas si je me plante, mais il semblerai que le HDD soit plutot sdd, voici le rapport

ubuntu@ubuntu:~$ dmesg | grep sdd
[55217.395128] sd 8:0:0:0: [sdd] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[55217.395446] sd 8:0:0:0: [sdd] Write Protect is off
[55217.395454] sd 8:0:0:0: [sdd] Mode Sense: 28 00 00 00
[55217.395789] sd 8:0:0:0: [sdd] No Caching mode page found
[55217.395797] sd 8:0:0:0: [sdd] Assuming drive cache: write through
[55217.422925] sd 8:0:0:0: [sdd] Attached SCSI disk
ubuntu@ubuntu:~$ sudo smartctl -s on -a /dev/sdd
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-31-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Toshiba 2.5" HDD MK..59GSXP (AF)
Device Model:     TOSHIBA MK3259GSXP
Serial Number:    61DSC19YT
LU WWN Device Id: 5 000039 35408340d
Firmware Version: GN001U
User Capacity:    320,072,933,376 bytes [320 GB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5400 rpm
Form Factor:      2.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS (minor revision not indicated)
SATA Version is:  SATA 2.6, 3.0 Gb/s (current: 1.5 Gb/s)
Local Time is:    Tue May  9 12:51:00 2017 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Disabled

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		(  120) seconds.
Offline data collection
capabilities: 			 (0x5b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					No Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   2) minutes.
Extended self-test routine
recommended polling time: 	 ( 100) minutes.
SCT capabilities: 	       (0x003d)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000b   100   100   050    Pre-fail  Always       -       0
  2 Throughput_Performance  0x0005   100   100   050    Pre-fail  Offline      -       0
  3 Spin_Up_Time            0x0027   100   100   001    Pre-fail  Always       -       1718
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       3547
  5 Reallocated_Sector_Ct   0x0033   100   100   050    Pre-fail  Always       -       2040
  7 Seek_Error_Rate         0x000b   100   100   050    Pre-fail  Always       -       0
  8 Seek_Time_Performance   0x0005   100   100   050    Pre-fail  Offline      -       0
  9 Power_On_Hours          0x0032   097   097   000    Old_age   Always       -       1467
 10 Spin_Retry_Count        0x0033   170   100   030    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       3545
191 G-Sense_Error_Rate      0x0032   100   100   000    Old_age   Always       -       24
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       397
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       6918
194 Temperature_Celsius     0x0022   100   100   000    Old_age   Always       -       23 (Min/Max 9/57)
196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       91
197 Current_Pending_Sector  0x0032   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   253   000    Old_age   Always       -       5914
220 Disk_Shift              0x0002   100   100   000    Old_age   Always       -       87
222 Loaded_Hours            0x0032   099   099   000    Old_age   Always       -       545
223 Load_Retry_Count        0x0032   100   100   000    Old_age   Always       -       0
224 Load_Friction           0x0022   100   100   000    Old_age   Always       -       0
226 Load-in_Time            0x0026   100   100   000    Old_age   Always       -       363
240 Head_Flying_Hours       0x0001   100   100   001    Pre-fail  Offline      -       0

SMART Error Log Version: 1
ATA Error Count: 5917 (device log contains only the most recent five errors)
	CR = Command Register [HEX]
	FR = Features Register [HEX]
	SC = Sector Count Register [HEX]
	SN = Sector Number Register [HEX]
	CL = Cylinder Low Register [HEX]
	CH = Cylinder High Register [HEX]
	DH = Device/Head Register [HEX]
	DC = Device Command Register [HEX]
	ER = Error register [HEX]
	ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.

Error 5917 occurred at disk power-on lifetime: 1459 hours (60 days + 19 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  84 51 01 3f 7e 1a e0  Error: ICRC, ABRT 1 sectors at LBA = 0x001a7e3f = 1736255

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  25 00 80 c0 7d 1a e0 00      00:06:03.867  READ DMA EXT
  25 00 80 40 7d 1a e0 00      00:06:03.865  READ DMA EXT
  25 00 80 c0 7c 1a e0 00      00:06:03.863  READ DMA EXT
  25 00 80 40 7c 1a e0 00      00:06:03.861  READ DMA EXT
  25 00 80 c0 7b 1a e0 00      00:06:03.859  READ DMA EXT

Error 5916 occurred at disk power-on lifetime: 1319 hours (54 days + 23 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  84 51 01 66 44 57 e0  Error: ICRC, ABRT 1 sectors at LBA = 0x00574466 = 5719142

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  35 00 80 e7 43 57 e0 00      00:24:14.823  WRITE DMA EXT
  35 00 80 67 43 57 e0 00      00:24:14.740  WRITE DMA EXT
  35 00 80 e7 42 57 e0 00      00:24:14.738  WRITE DMA EXT
  35 00 80 67 42 57 e0 00      00:24:14.736  WRITE DMA EXT
  35 00 80 e7 41 57 e0 00      00:24:14.734  WRITE DMA EXT

Error 5915 occurred at disk power-on lifetime: 1319 hours (54 days + 23 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  84 51 01 e6 b0 54 e0  Error: ICRC, ABRT 1 sectors at LBA = 0x0054b0e6 = 5550310

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  35 00 80 67 b0 54 e0 00      00:24:00.035  WRITE DMA EXT
  35 00 80 e7 af 54 e0 00      00:24:00.033  WRITE DMA EXT
  35 00 80 67 af 54 e0 00      00:24:00.016  WRITE DMA EXT
  35 00 80 e7 ae 54 e0 00      00:24:00.014  WRITE DMA EXT
  ef 03 45 00 00 00 a0 00      00:23:59.857  SET FEATURES [Set transfer mode]

Error 5914 occurred at disk power-on lifetime: 1319 hours (54 days + 23 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  84 51 01 66 af 54 e0  Error: ICRC, ABRT 1 sectors at LBA = 0x0054af66 = 5549926

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  35 00 80 e7 ae 54 e0 00      00:23:59.597  WRITE DMA EXT
  35 00 80 67 ae 54 e0 00      00:23:59.595  WRITE DMA EXT
  35 00 80 e7 ad 54 e0 00      00:23:59.593  WRITE DMA EXT
  35 00 80 67 ad 54 e0 00      00:23:59.591  WRITE DMA EXT
  35 00 08 6f 2b 4e e0 00      00:23:59.569  WRITE DMA EXT

Error 5913 occurred at disk power-on lifetime: 1079 hours (44 days + 23 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  84 51 01 e6 ea 49 e0  Error: ICRC, ABRT 1 sectors at LBA = 0x0049eae6 = 4844262

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  35 00 80 67 ea 49 e0 00      00:02:46.981  WRITE DMA EXT
  35 00 01 63 2a 01 e0 00      00:02:45.274  WRITE DMA EXT
  35 00 01 5f 00 00 e0 00      00:02:45.274  WRITE DMA EXT
  35 00 01 3f 00 00 e0 00      00:02:45.273  WRITE DMA EXT
  ef 03 45 00 00 00 a0 00      00:02:45.271  SET FEATURES [Set transfer mode]

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

Dernière modification par Mimali (Le 09/05/2017, à 13:52)

Hors ligne

#44 Le 09/05/2017, à 18:26

Bougron

Re : lecture HDD en rack usb

Effectivement, il y a toutes les chances que  SDG  soit de disque dur
Il n'est pas en trop mauvais état

  5 Reallocated_Sector_Ct   0x0033   100   100   050    Pre-fail  Always       -       2040
  9 Power_On_Hours          0x0032   097   097   000    Old_age   Always       -       1467
197 Current_Pending_Sector  0x0032   100   100   000    Old_age   Always       -       0

Error 5917 occurred at disk power-on lifetime: 1459 hours (60 days + 19 hours)
Error 5916 occurred at disk power-on lifetime: 1319 hours (54 days + 23 hours)

pour identifier  la partition de windows

sudo blkid   | grep sdg
sudo fdisk -l  | grep sdg

Je pense que tu pourras en faire le montage lorsque tu auras identifié le  bon n°
Fabriquer le point de montage

sudo mkdir   -v    -p   /media/$USER/sauv2

Monter la partition (en lecture seule) :
On va la démonter au cas ou elle serait encore montée.   Il faut que tu remplaces X par le bon N°

sudo   umount   -v   /dev/sdgX
sudo mount     -v     -t "ntfs" -o  ro /dev/sdgX /media/$USER/sauv2

et tu regardes si tu vois des répertoires

ls   -ls    /media/$USER/sauv2

Dernière modification par Bougron (Le 09/05/2017, à 18:35)

Hors ligne

#45 Le 09/05/2017, à 19:42

Mimali

Re : lecture HDD en rack usb

j'ai dut eteindre le pc cet aprem, est ce qu'il faut reinstaler quelque chose, recreer un repertoire...?

J'ai relu tout ce qu'on a fait jusqu'ici, et je crois constater que tout a ete fait en rapport avec sdb, qui apparait etre ma clé (live) usb
Donc en fait, mon HDD interne n'a pas l'air d'etre detecté (ou lu)

Tout a l'heure j'ai trouvé sdd qui s'emblait etre mon HDD, mais qui a disparu de la circulation depuis. Je ne sais pas quand/comment il est apparu et disparu.
Là, mes commandes ne donnent pas de retour avec sdd ou sdg
je suis perplexe

Dernière modification par Mimali (Le 09/05/2017, à 20:30)

Hors ligne

#46 Le 09/05/2017, à 22:50

Bougron

Re : lecture HDD en rack usb

Bonsoir
Pas facile de savoir. Je vais être moins disponible pendant une quinzaine. A tout hasard, et pour avoir une idée.

dmesg | grep sd

Hors ligne

#47 Le 10/05/2017, à 09:18

Mimali

Re : lecture HDD en rack usb

bonjour et merci pour le temps que tu m'a accordé.
Pas de probleme, j'en profite depuis hier pour faire des recherche et apprendre a maitriser linux et ses commandes.

ubuntu@ubuntu:~$ dmesg | grep sd
[    9.821237] sdhci: Secure Digital Host Controller Interface driver
[    9.821243] sdhci: Copyright(c) Pierre Ossman
[   11.915204] sd 3:0:0:0: Attached scsi generic sg0 type 0
[   11.915590] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   11.918881] sd 2:0:0:0: [sdb] 7827456 512-byte logical blocks: (4.01 GB/3.73 GiB)
[   11.919121] sd 2:0:0:0: [sdb] Write Protect is off
[   11.919128] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[   11.919187] sd 3:0:0:0: [sda] Attached SCSI removable disk
[   11.919315] sd 2:0:0:0: [sdb] No Caching mode page found
[   11.919395] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[   11.922721]  sdb: sdb1
[   11.923729] sd 2:0:0:0: [sdb] Attached SCSI removable disk

Hors ligne

#48 Le 11/05/2017, à 14:13

Bougron

Re : lecture HDD en rack usb

Bonjour
La trace ne montre la vue que de SDA dans lequel on ne voit pas de partition
                                          et de SDB dans lequel on voit la partition SDB1
Comme ton disque dur n'est pas vu..... On ne peut rien faire dessus
Est-il bien connecté? Bien alimenté?       Cela sent le faux-contact.

Hors ligne

#49 Le 11/05/2017, à 19:26

Mimali

Re : lecture HDD en rack usb

Bonjour,
Oui il est bien branché et alimenté puisqu'il tourne au demarage a coup de clac clac clac.
Je pense qu'il est illisible,donc j'abandonne, on ne fera pas mieux sous ubuntu.
Je vais reparer windows 8 et essayer de recuperer depuis la, car il me semble que la partition est passée en RAW.
Données recuperée ou pas, je passerai ensuite definitivement sur ubuntu.

J'ai justement posté un message sur le forum pour etre guidée pour cette reparation, car j'ai bcp de mal avec les tutos, c'est pas toujours tres clair pour moi.

Je te donnerai tout de meme un retour pour te dire si j'ai reussi a recuperer les données ou non.
Merci a toi (et aux autres qui ont aidé)

Hors ligne

#50 Le 11/05/2017, à 19:38

Bougron

Re : lecture HDD en rack usb

Mimali a écrit :

Bonjour,
Oui il est bien branché et alimenté puisqu'il tourne au démarage a coup de clac clac clac.

C'est très mauvais:   Certainement: Tête de lecture collée.

Dernière modification par Bougron (Le 11/05/2017, à 19:51)

Hors ligne