#1 Le 09/09/2021, à 15:30
- freewee
[RESOLU]Droits en écriture sur disque externe
Bonjour
Je suis en multiboot Ubuntu 18 Ubuntu 20 W7 W10.
J' utilise un dock externe pour mettre un disque dur (n°1) qui me sert pour mes sauvegarde; pour autant que je me souvienne, je n' ai pas eu de problème de montage avec ce disque, tout se passe normalement...
Mais j' ai un deuxième disque(n°2) que j' utilise aussi dans le dock, et malgré le fait que j' aie vérifié ses options de montage et ses autorisations qui sont identiques au n°1, je n' arrive pas à écrire dessus; seule différence avec le n°1, il y a 2 partitions NTFS et EXT4, les partitions sont bien montées mais pas d' accès en écriture pour les 2 types de partition...
Une piste ? Merci
Dernière modification par freewee (Le 09/09/2021, à 19:57)
Hors ligne
#2 Le 09/09/2021, à 15:55
- geole
Re : [RESOLU]Droits en écriture sur disque externe
Bonjour
Peux-tu donner ces retours
lsblk -fe7 -o +size
ls -ls /media/$USER
mount | grep "(ro," | grep -v snapd
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#3 Le 09/09/2021, à 16:14
- freewee
Re : [RESOLU]Droits en écriture sur disque externe
Merci!
~$ lsblk -fe7 -o +size
NAME FSTYPE LABEL UUID MOUNTPOINT SIZE
sda 465,8G
├─sda1
│ ntfs Windows 10 32041EC6041E8CCB 107G
├─sda2
│ ntfs 7C58B41458B3CB62 544M
├─sda3
│ vfat B856-14BC /boot/efi 102M
├─sda4
│ ext4 Ubuntu2 d3b05b86-8e5c-4a51-8f84-a895b1b270e0 61,9G
├─sda5
│ ntfs Windows 7 32041EC6041E8CCB 78,1G
├─sda6
│ ext4 Ubuntu 38c41f08-7fa6-4ccb-aa86-812bdfb8fdbe / 107,5G
├─sda7
│ ntfs Sauvegarde 54389D64389D45C0 /mnt/54389 22,6G
└─sda8
ext4 Sauve Ubuntu 6d7ab604-fd1c-41e2-87b6-3fc3b3949e92 /mnt/6d7ab 88,1G
sdb 3,7T
├─sdb1
│ ntfs 547DEDAA662F04DD /mnt/01D57 195,3G
├─sdb2
│ swap ceac2dbb-995a-47aa-b607-6704b8d0e75b [SWAP] 8G
└─sdb3
ntfs 6FA4FF2D0F65CBCB /mnt/7EA00 3,5T
sdc 1,8T
└─sdc1
ntfs Disque local 06BC4B74BC4B5D75 1,8T
sde 931,5G
├─sde1
│ ntfs Dock sauvegarde 2
│ 42DEB5CCDEB5B88D /media/dom 832,8G
└─sde2
ext4 Dock ext4 47a16ccc-beac-4140-a374-8744366c5afd /media/dom 98,8G
sr0 1024M
sr1
~$ ls -ls /media/$USER
total 16
4 drwx------ 2 root root 4096 sept. 9 16:32 'Dock ext4'
4 drwxr-xr-x 3 root root 4096 mai 16 18:43 'Dock ext41'
4 drwxrwxrwx 1 dominique dominique 4096 avril 4 11:17 'Dock sauvegarde 2'
4 drwx------ 2 root root 4096 oct. 13 2016 Vista
~$ ls -ls /media/$USER
total 16
4 drwx------ 2 root root 4096 sept. 9 16:32 'Dock ext4'
4 drwxr-xr-x 3 root root 4096 mai 16 18:43 'Dock ext41'
4 drwxrwxrwx 1 dominique dominique 4096 avril 4 11:17 'Dock sauvegarde 2'
4 drwx------ 2 root root 4096 oct. 13 2016 Vista
dominique@dominiqueBIG:~$ mount | grep "(ro," | grep -v snapd
/dev/sde2 on /media/dominique/Dock ext41 type ext4 (ro,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
/dev/sde1 on /media/dominique/Dock sauvegarde 2 type fuseblk (ro,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
Hors ligne
#4 Le 09/09/2021, à 16:28
- geole
Re : [RESOLU]Droits en écriture sur disque externe
Ils sont bien montés en lecture seule. On va essayer de trouver la raison
journalctl --no-pager -b -g sde
cat /etc/fstab
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#5 Le 09/09/2021, à 16:33
- freewee
Re : [RESOLU]Droits en écriture sur disque externe
~$ journalctl --no-pager -b -g sde
journalctl : option invalide -- 'g'
~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc1 during installation
UUID=38c41f08-7fa6-4ccb-aa86-812bdfb8fdbe / ext4 errors=remount-ro 0 1
# /dev/sda4
/dev/disk/by-uuid/6FA4FF2D0F65CBCB /mnt/7EA009AAA00969CB auto nosuid,nodev,nofail,x-gvfs-show 0 0
#UUID=B856-14BC /boot/efi vfat defaults 0 1
/dev/disk/by-uuid/547DEDAA662F04DD /mnt/01D57C460BFD1CF0 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/ceac2dbb-995a-47aa-b607-6704b8d0e75b none swap sw 0 0
/dev/disk/by-uuid/B856-14BC /mnt/B856-14BC auto nosuid,nodev,nofail 0 0
UUID=B856-14BC /boot/efi vfat defaults 0 1
/dev/disk/by-uuid/54389D64389D45C0 /mnt/54389D64389D45C0 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/6d7ab604-fd1c-41e2-87b6-3fc3b3949e92 /mnt/6d7ab604-fd1c-41e2-87b6-3fc3b3949e92 auto nosuid,nodev,nofail,x-gvfs-show 0 0
Hors ligne
#6 Le 09/09/2021, à 16:47
- geole
Re : [RESOLU]Droits en écriture sur disque externe
journalctl --no-pager -b | grep sde
Dernière modification par geole (Le 09/09/2021, à 16:47)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#7 Le 09/09/2021, à 16:54
- freewee
Re : [RESOLU]Droits en écriture sur disque externe
~$ journalctl --no-pager -b | grep sde
sept. 09 16:37:59 dominiqueBIG kernel: sd 4:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
sept. 09 16:37:59 dominiqueBIG kernel: sd 4:0:0:0: [sde] Write Protect is off
sept. 09 16:37:59 dominiqueBIG kernel: sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
sept. 09 16:37:59 dominiqueBIG kernel: sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sept. 09 16:37:59 dominiqueBIG kernel: sde: sde1 sde2
sept. 09 16:37:59 dominiqueBIG kernel: sd 4:0:0:0: [sde] Attached SCSI disk
sept. 09 16:38:30 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#3 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
sept. 09 16:38:30 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#3 Sense Key : Illegal Request [current]
sept. 09 16:38:30 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#3 Add. Sense: Unaligned write command
sept. 09 16:38:30 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#3 CDB: Write(10) 2a 00 6e 1c b8 00 00 00 08 00
sept. 09 16:38:30 dominiqueBIG kernel: print_req_error: I/O error, dev sde, sector 1847375872
sept. 09 16:38:30 dominiqueBIG kernel: print_req_error: I/O error, dev sde, sector 1847375872
sept. 09 16:38:30 dominiqueBIG kernel: Buffer I/O error on dev sde2, logical block 12615680, lost sync page write
sept. 09 16:38:30 dominiqueBIG kernel: JBD2: Error -5 detected when updating journal superblock for sde2-8.
sept. 09 16:38:30 dominiqueBIG kernel: Aborting journal on device sde2-8.
sept. 09 16:38:32 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#6 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
sept. 09 16:38:32 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#6 Sense Key : Illegal Request [current]
sept. 09 16:38:32 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#6 Add. Sense: Unaligned write command
sept. 09 16:38:32 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#6 CDB: Write(10) 2a 00 6e 1c b8 00 00 00 08 00
sept. 09 16:38:32 dominiqueBIG kernel: print_req_error: I/O error, dev sde, sector 1847375872
sept. 09 16:38:32 dominiqueBIG kernel: print_req_error: I/O error, dev sde, sector 1847375872
sept. 09 16:38:32 dominiqueBIG kernel: Buffer I/O error on dev sde2, logical block 12615680, lost sync page write
sept. 09 16:38:32 dominiqueBIG kernel: JBD2: Error -5 detected when updating journal superblock for sde2-8.
sept. 09 16:38:32 dominiqueBIG kernel: EXT4-fs warning (device sde2): ext4_clear_journal_err:5070: Filesystem error recorded from previous mount: Journal has aborted
sept. 09 16:38:32 dominiqueBIG kernel: EXT4-fs warning (device sde2): ext4_clear_journal_err:5071: Marking fs in need of filesystem check.
sept. 09 16:38:33 dominiqueBIG kernel: EXT4-fs (sde2): warning: mounting fs with errors, running e2fsck is recommended
sept. 09 16:38:33 dominiqueBIG kernel: EXT4-fs (sde2): recovery complete
sept. 09 16:38:33 dominiqueBIG kernel: EXT4-fs (sde2): mount failed
sept. 09 16:38:49 dominiqueBIG kernel: EXT4-fs warning (device sde2): ext4_clear_journal_err:5070: Filesystem error recorded from previous mount: IO failure
sept. 09 16:38:49 dominiqueBIG kernel: EXT4-fs warning (device sde2): ext4_clear_journal_err:5071: Marking fs in need of filesystem check.
sept. 09 16:38:52 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#27 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
sept. 09 16:38:52 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#27 Sense Key : Illegal Request [current]
sept. 09 16:38:52 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#27 Add. Sense: Unaligned write command
sept. 09 16:38:52 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#27 CDB: Write(10) 2a 00 68 18 b8 00 00 00 08 00
sept. 09 16:38:52 dominiqueBIG kernel: print_req_error: I/O error, dev sde, sector 1746450432
sept. 09 16:38:52 dominiqueBIG kernel: print_req_error: I/O error, dev sde, sector 1746450432
sept. 09 16:38:52 dominiqueBIG kernel: Buffer I/O error on dev sde2, logical block 0, lost sync page write
sept. 09 16:38:53 dominiqueBIG kernel: EXT4-fs (sde2): warning: mounting fs with errors, running e2fsck is recommended
sept. 09 16:38:53 dominiqueBIG kernel: EXT4-fs (sde2): previous I/O error to superblock detected
sept. 09 16:38:53 dominiqueBIG kernel: EXT4-fs (sde2): recovery complete
sept. 09 16:38:55 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#20 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
sept. 09 16:38:55 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#20 Sense Key : Illegal Request [current]
sept. 09 16:38:55 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#20 Add. Sense: Unaligned write command
sept. 09 16:38:55 dominiqueBIG kernel: sd 4:0:0:0: [sde] tag#20 CDB: Write(10) 2a 00 6e 1c b8 00 00 00 08 00
sept. 09 16:38:55 dominiqueBIG kernel: print_req_error: I/O error, dev sde, sector 1847375872
sept. 09 16:38:55 dominiqueBIG kernel: print_req_error: I/O error, dev sde, sector 1847375872
sept. 09 16:38:55 dominiqueBIG kernel: Buffer I/O error on dev sde2, logical block 12615680, lost sync page write
sept. 09 16:38:55 dominiqueBIG kernel: JBD2: Error -5 detected when updating journal superblock for sde2-8.
sept. 09 16:38:55 dominiqueBIG kernel: Aborting journal on device sde2-8.
sept. 09 16:38:56 dominiqueBIG kernel: EXT4-fs (sde2): mounted filesystem with ordered data mode. Opts: (null)
sept. 09 16:38:56 dominiqueBIG udisksd[1467]: Mounted /dev/sde2 at /media/dominique/Dock ext41 on behalf of uid 1000
sept. 09 16:38:57 dominiqueBIG kernel: EXT4-fs error (device sde2): ext4_journal_check_start:61: Detected aborted journal
sept. 09 16:38:57 dominiqueBIG kernel: EXT4-fs (sde2): Remounting filesystem read-only
sept. 09 16:39:23 dominiqueBIG ntfs-3g[4597]: Mounted /dev/sde1 (Read-Only, label "Dock sauvegarde 2", NTFS 3.1)
sept. 09 16:39:23 dominiqueBIG ntfs-3g[4597]: Mount options: rw,nodev,nosuid,uhelper=udisks2,allow_other,nonempty,relatime,ro,default_permissions,fsname=/dev/sde1,blkdev,blksize=4096
sept. 09 16:39:23 dominiqueBIG udisksd[1467]: Mounted /dev/sde1 at /media/dominique/Dock sauvegarde 2 on behalf of uid 1000
Hors ligne
#8 Le 09/09/2021, à 17:03
- geole
Re : [RESOLU]Droits en écriture sur disque externe
D'accord
sept. 09 16:38:30 dominiqueBIG kernel: print_req_error: I/O error, dev sde, sector 1847375872
sept. 09 16:38:30 dominiqueBIG kernel: print_req_error: I/O error, dev sde, sector 1847375872
Cela fait souvent basculer en mode lecture
sept. 09 16:38:57 dominiqueBIG kernel: EXT4-fs error (device sde2): ext4_journal_check_start:61: Detected aborted journal
sept. 09 16:38:57 dominiqueBIG kernel: EXT4-fs (sde2): Remounting filesystem read-only
On va regarder l'état du disque avec l'application smartmontools https://doc.ubuntu-fr.org/smartmontools
1) Installation du logiciel
sudo apt-get install --no-install-recommends smartmontools
2) Tu publies ce retour
sudo smartctl -s on -a /dev/sde
Dernière modification par geole (Le 09/09/2021, à 17:06)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#9 Le 09/09/2021, à 17:13
- freewee
Re : [RESOLU]Droits en écriture sur disque externe
~$ sudo smartctl -s on -a /dev/sde
[sudo] Mot de passe de dominique :
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-156-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: SAMSUNG SpinPoint F1 DT
Device Model: SAMSUNG HD103UJ
Serial Number: S13PJ90SC14732
LU WWN Device Id: 5 0024e9 201903b67
Firmware Version: 1AA01118
User Capacity: 1000204886016 bytes [1,00 TB]
Sector Size: 512 bytes logical/physical
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA/ATAPI-7, ATA8-ACS T13/1699-D revision 3b
Local Time is: Thu Sep 9 18:11:02 2021 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (13724) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 230) minutes.
Conveyance self-test routine
recommended polling time: ( 24) minutes.
SCT capabilities: (0x003f) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 100 091 051 Pre-fail Always - 38
3 Spin_Up_Time 0x0007 070 070 011 Pre-fail Always - 9650
4 Start_Stop_Count 0x0032 097 097 000 Old_age Always - 3241
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
7 Seek_Error_Rate 0x000f 100 100 051 Pre-fail Always - 0
8 Seek_Time_Performance 0x0025 100 100 015 Pre-fail Offline - 14125
9 Power_On_Hours 0x0032 097 097 000 Old_age Always - 15152
10 Spin_Retry_Count 0x0033 100 100 051 Pre-fail Always - 0
11 Calibration_Retry_Count 0x0012 100 100 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 097 097 000 Old_age Always - 3184
13 Read_Soft_Error_Rate 0x000e 100 091 000 Old_age Always - 37
183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 17
184 End-to-End_Error 0x0033 100 100 000 Pre-fail Always - 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 923
188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0
190 Airflow_Temperature_Cel 0x0022 065 057 000 Old_age Always - 35 (Min/Max 28/35)
194 Temperature_Celsius 0x0022 062 056 000 Old_age Always - 38 (Min/Max 28/38)
195 Hardware_ECC_Recovered 0x001a 100 100 000 Old_age Always - 6484
196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 100 100 000 Old_age Always - 184
200 Multi_Zone_Error_Rate 0x000a 100 100 000 Old_age Always - 0
201 Soft_Read_Error_Rate 0x000a 253 253 000 Old_age Always - 0
SMART Error Log Version: 1
ATA Error Count: 3
CR = Command Register [HEX]
FR = Features Register [HEX]
SC = Sector Count Register [HEX]
SN = Sector Number Register [HEX]
CL = Cylinder Low Register [HEX]
CH = Cylinder High Register [HEX]
DH = Device/Head Register [HEX]
DC = Device Command Register [HEX]
ER = Error register [HEX]
ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.
Error 3 occurred at disk power-on lifetime: 0 hours (0 days + 0 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
84 51 1f 49 71 67 e0 Error: ICRC, ABRT 31 sectors at LBA = 0x00677149 = 6779209
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
c8 00 00 68 70 67 e0 00 00:10:30.860 READ DMA
c8 00 00 68 6f 67 e0 00 00:10:30.850 READ DMA
c8 00 00 68 6e 67 e0 00 00:10:30.850 READ DMA
c8 00 c0 a8 6d 67 e0 00 00:10:30.850 READ DMA
c8 00 60 48 6d 67 e0 00 00:10:30.850 READ DMA
Error 2 occurred at disk power-on lifetime: 0 hours (0 days + 0 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
84 51 0f 99 7b 67 e0 Error: ICRC, ABRT 15 sectors at LBA = 0x00677b99 = 6781849
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
c8 00 60 48 7b 67 e0 00 00:10:29.900 READ DMA
c8 00 30 18 7b 67 e0 00 00:10:29.900 READ DMA
c8 00 18 00 7b 67 e0 00 00:10:29.880 READ DMA
ef 10 02 00 00 00 a0 00 00:10:29.880 SET FEATURES [Enable SATA feature]
ec 00 00 00 00 00 a0 00 00:10:29.870 IDENTIFY DEVICE
Error 1 occurred at disk power-on lifetime: 0 hours (0 days + 0 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
84 51 af d9 8b 67 e0 Error: ICRC, ABRT 175 sectors at LBA = 0x00678bd9 = 6786009
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
c8 00 00 88 8b 67 e0 00 00:10:28.130 READ DMA
c8 00 00 88 8a 67 e0 00 00:10:28.110 READ DMA
c8 00 00 88 89 67 e0 00 00:10:28.100 READ DMA
c8 00 00 88 88 67 e0 00 00:10:28.080 READ DMA
c8 00 00 88 87 67 e0 00 00:10:28.070 READ DMA
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Short offline Completed without error 00% 9046 -
# 2 Short offline Completed without error 00% 9026 -
# 3 Extended offline Aborted by host 90% 9026 -
# 4 Short offline Completed without error 00% 9025 -
# 5 Short offline Completed: read failure 20% 8993 940014429
# 6 Extended offline Completed: read failure 90% 8989 940014429
# 7 Short offline Completed: read failure 20% 8989 940014429
# 8 Short offline Completed: read failure 20% 8989 940014429
# 9 Short offline Completed: read failure 20% 8985 940014429
#10 Short offline Completed: read failure 20% 8985 940014429
#11 Short offline Completed: read failure 20% 8985 940014429
#12 Short offline Completed: read failure 20% 8982 940014429
#13 Short offline Completed: read failure 20% 8981 940014429
#14 Short offline Completed: read failure 20% 8981 940014429
#15 Short offline Completed: read failure 20% 8968 940014429
#16 Short offline Completed: read failure 20% 8953 940014429
#17 Short offline Completed: read failure 20% 8952 940014429
#18 Extended offline Completed: read failure 90% 8952 940014429
#19 Short offline Completed: read failure 20% 8952 940014429
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
Hors ligne
#10 Le 09/09/2021, à 17:38
- geole
Re : [RESOLU]Droits en écriture sur disque externe
Je ne sais pas très bien traiter ce type d'erreur
ICRC: Interface Cyclic Redundancy Code (CRC) error
Interface CRC error during Ultra DMA transfer - often either a bad cable or power problem, though possibly an incorrect Ultra DMA mode setting by the driver.
Soit la connectique est pourrie, Essaie de changer le câble si c'est faisable facilement
Soit il y a un manque de puissance electrique
Tu en as pas mal
Error: ICRC, ABRT 31 sectors at LBA = 0x00677149 = 6779209
Error: ICRC, ABRT 15 sectors at LBA = 0x00677b99 = 6781849
Error: ICRC, ABRT 175 sectors at LBA = 0x00678bd9 = 6786009
Dans un premier temps tu peux toujours tenter de réparer
Pour la partition EXT4
sudo fsck -f /dev/sde2
pour la partition NTFS, il faudrait demander à windows ou tenter
sudo ntfsfix /dev/sde1
Dernière modification par geole (Le 09/09/2021, à 17:39)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#11 Le 09/09/2021, à 17:54
- freewee
Re : [RESOLU]Droits en écriture sur disque externe
Merci
je vais vérifier tout ça!
Le logiciel disk installé dans Ubuntu m' indiquait disque sain, donc je ne m' étais pas inquiété!
Je vais voir aussi dans Windows si ça m' apporte quelque chose!
Je te tiens au courant! Encore merci de cette aide rapide!
Hors ligne
#12 Le 09/09/2021, à 19:11
- freewee
Re : [RESOLU]Droits en écriture sur disque externe
Ça avance, Windows a corrigé des erreurs sur la partition NTFS (Ubuntu a juste dit qu' il y avait des erreurs sans les corriger), et maintenant je peux écrire dessus! Pour la partiton EXT4, pas encore d' écriture dessus, Unbutu ne semble pas trouver d'erreur, mais je vais approfondir!
Hors ligne
#13 Le 09/09/2021, à 20:13
- freewee
Re : [RESOLU]Droits en écriture sur disque externe
J ai supprimé et reformaté 2 fois ma partition EXT4 avec Gparted, mais toujours impossible d' écrire sur cette partition!!
J' ai tenté l' opération avec Disk et là pas de problème, j' arrive à écrire dessus! Les mystères informatiques.
En résumé je cumulais 2 types d' erreurs, sur la partition NTFS et la partition EXT4, alors que les vérifications basiques ne montraient rien; j' en ai passé du temps a explorer les droits en écriture dans Linux!
Merci encore de m' avoir bien aiguillé!
Dominique
Hors ligne