#2 Le 08/06/2017, à 09:55
- abelthorne
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Le dossier de la corbeille est un dossier caché .Trash-xxx, où xxx correspond à l'id de l'utilisateur et qui doit lui appartenir. Ça peut poser problème sur les partitions qui sont formatées avec un système de fichiers non Linux (les plus courants étant le NTFS et la FAT, formats Windows) selon la façon dont elles sont montées par le système car elles ne gèrent pas les permissions comme attendu par Linux.
Donc, première question : à quel format est la partition concernée ? Deuxième question : comment est-elle montée (via le fstab, via le gestionnaire de fichiers...) ?
Dernière modification par abelthorne (Le 08/06/2017, à 09:56)
Hors ligne
#3 Le 08/06/2017, à 09:56
- malbo
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Bonjour,
Je te prie de faire un Boot-Info depuis une session de ton Xubuntu installé et de donner l'URL de ce Boot-Info dans ta réponse. Tu préciseras dans quelle partition se trouve le dossier que tu veux supprimer.
Hors ligne
#4 Le 08/06/2017, à 10:37
- Rahnnu
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Bonjour
@abelthorne,
Le format de la partition est NTFS et elle est monté avec FSTAB.
#5 Le 08/06/2017, à 10:51
- MicP
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Bonjour
Si le message indique qu'il est "impossible de trouver ou créer le répertoire de la corbeille"
c'est que le compte utilisateur qui essaye de supprimer un fichier dans le système de fichiers concerné n'a pas le droit en écriture sur la racine de ce système de fichiers,
et que le répertoire de la corbeille concernant ce compte utilisateur est inexistant à la racine de ce système de fichiers.
J'ai bien précisé : "la racine", car il pourrait très bien avoir le droit d'écrire et de suppression des fichiers et sous-répertoires d'un des répertoires déjà créés à la racine de ce système de fichiers
sans pour autant avoir le droit d'écriture à la racine de ce système de fichiers.
Dernière modification par MicP (Le 08/06/2017, à 10:51)
Hors ligne
#6 Le 08/06/2017, à 10:56
- Rahnnu
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Bonjour
@MicP,
J'arrive bien à supprimer des dossiers et fichiers sous Xubuntu
Mais impossible sur les disque dur monté !
#7 Le 08/06/2017, à 11:10
- Rahnnu
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Re
@malbo,
Voici le résultat: http://paste.ubuntu.com/24807010/
Partitions:
Ludovic
MultiMédia
Voici mon fstab:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sde1 during installation
UUID=9053e249-c505-473c-9f1c-66961a0173de / ext4 errors=remount-ro 0 1
# /dev/sdb1 on /media/ludovic/Ludovic
UUID=F46432096431CEDC /media/ludovic/Ludovic ntfs-3g defaults 0 0
# /dev/sdc1 on /media/ludovic/MultiMédia
UUID=9E149A9B149A764D /media/ludovic/MultiMédia ntfs-3g defaults 0 0
Dernière modification par Rahnnu (Le 08/06/2017, à 11:13)
#8 Le 08/06/2017, à 11:26
- abelthorne
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Si tu veux une corbeille, il faudrait monter la partition de façon à ce que les fichiers appartiennent à ton utilisateur et pas à root :
UUID=9E149A9B149A764D /media/ludovic/MultiMédia ntfs-3g rw,auto,exec,uid=1000,gid=1000,umask=000,utf8,codepage=850 0 0
(En supposant que c'est le premier utilisateur créé, qui a l'id 1000.)
Une fois que c'est fait, tu devrais pouvoir créer le dossier de la corbeille :
mkdir /media/ludovic/MultiMédia/.Trash-1000
mkdir -p /media/ludovic/MultiMédia/.Trash-1000/expunged /media/ludovic/MultiMédia/.Trash-1000/files /media/ludovic/MultiMédia/.Trash-1000/info
Faire éventuellement la même chose pour la partition montée sur /media/ludovic/Ludovic.
Bien sûr, si tu as plusieurs utilisateurs sur le PC, ça se complique parce qu'ils ne pourront pas avoir leur corbeille et les fichiers sur la partition appartiendront forcément à l'utilisateur "ludovic". Dans ce cas, je ne pense pas qu'il y ait d'autre solution que d'utiliser un système de fichiers Linux qui gère les permissions comme il faut (ext4...), ce qui implique de reformater la partition (les données dessus seront perdues) et la rendra illisible par d'autres OS.
Dernière modification par abelthorne (Le 08/06/2017, à 11:27)
Hors ligne
#9 Le 08/06/2017, à 11:35
- Rahnnu
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Re
@abelthorne,
Ha oui c'est vrai !
Mais avec cette commande ça marche aussi non ?
ntfs-3g rw,user,auto,exec,gid=100,uid=1000,umask=002,utf8,codepage=850,shortname=mixed 0 0
Dernière modification par Rahnnu (Le 08/06/2017, à 11:52)
#10 Le 08/06/2017, à 11:36
- malbo
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Ton Boot-Info est là :
Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
============================= Boot Info Summary: ===============================
=> Windows 7/8/2012 is installed in the MBR of /dev/sda.
=> libparted MBR boot code is installed in the MBR of /dev/sdb.
=> No boot loader is installed in the MBR of /dev/sdc.
=> libparted MBR boot code is installed in the MBR of /dev/sdd.
=> Grub2 (v2.00) is installed in the MBR of /dev/sde and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sda2: __________________________________________________________________________
File system: vfat
Boot sector type: Windows 8/2012: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/Boot/bootx64.efi /EFI/Microsoft/Boot/bootmgfw.efi
/EFI/Microsoft/Boot/bootmgr.efi
/EFI/Microsoft/Boot/memtest.efi
sda3: __________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
Mounting failed: mount: unknown filesystem type ''
sda4: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /Windows/System32/winload.exe
sdb1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdc1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdd1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sde1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 16.04.2 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
/boot/grub/i386-pc/core.img
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 489.1 GiB, 525112713216 bytes, 1025610768 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: gpt
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 1 4,294,967,295 4,294,967,295 ee GPT
/dev/sda1 ends after the last sector of /dev/sda
GUID Partition Table detected.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sda1 + R 2,048 923,647 921,600 Windows Recovery Environment (Windows)
/dev/sda2 + 923,648 1,126,399 202,752 EFI System partition
/dev/sda3 + 1,126,400 1,159,167 32,768 Microsoft Reserved Partition (Windows)
/dev/sda4 1,159,168 1,025,609,727 1,024,450,560 Data partition (Windows/Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 1.8 TiB, 2000398934016 bytes, 3907029168 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
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 2,048 3,907,026,943 3,907,024,896 7 NTFS / exFAT / HPFS
Drive: sdc _____________________________________________________________________
Disk /dev/sdc: 931.5 GiB, 1000204886016 bytes, 1953525168 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/sdc1 63 1,953,520,064 1,953,520,002 7 NTFS / exFAT / HPFS
Drive: sdd _____________________________________________________________________
Disk /dev/sdd: 465.8 GiB, 500107862016 bytes, 976773168 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
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdd1 2,048 976,769,023 976,766,976 7 NTFS / exFAT / HPFS
Drive: sde _____________________________________________________________________
Disk /dev/sde: 28.7 GiB, 30752000000 bytes, 60062500 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/sde1 2,048 60,061,695 60,059,648 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 10887A79887A5CE2 ntfs Récupération
/dev/sda2 607B-3577 vfat
/dev/sda3
/dev/sda4 4A50900C5090013D ntfs Windows
/dev/sdb1 F46432096431CEDC ntfs Ludovic
/dev/sdc1 9E149A9B149A764D ntfs MultiMédia
/dev/sdd1 02204F54204F4E3B ntfs Divers
/dev/sde1 9053e249-c505-473c-9f1c-66961a0173de ext4 Xubuntu
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Jun 8 11:51 ata-ATAPI_iHAS124_F_3524728_2E7612513771 -> ../../sr0
lrwxrwxrwx 1 root root 9 Jun 8 12:04 ata-Crucial_CT525MX300SSD1_162813454A20 -> ../../sda
lrwxrwxrwx 1 root root 10 Jun 8 12:05 ata-Crucial_CT525MX300SSD1_162813454A20-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 8 12:04 ata-Crucial_CT525MX300SSD1_162813454A20-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jun 8 12:04 ata-Crucial_CT525MX300SSD1_162813454A20-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jun 8 12:05 ata-Crucial_CT525MX300SSD1_162813454A20-part4 -> ../../sda4
lrwxrwxrwx 1 root root 9 Jun 8 12:04 ata-HGST_HTS725050A7E630_TF1500Y928XE1M -> ../../sdd
lrwxrwxrwx 1 root root 10 Jun 8 12:05 ata-HGST_HTS725050A7E630_TF1500Y928XE1M-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 9 Jun 8 12:04 ata-ST2000DM001-1CH164_W1E54JA3 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jun 8 12:04 ata-ST2000DM001-1CH164_W1E54JA3-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Jun 8 12:04 ata-WDC_WD10EARS-00MVWB0_WD-WCAZA4554394 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jun 8 12:04 ata-WDC_WD10EARS-00MVWB0_WD-WCAZA4554394-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Jun 8 12:04 usb-SanDisk_Ultra_USB_3.0_4C530001180109109400-0:0 -> ../../sde
lrwxrwxrwx 1 root root 10 Jun 8 12:04 usb-SanDisk_Ultra_USB_3.0_4C530001180109109400-0:0-part1 -> ../../sde1
lrwxrwxrwx 1 root root 9 Jun 8 12:04 wwn-0x5000c5006a601834 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jun 8 12:04 wwn-0x5000c5006a601834-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Jun 8 12:04 wwn-0x5000cca76ce03caa -> ../../sdd
lrwxrwxrwx 1 root root 10 Jun 8 12:05 wwn-0x5000cca76ce03caa-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 9 Jun 8 12:04 wwn-0x50014ee2058fde56 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jun 8 12:04 wwn-0x50014ee2058fde56-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Jun 8 12:04 wwn-0x500a075113454a20 -> ../../sda
lrwxrwxrwx 1 root root 10 Jun 8 12:05 wwn-0x500a075113454a20-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 8 12:04 wwn-0x500a075113454a20-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jun 8 12:04 wwn-0x500a075113454a20-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jun 8 12:05 wwn-0x500a075113454a20-part4 -> ../../sda4
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sdb1 /media/ludovic/Ludovic fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdc1 /media/ludovic/MultiMédia fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sde1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
=========================== sde1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd4,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint='hd4,msdos1' 9053e249-c505-473c-9f1c-66961a0173de
else
search --no-floppy --fs-uuid --set=root 9053e249-c505-473c-9f1c-66961a0173de
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=fr_FR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=10
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=10
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-9053e249-c505-473c-9f1c-66961a0173de' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd4,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint='hd4,msdos1' 9053e249-c505-473c-9f1c-66961a0173de
else
search --no-floppy --fs-uuid --set=root 9053e249-c505-473c-9f1c-66961a0173de
fi
linux /boot/vmlinuz-4.4.0-79-generic root=UUID=9053e249-c505-473c-9f1c-66961a0173de ro quiet splash $vt_handoff
initrd /boot/initrd.img-4.4.0-79-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-9053e249-c505-473c-9f1c-66961a0173de' {
menuentry 'Ubuntu, avec Linux 4.4.0-79-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-79-generic-advanced-9053e249-c505-473c-9f1c-66961a0173de' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd4,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint='hd4,msdos1' 9053e249-c505-473c-9f1c-66961a0173de
else
search --no-floppy --fs-uuid --set=root 9053e249-c505-473c-9f1c-66961a0173de
fi
echo 'Chargement de Linux 4.4.0-79-generic…'
linux /boot/vmlinuz-4.4.0-79-generic root=UUID=9053e249-c505-473c-9f1c-66961a0173de ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-79-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-79-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-79-generic-init-upstart-9053e249-c505-473c-9f1c-66961a0173de' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd4,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint='hd4,msdos1' 9053e249-c505-473c-9f1c-66961a0173de
else
search --no-floppy --fs-uuid --set=root 9053e249-c505-473c-9f1c-66961a0173de
fi
echo 'Chargement de Linux 4.4.0-79-generic…'
linux /boot/vmlinuz-4.4.0-79-generic root=UUID=9053e249-c505-473c-9f1c-66961a0173de ro quiet splash $vt_handoff init=/sbin/upstart
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-79-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-79-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-79-generic-recovery-9053e249-c505-473c-9f1c-66961a0173de' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd4,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint='hd4,msdos1' 9053e249-c505-473c-9f1c-66961a0173de
else
search --no-floppy --fs-uuid --set=root 9053e249-c505-473c-9f1c-66961a0173de
fi
echo 'Chargement de Linux 4.4.0-79-generic…'
linux /boot/vmlinuz-4.4.0-79-generic root=UUID=9053e249-c505-473c-9f1c-66961a0173de ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-79-generic
}
menuentry 'Ubuntu, avec Linux 4.4.0-78-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-78-generic-advanced-9053e249-c505-473c-9f1c-66961a0173de' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd4,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint='hd4,msdos1' 9053e249-c505-473c-9f1c-66961a0173de
else
search --no-floppy --fs-uuid --set=root 9053e249-c505-473c-9f1c-66961a0173de
fi
echo 'Chargement de Linux 4.4.0-78-generic…'
linux /boot/vmlinuz-4.4.0-78-generic root=UUID=9053e249-c505-473c-9f1c-66961a0173de ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-78-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-78-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-78-generic-init-upstart-9053e249-c505-473c-9f1c-66961a0173de' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd4,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint='hd4,msdos1' 9053e249-c505-473c-9f1c-66961a0173de
else
search --no-floppy --fs-uuid --set=root 9053e249-c505-473c-9f1c-66961a0173de
fi
echo 'Chargement de Linux 4.4.0-78-generic…'
linux /boot/vmlinuz-4.4.0-78-generic root=UUID=9053e249-c505-473c-9f1c-66961a0173de ro quiet splash $vt_handoff init=/sbin/upstart
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-78-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-78-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-78-generic-recovery-9053e249-c505-473c-9f1c-66961a0173de' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd4,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint='hd4,msdos1' 9053e249-c505-473c-9f1c-66961a0173de
else
search --no-floppy --fs-uuid --set=root 9053e249-c505-473c-9f1c-66961a0173de
fi
echo 'Chargement de Linux 4.4.0-78-generic…'
linux /boot/vmlinuz-4.4.0-78-generic root=UUID=9053e249-c505-473c-9f1c-66961a0173de ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-78-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== sde1/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sde1 during installation
UUID=9053e249-c505-473c-9f1c-66961a0173de / ext4 errors=remount-ro 0 1
# /dev/sdb1 on /media/ludovic/Ludovic
UUID=F46432096431CEDC /media/ludovic/Ludovic ntfs-3g defaults 0 0
# /dev/sdc1 on /media/ludovic/MultiMédia
UUID=9E149A9B149A764D /media/ludovic/MultiMédia ntfs-3g defaults 0 0
--------------------------------------------------------------------------------
=================== sde1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
0.227745056 = 0.244539392 boot/grub/grub.cfg 1
0.733894348 = 0.788013056 boot/grub/i386-pc/core.img 1
5.726325989 = 6.148595712 boot/vmlinuz-4.4.0-78-generic 1
9.293678284 = 9.979011072 boot/vmlinuz-4.4.0-79-generic 1
9.293678284 = 9.979011072 vmlinuz 1
5.726325989 = 6.148595712 vmlinuz.old 1
7.454097748 = 8.003776512 boot/initrd.img-4.4.0-78-generic 5
10.736843109 = 11.528597504 boot/initrd.img-4.4.0-79-generic 3
10.736843109 = 11.528597504 initrd.img 3
7.454097748 = 8.003776512 initrd.img.old 5
======================== Unknown MBRs/Boot Sectors/etc: ========================
/dev/sda1: unknown GPT attributes
8000000000000001
/dev/sda2: unknown GPT attributes
8000000000000000
/dev/sda3: unknown GPT attributes
8000000000000000
ADDITIONAL INFORMATION :
=================== log of boot-info 2017-06-08__12h04 ===================
boot-info version : 4ppa40
boot-sav version : 4ppa40
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa40
boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic root=UUID=9053e249-c505-473c-9f1c-66961a0173de ro quiet splash vt.handoff=7
=================== os-prober:
/dev/sde1:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux
=================== blkid:
/dev/sda1: LABEL="RM-CM-)cupM-CM-)ration" UUID="10887A79887A5CE2" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="6cb6cc65-80b6-4b78-9f30-da2999b8dbba"
/dev/sda2: UUID="607B-3577" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="0d4a562e-71d4-45fe-b6a2-612db616470d"
/dev/sda4: LABEL="Windows" UUID="4A50900C5090013D" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="bdfb311a-03b7-4255-af6f-c106b454f507"
/dev/sdc1: LABEL="MultiMM-CM-)dia" UUID="9E149A9B149A764D" TYPE="ntfs" PARTUUID="037816ef-01"
/dev/sdb1: LABEL="Ludovic" UUID="F46432096431CEDC" TYPE="ntfs" PARTUUID="c4fc5420-01"
/dev/sdd1: LABEL="Divers" UUID="02204F54204F4E3B" TYPE="ntfs" PARTUUID="2f6f06c5-01"
/dev/sde1: LABEL="Xubuntu" UUID="9053e249-c505-473c-9f1c-66961a0173de" TYPE="ext4" PARTUUID="8b84daa9-01"
/dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="0565f07f-ac9b-49d6-8b36-fffc9fee24da"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
Windows not detected by os-prober on sda4.
=================== /etc/grub.d/ :
drwxr-xr-x. 2 root root 4096 mai 4 14:53 grub.d
drwxr-xr-x 2 root root 4096 avril 14 18:55 grub.d.bak
total 76
-rwxr-xr-x. 1 root root 9791 mars 24 07:32 00_header
-rwxr-xr-x. 1 root root 6258 mars 15 2016 05_debian_theme
-rwxr-xr-x. 1 root root 12512 mars 24 07:32 10_linux
-rwxr-xr-x. 1 root root 11082 mars 24 07:32 20_linux_xen
-rwxr-xr-x. 1 root root 11692 mars 24 07:32 30_os-prober
-rwxr-xr-x. 1 root root 1418 mars 24 07:32 30_uefi-firmware
-rwxr-xr-x. 1 root root 214 mars 24 07:32 40_custom
-rwxr-xr-x. 1 root root 216 mars 24 07:32 41_custom
-rw-r--r--. 1 root root 483 mars 24 07:32 README
=================== /etc/default/grub :
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
=================== No kernel in /mnt/boot-sav/sda2/boot:
EASLINUX.DAT
Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda2/EFI/Boot/bootx64.efi
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, but it is not setup in EFI-mode for this installed-session.
EFI in dmesg.
[ 0.000000] ACPI: UEFI 0x000000008A71D130 000042 (v01 INTEL EDK2 00000002 01000013)
SecureBoot disabled.
=================== PARTITIONS & DISKS:
sde1 : sde, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, .
sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-kernel, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
sda4 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda4.
sdc1 : sdc, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /media/ludovic/MultiMédia.
sdb1 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /media/ludovic/Ludovic.
sdd1 : sdd, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sdd1.
sde : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, has-os, 2048 sectors * 512 bytes
sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
sdc : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, no-os, 63 sectors * 512 bytes
sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, no-os, 2048 sectors * 512 bytes
sdd : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, no-os, 2048 sectors * 512 bytes
=================== parted -l:
Model: ATA Crucial_CT525MX3 (scsi)
Disk /dev/sda: 525GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 473MB 472MB ntfs Basic data partition hidden, diag
2 473MB 577MB 104MB fat32 EFI system partition boot, esp
3 577MB 593MB 16.8MB Microsoft reserved partition msftres
4 593MB 525GB 525GB ntfs Basic data partition msftdata
Model: ATA ST2000DM001-1CH1 (scsi)
Disk /dev/sdb: 2000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 2000GB 2000GB primary ntfs
Model: ATA WDC WD10EARS-00M (scsi)
Disk /dev/sdc: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 32.3kB 1000GB 1000GB primary ntfs
Model: ATA HGST HTS725050A7 (scsi)
Disk /dev/sdd: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 500GB 500GB primary ntfs
Model: SanDisk Ultra USB 3.0 (scsi)
Disk /dev/sde: 30.8GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 30.8GB 30.8GB primary ext4
=================== parted -lm:
BYT;
/dev/sda:525GB:scsi:512:512:gpt:ATA Crucial_CT525MX3:;
1:1049kB:473MB:472MB:ntfs:Basic data partition:hidden, diag;
2:473MB:577MB:104MB:fat32:EFI system partition:boot, esp;
3:577MB:593MB:16.8MB::Microsoft reserved partition:msftres;
4:593MB:525GB:525GB:ntfs:Basic data partition:msftdata;
BYT;
/dev/sdb:2000GB:scsi:512:4096:msdos:ATA ST2000DM001-1CH1:;
1:1049kB:2000GB:2000GB:ntfs::;
BYT;
/dev/sdc:1000GB:scsi:512:512:msdos:ATA WDC WD10EARS-00M:;
1:32.3kB:1000GB:1000GB:ntfs::;
BYT;
/dev/sdd:500GB:scsi:512:4096:msdos:ATA HGST HTS725050A7:;
1:1049kB:500GB:500GB:ntfs::;
BYT;
/dev/sde:30.8GB:scsi:512:512:msdos:SanDisk Ultra USB 3.0:;
1:1049kB:30.8GB:30.8GB:ext4::;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
sda disk 489,1G
sda1 part ntfs 450M Récupération
sda2 part vfat 99M
sda3 part 16M
sda4 part ntfs 488,5G Windows
sdb disk 1,8T
sdb1 part ntfs 1,8T Ludovic
sdc disk 931,5G
sdc1 part ntfs 931,5G MultiMédia
sdd disk 465,8G
sdd1 part ntfs 465,8G Divers
sde disk 28,7G
sde1 part ext4 28,7G Xubuntu
sr0 rom 1024M
KNAME ROTA RO RM STATE MOUNTPOINT
sda 0 0 0 running
sda1 0 0 0 /mnt/boot-sav/sda1
sda2 0 0 0 /mnt/boot-sav/sda2
sda3 0 0 0
sda4 0 0 0 /mnt/boot-sav/sda4
sdb 1 0 0 running
sdb1 1 0 0 /media/ludovic/Ludovic
sdc 1 0 0 running
sdc1 1 0 0 /media/ludovic/MultiMédia
sdd 1 0 0 running
sdd1 1 0 0 /mnt/boot-sav/sdd1
sde 1 0 1 running
sde1 1 0 1 /
sr0 1 0 1 running
=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=8136888k,nr_inodes=2034222,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=1632112k,mode=755)
/dev/sde1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sdb1 on /media/ludovic/Ludovic type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdc1 on /media/ludovic/MultiMédia type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1632112k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda2 on /mnt/boot-sav/sda2 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdd1 on /mnt/boot-sav/sdd1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
=================== ls:
/sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda3 sda4 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 size slaves stat subsystem trace uevent
/sys/block/sdc (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdc1 size slaves stat subsystem trace uevent
/sys/block/sdd (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdd1 size slaves stat subsystem trace uevent
/sys/block/sde (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sde1 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux1 drm_dp_aux2 dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 initctl input kmsg kvm lightnvm log lp0 mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sdb sdb1 sdc sdc1 sdd sdd1 sde sde1 sg0 sg1 sg2 sg3 sg4 sg5 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vboxdrv vboxdrvu vboxnetctl vboxusb vfio vga_arbiter vhci vhost-net zero
ls /dev/mapper: control
ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
=================== hexdump -n512 -C /dev/sda1
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 00 00 00 80 00 80 00 ff 0f 0e 00 00 00 00 00 |................|
00000030 00 96 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
00000040 f6 00 00 00 01 00 00 00 e2 5c 7a 88 79 7a 88 10 |.........z.yz..|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
00000200
=================== hexdump -n512 -C /dev/sda2
00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 0e 1a |.X.MSDOS5.0.....|
00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 18 0e 00 |........?.......|
00000020 00 18 03 00 f9 02 00 00 00 00 00 00 02 00 00 00 |................|
00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000040 80 01 29 77 35 7b 60 4e 4f 20 4e 41 4d 45 20 20 |..)w5{`NO NAME |
00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|.V@.N..V|
00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |.t.....f@Iu..BOO|
00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 45 72 |..............Er|
000001b0 72 2e 20 64 69 73 71 75 65 ff 0d 0a 50 72 65 73 |r. disque...Pres|
000001c0 73 65 7a 20 75 6e 65 20 74 6f 75 63 68 65 20 70 |sez une touche p|
000001d0 6f 75 72 20 72 65 64 82 6d 61 72 72 65 72 0d 0a |our red.marrer..|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 00 00 ac 01 ba 01 00 00 55 aa |..............U.|
00000200
=================== hexdump -n512 -C /dev/sda4
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 b0 11 00 |........?.......|
00000020 00 00 00 00 80 00 80 00 ff df 0f 3d 00 00 00 00 |...........=....|
00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
00000040 f6 00 00 00 01 00 00 00 3d 01 90 50 0c 90 50 4a |........=..P..PJ|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
00000200
=================== hexdump -n512 -C /dev/sdc1
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
00000020 00 00 00 00 80 00 80 00 81 59 70 74 00 00 00 00 |.........Ypt....|
00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
00000040 f6 00 00 00 01 00 00 00 4d 76 9a 14 9b 9a 14 9e |........Mv......|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
00000200
=================== hexdump -n512 -C /dev/sdb1
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 00 00 00 80 00 80 00 ff 77 e0 e8 00 00 00 00 |.........w......|
00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
00000040 f6 00 00 00 01 00 00 00 dc ce 31 64 09 32 64 f4 |..........1d.2d.|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
00000200
=================== hexdump -n512 -C /dev/sdd1
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 00 00 00 80 00 80 00 ff 47 38 3a 00 00 00 00 |.........G8:....|
00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
00000040 f6 00 00 00 01 00 00 00 3b 4e 4f 20 54 4f 20 02 |........;NO TO .|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
00000200
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 7.8G 0 7.8G 0% /dev
tmpfs tmpfs 1.6G 9.7M 1.6G 1% /run
/dev/sde1 ext4 29G 12G 16G 44% /
tmpfs tmpfs 7.8G 312K 7.8G 1% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/sdb1 fuseblk 1.9T 1.6T 260G 87% /media/ludovic/Ludovic
/dev/sdc1 fuseblk 932G 922G 11G 99% /media/ludovic/MultiMédia
tmpfs tmpfs 1.6G 56K 1.6G 1% /run/user/1000
/dev/sda1 fuseblk 450M 378M 73M 84% /mnt/boot-sav/sda1
/dev/sda2 vfat 95M 27M 69M 28% /mnt/boot-sav/sda2
/dev/sda4 fuseblk 489G 350G 139G 72% /mnt/boot-sav/sda4
/dev/sdd1 fuseblk 466G 98G 369G 21% /mnt/boot-sav/sdd1
=================== fdisk -l:
Disk /dev/sda: 489.1 GiB, 525112713216 bytes, 1025610768 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: gpt
Disk identifier: A26C546F-27AA-431C-9AC2-54EA403AB68F
Device Start End Sectors Size Type
/dev/sda1 2048 923647 921600 450M Windows recovery environment
/dev/sda2 923648 1126399 202752 99M EFI System
/dev/sda3 1126400 1159167 32768 16M Microsoft reserved
/dev/sda4 1159168 1025609727 1024450560 488.5G Microsoft basic data
Disk /dev/sdc: 931.5 GiB, 1000204886016 bytes, 1953525168 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: 0x037816ef
Device Boot Start End Sectors Size Id Type
/dev/sdc1 63 1953520064 1953520002 931.5G 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 1.8 TiB, 2000398934016 bytes, 3907029168 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
Disklabel type: dos
Disk identifier: 0xc4fc5420
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 3907026943 3907024896 1.8T 7 HPFS/NTFS/exFAT
Disk /dev/sdd: 465.8 GiB, 500107862016 bytes, 976773168 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
Disklabel type: dos
Disk identifier: 0x2f6f06c5
Device Boot Start End Sectors Size Id Type
/dev/sdd1 2048 976769023 976766976 465.8G 7 HPFS/NTFS/exFAT
Disk /dev/sde: 28.7 GiB, 30752000000 bytes, 60062500 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: 0x8b84daa9
Device Boot Start End Sectors Size Id Type
/dev/sde1 2048 60061695 60059648 28.7G 83 Linux
=================== Suggested repair
The default repair of the Boot-Repair utility would purge (in order to fix packages sign-grub) and reinstall the grub-efi-amd64-signed of sde1, using the following options: sda2/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot use-standard-efi-file
=================== Blockers in case of suggested repair
La session actuelle est en mode Legacy. Veuillez redémarrer l'ordinateur, et utiliser ce logiciel dans une session EFI. Cela vous permettra d'utiliser cette fonctionnalité. Par exemple, utilisez un live-USB de Boot-Repair-Disk-64bit (www.sourceforge.net/p/boot-repair-cd), après avoir vérifié que votre BIOS est réglé pour démarrer l'USB en mode EFI.
=================== Advice in case of suggested repair
Le démarrage de votre ordinateur est en mode Legacy. Vous voudrez peut-être ré-essayer après l'avoir changé en mode EFI.
Voulez-vous continuer ?
=================== Final advice in case of suggested repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier sda2/efi/.../grub*.efi !
Si votre ordinateur redémarre directement sur Windows, essayez de changer l'ordre de démarrage dans votre BIOS.
Si votre BIOS ne permet pas de changer l'ordre de démarrage, changez l'entrée de démarrage par défaut de l'amorceur Windows.
Par exemple, vous pouvez démarrer Windows, puis saisir la commande suivante dans une invite de commande en mode administrateur :
bcdedit /set {bootmgr} path \EFI\...\grub*.efi
Le démarrage de votre ordinateur est en mode Legacy. Vous voudrez peut-être ré-essayer après l'avoir changé en mode EFI.
=================== User settings
The settings chosen by the user will not act on the boot.
Hors ligne
#11 Le 08/06/2017, à 11:39
- Rahnnu
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Re,
@malbo,
Oui merci
#12 Le 08/06/2017, à 11:53
- MicP
Re : Impossible de trouver ou créer le répertoire de la corbeille !
En fait, les systèmes de fichiers ont été créés dans les partitions des disques.
ces systèmes de fichiers sont identifiés par l'UUID qui leur a été attribué au moment de la création du système de fichiers.
La partition dont l'accès se fait par le fichier de périphérique /dev/sdb1 a sans doute été formatée pour un système de fichiers de type ntfs
et l'UUID F46432096431CEDC a été attribué au système de fichiers de cette partition lors de sa création (formatage)
La partition dont l'accès se fait par le fichier de périphérique /dev/sdc1 a sans doute été formatée pour un système de fichiers de type ntfs
et l'UUID 9E149A9B149A764D a été attribué au système de fichiers de cette partition lors de sa création (formatage)
Tu avais dû créer un répertoire /media/ludovic/Ludovic qui va être utilisé comme point de mountage du système de fichiers dont l'UUID est F46432096431CEDC
à moins que tu aies utilisé le nom de LABEL que tu avais donné à ce système de fichiers comme nom de point de mountage.
Tu avais dû créer un répertoire /media/ludovic/MultiMédia qui va être utilisé comme point de mountage du système de fichiers dont l'UUID est 9E149A9B149A764D
à moins que tu aies utilisé le nom de LABEL que tu avais donné à ce système de fichiers comme nom de point de mountage.
Pour que ton compte utilisateur puisse créer une corbeille à la racine de chacun de ces systèmes de fichiers,
Tu pourrais faire en sorte que ton compte utilisateur (je vais supposer que c'est ludovic) devienne le propriétaire de la racine de chacun de ces systèmes de fichiers
en utilisant la commande chown sur les points de mountages (<=> les systèmes de fichiers sont donc mountés, sinon, ce n'est plus un point de mountage, mais un répertoire)
Donc :
1°/ Vérifie que les systèmes de fichiers sont bien mountés, sinon tu ne feras que changer les propriétés des répertoires qui vont servir de point de mountage, mais ça ne changera rien à la racine des systèmes de fichiers puisque les systèmes de fichiers n'y sont pas mountés.
2°/ tu peux alors lancer la commande suivante :
sudo chown ludovic:ludovic /media/ludovic/Ludovic /media/ludovic/MultiMédia
Dès lors, quand un fichier sera supprimé sur un de ces systèmes de fichiers par le compte utilisateur ludovic (si tant est que ce compte ait le droit de supprimer ce fichier)
si la corbeille n'existe pas elle sera automatiquement créée sur le système de fichiers contenant ce fichier et les fichiers supprimés pourront être restaurés depuis la corbeille de chacun de ces systèmes de fichiers.
Dernière modification par MicP (Le 08/06/2017, à 12:07)
Hors ligne
#13 Le 08/06/2017, à 11:57
- malbo
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Pour ton souhait basique de supprimer un dossier, tu peux certainement le faire depuis une session Windows puisqu'il s'agit d'une partition NTFS. As-tu tenté de le faire ?
Je pense qu'il s'agit de Windows 10. Tu peux confirmer ?
Hors ligne
#14 Le 08/06/2017, à 12:03
- Rahnnu
Re : Impossible de trouver ou créer le répertoire de la corbeille !
@MicP,
Merci pour tout ces infos
@malbo,
Oui c'est bien un Windows 10 et je peux aussi supprimer le dossier en question
#15 Le 08/06/2017, à 12:15
- MicP
Re : Impossible de trouver ou créer le répertoire de la corbeille !
…et je peux aussi supprimer le dossier en question …
Impec! tu avais donc les droits d'accès et d'écriture sur le répertoire que tu as voulu supprimer,
mais pas les droits sur la racine du système de fichiers le contenant (comme je le supposais)
Tu peux vérifier ces droits en utilisant l'option l de la commande ls
Par exemple :
ls -l /media/ludovic/Ludovic/LeRépertoireÀsupprimer
et sur la racine du système de fichiers qui contient le répertoire LeRépertoireÀsupprimer
en listant les propriétés du point de mountage (donc, système de fichiers mounté)
ls -ld /media/ludovic/Ludovic
qui ne donnera pas forcement le même résultat si tu lance cette dernière commande alors qu'aucun système de fichiers n'y est mounté => /media/ludovic/Ludovic n'est alors plus un point de mountage, mais un simple répertoire
Dernière modification par MicP (Le 08/06/2017, à 12:20)
Hors ligne
#16 Le 08/06/2017, à 12:50
- abelthorne
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Mais avec cette commande ça marche aussi non ?
ntfs-3g rw,user,auto,exec,gid=100,uid=1000,umask=002,utf8,codepage=850,shortname=mixed 0 0
Ce n'est pas une commande, ce sont des options de montage. Pour ce qui diffère des miennes :
- shortname=mixed : je crois que c'est censé faire la même chose que le codepage=850 mais il faudrait fouiller dans le man
- umask=002 : tu auras des permissions simulées de 775, càd lecture/écriture/exécution pour toi et ton groupe, lecture/exécution pour le reste du monde : ça ne devrait pas changer grand chose mais ça ne devrait pas poser de problèmes non plus
- gid=100 : ça monte les fichiers avec comme groupe celui qui a l'id 100 ; d'une part, je ne sais pas à quoi il correspond, d'autre part il me semble que la corbeille doit appartenir à ton groupe aussi mais ce serait à vérifier
Dernière modification par abelthorne (Le 08/06/2017, à 12:50)
Hors ligne
#17 Le 08/06/2017, à 19:25
- Rahnnu
Re : Impossible de trouver ou créer le répertoire de la corbeille !
@MicP,
Merci bien
@abelthorne,
Merci pour la réponse
#18 Le 02/08/2021, à 08:50
- bisane
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Je me permets de faire remonter ce sujet, bien que :
- je ne sois pas sous Ubuntu mais sous Lubuntu (je n'ai pas trouvé de forum dédié), version 20.04.2 LTS ;
- mon interface soit LXQT et non XFCE ;
Mais il me semble que mon problème soit similaire !
Suite à une sauvegarde effectuée hier (enfin, je pense que c'est dû à ça...), mon ordi (dual boot avec W10) ne boote plus "normalement", signalant des "ous error" et autres "AE not found", puis, sur l'écran d'accueil, un "Désolé, Ubuntu a rencontré une erreur interne". J'ignore absolument ce que cela signifie, mais à part que cela ralentit le démarrage, je n'ai rencontré aucun problème dans l'utilisation, sinon celui-ci : "Impossible de trouver ou créer le répertoire de la corbeille pour", qui me semble donc être similaire à celui exposé par Rahnnu !
Je précise qu'il s'agit de partitions NTFS "partagées" avec W10 et que je peux parfaitement y créer ou modifier des fichiers.
J'ai bien parcouru ce fil, mais reconnais ne pas en comprendre toutes subtilités !
Je précise également que je peux bien supprimer des fichiers dans ces différentes partitions via :
rm -fr /chemin/repertoire/fichier
Et voici ce que donne les "l" suggérés par MicP :
bisane@bisane-PC:~$ ls -l /media/bisane/DATA
total 24
drwxrwxrwx 1 root root 0 juil. 27 21:19 '$RECYCLE.BIN'
drwxrwxrwx 1 root root 4096 août 1 11:00 clonezilla
drwxrwxrwx 1 root root 12288 août 1 09:37 Documents
drwxrwxrwx 1 root root 0 juin 14 17:30 MCsBackup
drwxrwxrwx 1 root root 4096 juil. 25 20:45 'System Volume Information'
drwxrwxrwx 1 root root 4096 juin 13 08:21 Windows10Upgrade
bisane@bisane-PC:~$ ls -ld /media/bisane/DATA
drwxrwxrwx 1 root root 4096 août 1 09:49 /media/bisane/DATA
bisane@bisane-PC:~$
Mon boot-info donne ceci (autant dire que je n'y comprends pas grand chose...) :
boot-info-4ppa130 [20210802_0805]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos5)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> No boot loader is installed in the MBR of /dev/sdb.
=> No boot loader is installed in the MBR of /dev/sdc.
=> Grub2 (v2.00) is installed in the MBR of /dev/sdd and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,2)/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
offsetio extcmd macho elf file setkey gettext boot bufio verifiers crypto
terminal normal datetime date mmap drivemap blocklist regexp archelp newc
vga_text relocator video chain ntldr search_label search_fs_file
search_fs_uuid search keylayouts at_keyboard pci usb usb_keyboard gcry_md5
hashsum gcry_crc gzio xzio lzopio lspci fshelp ext2 xfs acpi iso9660
gcry_sha1 div udf exfat font diskfilter raid6rec zstd btrfs ventoy read
halt video_fb vbe linux linux16 test true sleep reboot echo bitmap gfxterm
bitmap_scale video_colors trig gfxmenu videotest videoinfo functional_test
videotest_checksum video_cirrus video_bochs vga minicmd help configfile tr
biosdisk disk ls tar squash4 pbkdf2 gcry_sha512 password_pbkdf2 all_video
png jpeg part_gpt part_msdos fat ntfs loopback gfxterm_background procfs
gfxterm_menu
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /Boot/BCD
sda2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 10
Boot files: /Windows/System32/winload.exe
sda3: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sda4: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.2 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: Windows 8/2012: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/Boot/bootx64.efi /efi/Boot/fbx64.efi
/efi/Boot/fwupx64.efi /efi/Boot/grubx64.efi
/efi/Boot/mmx64.efi /efi/Boot/shimx64.efi
/efi/OLD-Boot/bkpbootx64.efi /efi/OLD-Boot/bootx64.efi
/efi/OLD-Boot/fbx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/shimx64.efi
/efi/Boot/grub.cfg /efi/ubuntu/grub.cfg
/efi/Microsoft/Boot/bootmgfw.efi
/efi/Microsoft/Boot/bootmgr.efi
/efi/Microsoft/Boot/memtest.efi
/efi/OEM/Boot/bootmgfw.efi /efi/OEM/Boot/bootmgr.efi
/efi/OEM/Boot/memtest.efi
sdb2: __________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
sdb3: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 8 or 10
Boot files: /bootmgr /Windows/System32/winload.exe
sdb4: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb5: __________________________________________________________________________
File system: ntfs
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb6: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb7: __________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
sdb8: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb9: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb10: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdc1: __________________________________________________________________________
File system: exfat
Boot sector type: Unknown
Boot sector info:
Operating System:
Boot files:
sdc2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 8/2012: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdc3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 20.04.2 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sdc4: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdd1: __________________________________________________________________________
File system: exfat
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdd2: __________________________________________________________________________
File system: vfat
Boot sector type: FAT16
Boot sector info: According to the info in the boot sector, sdd2 starts
at sector 0. But according to the info from fdisk,
sdd2 starts at sector 60538880.
Operating System:
Boot files: /grub/grub.cfg
================================ 5 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 20.04.2 LTS CurrentSession on sdc3
OS#2: Windows 10 (boot) on sda1
OS#3: Ubuntu 20.04.2 LTS on sda5
OS#4: Windows 10 on sda2
OS#5: Windows 8 or 10 on sdb3
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.4.0-80-generic root=UUID=c4390421-083d-44fe-9d71-7edcec239673 ro quiet splash
===================================== UEFI =====================================
BIOS is EFI-compatible, but it is not setup in EFI-mode for this installed-session.
78415fb8fb9b909f8029858113f1335f sdb1/Boot/bootx64.efi
2895d47544fd587b26c7e29be1295c27 sdb1/Boot/fbx64.efi
b5698f2f88c3917bdf0c9f0f2a45d469 sdb1/Boot/fwupx64.efi
a62486b1639d335d4b5813e8088bb5ac sdb1/Boot/grubx64.efi
dc3c47be2f78a78e5e57d097ae6c5c84 sdb1/Boot/mmx64.efi
f7a57b08bc7c1c85417ae4cea582d1d4 sdb1/Boot/shimx64.efi
f7a57b08bc7c1c85417ae4cea582d1d4 sdb1/OLD-Boot/bkpbootx64.efi
f7a57b08bc7c1c85417ae4cea582d1d4 sdb1/OLD-Boot/bootx64.efi
bed45d1c9554cea09924d3814cb7c446 sdb1/OLD-Boot/fbx64.efi
e169c84b62cae5d67d21f3412edf807f sdb1/ubuntu/grubx64.efi
dc3c47be2f78a78e5e57d097ae6c5c84 sdb1/ubuntu/mmx64.efi
78415fb8fb9b909f8029858113f1335f sdb1/ubuntu/shimx64.efi
86f1aa31bc5068d606cc8045841c8586 sdb1/Microsoft/Boot/bootmgfw.efi
d26c41a3da47896638bfccd94bd76b4a sdb1/Microsoft/Boot/bootmgr.efi
5260071ec03f7afc96a180c5442d4477 sdb1/OEM/Boot/bootmgfw.efi
6f2ef9daa28804a29400d01627aa063c sdb1/OEM/Boot/bootmgr.efi
1b6e2f246e8241e3ec21f84624776673 sdd2/BOOT/BOOTAA64.efi
854de7abfa0bc93f2488beeaacade6be sdd2/BOOT/BOOTIA32.efi
4cf112ea4a74fb5507b999deec175cad sdd2/BOOT/BOOTMIPS.efi
19f2c5af7db87171e96c51bf15bcacb9 sdd2/BOOT/BOOTX64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sdc : is-GPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdb : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
sdd : notGPT, no-BIOSboot, has---ESP, usb-disk, not-mmc, no-os, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sdc3 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, farbios
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda3 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sda5 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ng, update-grub, farbios
sdb1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb3 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb4 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb6 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb8 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb9 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdb10 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdc1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdc2 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdc4 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sdd1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdd2 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sdb7 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
sdc3 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda1 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, bootmgr, is-winboot
sda2 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot
sda3 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda5 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb3 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, notwinboot
sdb4 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb6 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb8 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb9 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb10 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc1 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc2 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdc4 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdd1 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdd2 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb7 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sdc3 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sdc
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda2 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda3 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda5 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sdb1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb3 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb4 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb6 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb8 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb9 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdb10 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
sdc1 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdc
sdc2 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdc
sdc4 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdc
sdd1 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdd
sdd2 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdd
sdb7 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sdb
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.81 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x7b48c4d0
Boot Start End Sectors Size Id Type
sda1 * 2048 1126399 1124352 549M 7 HPFS/NTFS/exFAT
sda2 1126400 147990779 146864380 70G 7 HPFS/NTFS/exFAT
sda3 233349120 234436607 1087488 531M 27 Hidden NTFS WinRE
sda4 147992574 233349119 85356546 40.7G f W95 Ext'd (LBA)
sda5 147992576 233349119 85356544 40.7G 83 Linux
Partition table entries are not in disk order.
Disk sdb: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: E3B227CB-09A9-42DC-858F-31B091E74D27
Start End Sectors Size Type
sdb1 2048 206847 204800 100M EFI System
sdb2 206848 239615 32768 16M Microsoft reserved
sdb3 239616 147931135 147691520 70.4G Microsoft basic data
sdb4 147931136 316721151 168790016 80.5G Microsoft basic data
sdb5 922859520 965472255 42612736 20.3G Microsoft basic data
sdb6 965472256 1583740927 618268672 294.8G Microsoft basic data
sdb7 1583740928 1953521663 369780736 176.3G Microsoft basic data
sdb8 757915648 921835519 163919872 78.2G Microsoft basic data
sdb9 316721152 757915647 441194496 210.4G Microsoft basic data
sdb10 921835520 922859519 1024000 500M Microsoft basic data
Partition table entries are not in disk order.
Disk sdc: 465.78 GiB, 500107862016 bytes, 976773168 sectors
Disk identifier: D6FC9DCF-3A11-2145-912D-10B772F4DA7E
Start End Sectors Size Type
sdc1 2048 247683071 247681024 118.1G Microsoft basic data
sdc2 247683072 862083071 614400000 293G Microsoft basic data
sdc3 862083072 947439615 85356544 40.7G Microsoft basic data
sdc4 947439616 976773119 29333504 14G Microsoft basic data
Disk sdd: 28.92 GiB, 31029460992 bytes, 60604416 sectors
Disk identifier: 0x1b779ff1
Boot Start End Sectors Size Id Type
sdd1 * 2048 60538879 60536832 28.9G 7 HPFS/NTFS/exFAT
sdd2 60538880 60604415 65536 32M ef EFI (FAT-12/16/32)
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA SATA3 120GB SSD:;
1:1049kB:577MB:576MB:ntfs::boot;
2:577MB:75.8GB:75.2GB:ntfs::;
4:75.8GB:119GB:43.7GB:::lba;
5:75.8GB:119GB:43.7GB:ext4::;
3:119GB:120GB:557MB:ntfs::msftres;
sdb:1000GB:scsi:512:4096:gpt:ATA ST1000DM003-1ER1:;
1:1049kB:106MB:105MB:fat32:EFI system partition:boot, esp;
2:106MB:123MB:16.8MB::Microsoft reserved partition:msftres;
3:123MB:75.7GB:75.6GB:ntfs:Basic data partition:msftdata;
4:75.7GB:162GB:86.4GB:ntfs:Basic data partition:msftdata;
9:162GB:388GB:226GB:ntfs::msftdata;
8:388GB:472GB:83.9GB:ntfs::msftdata;
10:472GB:473GB:524MB:ntfs::msftdata;
5:473GB:494GB:21.8GB:ntfs::msftdata;
6:494GB:811GB:317GB:ntfs:Basic data partition:msftdata;
7:811GB:1000GB:189GB::sauvegardes:msftdata;
sdc:500GB:scsi:512:4096:gpt:ATA ST500DM002-1BD14:;
1:1049kB:127GB:127GB::Basic data partition:msftdata;
2:127GB:441GB:315GB:ntfs:Basic data partition:msftdata;
3:441GB:485GB:43.7GB:ext4::msftdata;
4:485GB:500GB:15.0GB:fat32::msftdata;
sdd:31.0GB:scsi:512:512:msdos:Kingston DataTraveler 3.0:;
1:1049kB:31.0GB:31.0GB:::boot;
2:31.0GB:31.0GB:33.6MB:fat16::esp;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs CCF4DB17F4DB029E 7b48c4d0-01 Réservé au système
├─sda2 ntfs 8EC2DBBFC2DBAA2B 7b48c4d0-02
├─sda3 ntfs C24655BF4655B53F 7b48c4d0-03
├─sda4 7b48c4d0-04
└─sda5 ext4 c4390421-083d-44fe-9d71-7edcec239673 7b48c4d0-05
sdb
├─sdb1 vfat EC4D-5997 314f98fc-b7ed-4ed8-b300-a2184fcfa53e ESP EFI system partition
├─sdb2 9a7c5906-8966-42c7-941d-c73873893ccd Microsoft reserved partition
├─sdb3 ntfs 36D68A1BD689DB8D 3ca4e8fe-a58d-4fc5-b914-1fff24087f8d Packard Bell Basic data partition
├─sdb4 ntfs 1C4A9CCB4A9CA356 f8e6121a-7ba2-4224-8bdf-864284d9d038 prog-web Basic data partition
├─sdb5 ntfs 7A799FFA19D9CA09 1bd611ff-8637-400a-9f88-f5bf2984279a partage
├─sdb6 ntfs 580A4C340A4C1184 bbd11eb6-820f-4bf9-b1bb-84cea82009ce DATA Basic data partition
├─sdb7 36f86d3c-5b20-48f6-b391-78ec9d113eb3 sauvegardes
├─sdb8 ntfs 3204D62504D5EC3B 9fe7d6a5-efb8-4130-9a46-289d1f7c2cc5 gros-fichiers
├─sdb9 ntfs A4E0F7AEE0F78538 e2d2b1ed-4da1-4d98-9dea-b1e311bc1796 sauv
└─sdb10 ntfs AC0CAFAF0CAF72CE 1ce5c0f2-bc74-48c7-a5a6-f4dadf025e7b Recovery
sdc
├─sdc1 exfat 7C85-49FA bd8c094e-65bd-48a1-b4ad-f676489ded6e sauvegarde Basic data partition
├─sdc2 ntfs A40ED4A60ED47332 a18e1d20-1c73-4e0d-b96c-6d386410899f clonezilla Basic data partition
├─sdc3 ext4 c4390421-083d-44fe-9d71-7edcec239673 8b66af4c-81f2-4afd-8ba7-5a14a59ec1e4 copie lubuntu
└─sdc4 vfat 2EC6-A520 d1d2ae75-7939-aa4a-bea9-a30ee92924d9 ESPACE-DISP
sdd
├─sdd1 exfat 4E21-0000 1b779ff1-01 Ventoy
└─sdd2 vfat D501-3947 1b779ff1-02 VTOYEFI
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 520.3M 5% /mnt/boot-sav/sda1
sda2 39.6G 44% /mnt/boot-sav/sda2
sda3 88M 83% /mnt/boot-sav/sda3
sda5 25.8G 30% /mnt/boot-sav/sda5
sdb10 58.3M 88% /mnt/boot-sav/sdb10
sdb1 22.9M 76% /mnt/boot-sav/sdb1
sdb3 14.1G 80% /mnt/boot-sav/sdb3
sdb4 62G 23% /mnt/boot-sav/sdb4
sdb5 10.9G 46% /media/bisane/partage
sdb6 94.6G 68% /media/bisane/DATA
sdb8 34.3G 56% /mnt/boot-sav/sdb8
sdb9 67.3G 68% /mnt/boot-sav/sdb9
sdc1 200.6M 100% /mnt/boot-sav/sdc1
sdc2 150G 49% /mnt/boot-sav/sdc2
sdc3 25.8G 30% /
sdc4 14G 0% /mnt/boot-sav/sdc4
sdd1 10G 65% /media/bisane/Ventoy
sdd2 6.7M 79% /mnt/boot-sav/sdd2
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda2 ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda3 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda5 rw,relatime
sdb10 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sdb1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdb3 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sdb4 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sdb5 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sdb6 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sdb8 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sdb9 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sdc1 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sdc2 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sdc3 rw,relatime,errors=remount-ro
sdc4 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
sdd1 rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
sdd2 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
====================== sda5/boot/grub/grub.cfg (filtered) ======================
Ubuntu c4390421-083d-44fe-9d71-7edcec239673
Ubuntu, avec Linux 5.4.0-80-generic c4390421-083d-44fe-9d71-7edcec239673
Ubuntu, avec Linux 5.4.0-77-generic c4390421-083d-44fe-9d71-7edcec239673
Windows 10 (sur sda1) CCF4DB17F4DB029E
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda5/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=c4390421-083d-44fe-9d71-7edcec239673 / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0
/dev/sdb5 /media/bisane/partage ntfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
/dev/sdb6 /media/bisane/DATA ntfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
======================= sda5/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sda5: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
108,841335297 = 116,867493888 boot/grub/grub.cfg 2
75,105606079 = 80,644030464 boot/grub/i386-pc/core.img 1
75,985569000 = 81,588883456 boot/vmlinuz 2
73,376194000 = 78,787088384 boot/vmlinuz-5.4.0-77-generic 2
75,985569000 = 81,588883456 boot/vmlinuz-5.4.0-80-generic 2
73,376194000 = 78,787088384 boot/vmlinuz.old 2
76,519172668 = 82,161836032 boot/initrd.img 5
76,405887604 = 82,040197120 boot/initrd.img-5.4.0-77-generic 4
76,519172668 = 82,161836032 boot/initrd.img-5.4.0-80-generic 5
76,405887604 = 82,040197120 boot/initrd.img.old 4
===================== sda5: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17622 mai 20 07:50 10_linux
-rwxr-xr-x 1 root root 42359 mai 20 07:50 10_linux_zfs
-rwxr-xr-x 1 root root 12894 mai 20 07:50 20_linux_xen
-rwxr-xr-x 1 root root 12059 févr. 8 2019 30_os-prober
-rwxr-xr-x 1 root root 1424 mai 20 07:50 30_uefi-firmware
-rwxr-xr-x 1 root root 214 févr. 8 2019 40_custom
-rwxr-xr-x 1 root root 216 févr. 8 2019 41_custom
====================== sdb1/efi/Boot/grub.cfg (filtered) =======================
search.fs_uuid 008fef75-a8be-4d7e-8569-2792ab626d97 root hd0,gpt10
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
===================== sdb1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 9af3da82-86f8-471d-8577-67fa8d45edd1 root hd0,gpt9
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sdc3/boot/grub/grub.cfg (filtered) ======================
Ubuntu c4390421-083d-44fe-9d71-7edcec239673
Ubuntu, avec Linux 5.4.0-80-generic c4390421-083d-44fe-9d71-7edcec239673
Ubuntu, avec Linux 5.4.0-77-generic c4390421-083d-44fe-9d71-7edcec239673
Windows 10 (sur sda1) CCF4DB17F4DB029E
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sdc3/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=c4390421-083d-44fe-9d71-7edcec239673 / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0
/dev/sdb5 /media/bisane/partage ntfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
/dev/sdb6 /media/bisane/DATA ntfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
======================= sdc3/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
==================== sdc3: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
449,346218109 = 482,481827840 boot/grub/grub.cfg 2
415,610488892 = 446,258364416 boot/grub/i386-pc/core.img 1
416,490451813 = 447,203217408 boot/vmlinuz 2
413,881076813 = 444,401422336 boot/vmlinuz-5.4.0-77-generic 2
416,490451813 = 447,203217408 boot/vmlinuz-5.4.0-80-generic 2
413,881076813 = 444,401422336 boot/vmlinuz.old 2
417,024055481 = 447,776169984 boot/initrd.img 5
416,910770416 = 447,654531072 boot/initrd.img-5.4.0-77-generic 4
417,024055481 = 447,776169984 boot/initrd.img-5.4.0-80-generic 5
416,910770416 = 447,654531072 boot/initrd.img.old 4
===================== sdc3: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 17622 mai 20 07:50 10_linux
-rwxr-xr-x 1 root root 42359 mai 20 07:50 10_linux_zfs
-rwxr-xr-x 1 root root 12894 mai 20 07:50 20_linux_xen
-rwxr-xr-x 1 root root 12059 févr. 8 2019 30_os-prober
-rwxr-xr-x 1 root root 1424 mai 20 07:50 30_uefi-firmware
-rwxr-xr-x 1 root root 214 févr. 8 2019 40_custom
-rwxr-xr-x 1 root root 216 févr. 8 2019 41_custom
======================== sdd2/grub/grub.cfg (filtered) =========================
function iso_common_menuentry {
function miso_common_menuentry {
function common_unsupport_menuentry {
function miso_unsupport_menuentry {
function iso_unsupport_menuentry {
function wim_common_menuentry {
function wim_unsupport_menuentry {
function efi_common_menuentry {
function efi_unsupport_menuentry {
function vhd_common_menuentry {
function vhd_unsupport_menuentry {
function vtoy_common_menuentry {
function vtoy_unsupport_menuentry {
function img_common_menuentry {
function img_unsupport_menuentry {
$NO_ISO_MENU (Press enter to reboot ...)
==================== sdd2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? grub/grub.cfg 1
======================== Unknown MBRs/Boot Sectors/etc =========================
Unknown BootLoader on sdb5
00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 b8 01 37 |........?......7|
00000020 00 00 00 00 80 00 80 00 f8 37 8a 02 00 00 00 00 |.........7......|
00000030 04 00 00 00 00 00 00 00 ff 9e 13 00 00 00 00 00 |................|
00000040 f6 00 00 00 01 00 00 00 09 ca d9 19 fa 9f 79 7a |..............yz|
00000050 00 00 00 00 0e 1f be 71 7c ac 22 c0 74 0b 56 b4 |.......q|.".t.V.|
00000060 0e bb 07 00 cd 10 5e eb f0 32 e4 cd 16 cd 19 eb |......^..2......|
00000070 fe 54 68 69 73 20 69 73 20 6e 6f 74 20 61 20 62 |.This is not a b|
00000080 6f 6f 74 61 62 6c 65 20 64 69 73 6b 2e 20 50 6c |ootable disk. Pl|
00000090 65 61 73 65 20 69 6e 73 65 72 74 20 61 20 62 6f |ease insert a bo|
000000a0 6f 74 61 62 6c 65 20 66 6c 6f 70 70 79 20 61 6e |otable floppy an|
000000b0 64 0d 0a 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |d..press any key|
000000c0 20 74 6f 20 74 72 79 20 61 67 61 69 6e 20 2e 2e | to try again ..|
000000d0 2e 20 0d 0a 00 00 00 00 00 00 00 00 00 00 00 00 |. ..............|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
Unknown BootLoader on sdc1
00000000 eb 76 90 45 58 46 41 54 20 20 20 00 00 00 00 00 |.v.EXFAT .....|
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00000040 00 08 00 00 00 00 00 00 00 50 c3 0e 00 00 00 00 |.........P......|
00000050 00 08 00 00 00 1e 00 00 00 28 00 00 28 c3 0e 00 |.........(..(...|
00000060 04 00 00 00 fa 49 85 7c 00 01 02 00 09 08 01 80 |.....I.|........|
00000070 63 00 00 00 00 00 00 00 33 c9 8e d1 8e c1 8e d9 |c.......3.......|
00000080 bc d0 7b bd 00 7c 88 16 6f 7c b4 41 bb aa 55 cd |..{..|..o|.A..U.|
00000090 13 72 69 81 fb 55 aa 75 63 f6 c1 01 74 5e fe 06 |.ri..U.uc...t^..|
000000a0 02 7c 66 50 b0 65 e8 a6 00 66 58 66 b8 01 00 00 |.|fP.e...fXf....|
000000b0 00 8a 0e 6d 7c 66 d3 e0 66 89 46 e8 66 b8 01 00 |...m|f..f.F.f...|
000000c0 00 00 8a 0e 6c 7c 66 d3 e0 66 89 46 d8 66 a1 40 |....l|f..f.F.f.@|
000000d0 7c 66 40 bb 00 7e b9 01 00 66 50 e8 41 00 66 58 ||f@..~...fP.A.fX|
000000e0 66 40 bb 00 80 b9 01 00 e8 34 00 66 50 b0 78 e8 |f@.......4.fP.x.|
000000f0 5d 00 66 58 e9 09 01 a0 fc 7d eb 05 a0 fb 7d eb |].fX.....}....}.|
00000100 00 b4 7d 8b f0 ac 98 40 74 0c 48 74 0e b4 0e bb |..}....@t.Ht....|
00000110 07 00 cd 10 eb ef a0 fd 7d eb e6 cd 16 cd 19 66 |........}......f|
00000120 60 66 6a 00 66 50 06 53 66 68 10 00 01 00 b4 42 |`fj.fP.Sfh.....B|
00000130 b2 80 8a 16 6f 7c 8b f4 cd 13 66 58 66 58 66 58 |....o|....fXfXfX|
00000140 66 58 66 61 72 b1 03 5e d8 66 40 49 75 d1 c3 66 |fXfar..^.f@Iu..f|
00000150 60 b4 0e bb 07 00 b9 01 00 cd 10 66 61 c3 42 00 |`..........fa.B.|
00000160 4f 00 4f 00 54 00 4d 00 47 00 52 00 0d 0a 52 65 |O.O.T.M.G.R...Re|
00000170 74 69 72 65 7a 20 6c 65 20 64 69 73 71 75 65 ff |tirez le disque.|
00000180 0d 0a 45 72 72 2e 20 64 69 73 71 75 65 ff 0d 0a |..Err. disque...|
00000190 50 72 65 73 73 65 7a 20 75 6e 65 20 74 6f 75 63 |Pressez une touc|
000001a0 68 65 20 70 6f 75 72 20 72 65 64 82 6d 61 72 72 |he pour red.marr|
000001b0 65 72 0d 0a 00 00 00 00 00 00 00 00 00 00 ff ff |er..............|
000001c0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
000001f0 ff ff ff ff ff ff ff ff ff ff ff 6c 80 8e 55 aa |...........l..U.|
00000200
Error code 12
mount -r /dev/sdb7 /mnt/boot-sav/sdb7
mount -r /dev/sdb7 : Error code 12
Error code 12
mount -r /dev/sdb7 /mnt/boot-sav/sdb7
mount -r /dev/sdb7 : Error code 12
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to fix packages) and reinstall the grub-efi-amd64-signed of
sdc3,
using the following options: sdd2/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s win-legacy-basic-fix use-standard-efi-file restore-efi-backups
Blockers in case of suggested repair: __________________________________________
WindowsEFI detected. Please disable BIOS-compatibility/CSM/Legacy mode in your UEFI firmware, and use this software from a live-CD (or live-USB) that is compatible with UEFI booting mode. For example, use a live-USB of Boot-Repair-Disk-64bit (www.sourceforge.net/p/boot-repair-cd), after making sure your BIOS is set up to boot USB in EFI mode.
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your UEFI firmware boot on the L'OS actuellement utilisé - Ubuntu 20.04.2 LTS CurrentSession entry (sdd2/efi/****/shim****.efi (**** will be updated in the final message) file) !
If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\****\shim****.efi (**** will be updated in the final message)
The boot of your PC is in BIOS-compatibility/CSM/Legacy mode. You may want to retry after changing it to UEFI mode.
Quelqu'un pourrait-il m'aider à rétablir cette fichue corbeille ?
Dernière modification par bisane (Le 02/08/2021, à 08:52)
Hors ligne
#19 Le 02/08/2021, à 09:06
- abelthorne
Re : Impossible de trouver ou créer le répertoire de la corbeille !
- Le NTFS ne gère pas les permissions comme Linux et elles sont donc simulées, sauf qu'elles ne peuvent l'être que sur toute la partition, ce n'est pas possible de le faire au cas par cas.
- Dans ton cas, la partition est montée pour root (c'est assez bizarre que tu puisses écrire dessus, accessoirement).
- La corbeille sur chaque partition doit appartenir à l'utilisateur, sinon ça ne marche pas. Dans ton cas, comme toute la partition a l'air attribuée à root, ça ne va pas.
Le fait qu'elle soit dans /media/bisane suggère qu'elle l'est à la volée par le gestionnaire de fichiers mais dans ce cas les fichiers ne devraient pas appartenir à root. Apparemment, elle est déclarée dans le fstab, ainsi qu'une autre partition NTFS qui doit du coup avoir le même problème de corbeille :
/dev/sdb5 /media/bisane/partage ntfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
/dev/sdb6 /media/bisane/DATA ntfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
Il faudrait modifier les options user_id et group_id pour les passer à 1000 (ton id utilisateur) plutôt que 0. Il faudrait peut-être aussi supprimer les options nosuid et nodev (je n'en suis pas sûr) et peut-être default_permissions et allow_other (je ne sais pas ce que font ces options).
À noter qu'après les modifs, le propriétaire de la partition sera ton compte utilisateur. Si tu as d'autres comptes sur ta machine, ça leur posera problème pour accéder à ces deux partitions. Dans ce cas, il ne faudrait pas monter ces deux partitions via le fstab mais laisser le gestionnaire de fichiers le faire à la volée. Ce qui implique qu'elles ne seraient pas automatiquement montées au lancement de la session, seulement après y avoir accédé.
D'autre part, les messages d'erreur que tu as au boot n'ont probablement rien à voir avec la corbeille, il y a a priori d'autres problèmes.
Dernière modification par abelthorne (Le 02/08/2021, à 09:08)
Hors ligne
#20 Le 02/08/2021, à 09:42
- MicP
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Bonjour
user_id= et group_id= sont des options de montage qui étaient utilisables par le système de montage fuseblk
actuellement, pour un système de fichiers de type ntfs les options de montage équivalentes sont nommées uid= et gid=
Voir la page man de la commande mount.ntfs :
man mount.ntfs
Dernière modification par MicP (Le 02/08/2021, à 10:17)
Hors ligne
#21 Le 02/08/2021, à 09:50
- abelthorne
Re : Impossible de trouver ou créer le répertoire de la corbeille !
(Au temps pour moi, j'ai pas vérifié, j'ai supposé que c'était une syntaxe alternative pour uid et gid.)
Hors ligne
#22 Le 02/08/2021, à 09:55
- bisane
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Merci à tous 2 de vous intéresser à mon problème !
J'ignore totalement pourquoi ces permissions se sont mises en "root" : de toute évidence, elles ne l'étaient pas avant !
Il n'y a que mon compte sur cet ordi. Et, a priori, 'est un compte autorisé pour "root".
J'ignore aussi comment je peux écrire dessus...
A quoi me servirait de passer en 1000 ? Et, surtout, pourquoi cela aurait-il été changé ?
Il faudrait peut-être aussi supprimer les options nosuid et nodev (je n'en suis pas sûr) et peut-être default_permissions et allow_other (je ne sais pas ce que font ces options).
Ca ne me rassure pas vraiment...
Pardon de me montrer un peu imprécise, mais, bien que je tourne sur lubuntu depuis des années, je n'en ai pas encore compris toutes les subtilités !
Hors ligne
#23 Le 02/08/2021, à 09:58
- bisane
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Pardon, j'ai oublié ça :
Il faudrait peut-être aussi supprimer les options nosuid et nodev
Ca implique quoi ???
Hors ligne
#24 Le 02/08/2021, à 10:18
- MicP
Re : Impossible de trouver ou créer le répertoire de la corbeille !
Essaye plutôt juste avec l'option permissions et uid=1000 gid=1000 nosuid et nodev
et en remplaçant le nom des fichiers de périphériques qui sont associés aux partitions
par l'UUID des systèmes de fichiers correspondant
Ce qui donne juste ces deux lignes :
UUID=7A799FFA19D9CA09 /media/bisane/partage ntfs permissions,uid=1000,gid=1000,nosuid,nodev
UUID=580A4C340A4C1184 /media/bisane/DATA ntfs permissions,uid=1000,gid=1000,nosuid,nodev
Testé avec succès sur Ubuntu et debian => montage automatique au démarrage du système, démontage possible depuis le navigateur de fichiers, création de fichiers, édition de fichiers, et corbeille fonctionnelle.
=======
nosuid permet d'interdire les opérations sur les bits suid et sgid d'un fichier qui serait présent dans le système de fichiers monté.
nodev permet d'interdire d’interpréter un fichier de périphérique qui serait présent dans le système de fichiers monté.
D'autre part, quand les deux derniers paramètres (dump pass) d'une ligne d'un fichier /etc/fstab sont à zéro, on peut ne pas les spécifier.
Dernière modification par MicP (Le 02/08/2021, à 11:25)
Hors ligne
#25 Le 02/08/2021, à 10:50
- abelthorne
Re : Impossible de trouver ou créer le répertoire de la corbeille !
J'ignore totalement pourquoi ces permissions se sont mises en "root" : de toute évidence, elles ne l'étaient pas avant !
Peut-être qu'avant tu ne montais pas les partitions au démarrage et que tu les as ajoutées en passant par GNOME Disks ?
Il n'y a que mon compte sur cet ordi. Et, a priori, 'est un compte autorisé pour "root".
Tu as un compte qui a la possibilité d'obtenir temporairement les droits admin (en utilisant sudo) mais ça reste un compte utilisateur normal qui est différent du compte root. Ce sont deux comptes distincts. Le dossier de ta corbeille doit appartenir à ton compte ("bisane") et pas à root dans tous les cas, le fait que tu aies le droit d'obtenir les privilèges de root n'a rien à voir dans l'affaire.
Tu peux modifier le fstab comme indiqué par MicP. Bien sûr, les modifs ne concernent que les deux dernières lignes du fichier, ne touche pas aux autres qui doivent rester comme elles sont. Pour éditer le fichier :
sudo nano /etc/fstab
Modifie les deux lignes, puis fais ctrl + O pour enregistrer le fichier, valide le nom pré-rempli (/etc/fstab) avec entrée, puis ferme Nano avec ctrl + X.
Ensuite, redémarre ou démonte/remonte les partitions :
sudo umount /media/bisane/partage
sudo umount /media/bisane/DATA
sudo mount -a
Hors ligne