Dernière édition par un modérateur:
diskutil list
diskutil verifyVolume disk3s2
Last login: Tue Mar 20 08:40:17 on console
MacBook-Pro-2:~ joffreymasson$ diskutil verifyVolume disk3
Unable to find disk for disk3
MacBook-Pro-2:~ joffreymasson$ diskutil verifyVolume disk2s2
Started file system verification on disk2s2 Gris
Verifying file system
Volume could not be unmounted
Using live mode
Performing fsck_hfs -fn -l -x /dev/rdisk2s2
File system check exit code is 8
Restoring the original state found as mounted
Error: -69845: File system verify or repair failed
Underlying error: 8: Exec format error
MacBook-Pro-2:~ joffreymasson$
diskutil info /Volumes/Gris
Last login: Tue Mar 20 08:43:53 on ttys000
MacBook-Pro-2:~ joffreymasson$ diskutil info /Volumes/Gris
Device Identifier: disk2s2
Device Node: /dev/disk2s2
Whole: No
Part of Whole: disk2
Volume Name: Gris
Mounted: Yes
Mount Point: /Volumes/Gris
Partition Type: Apple_HFS
File System Personality: Case-sensitive Journaled HFS+
Type (Bundle): hfs
Name (User Visible): Mac OS Extended (Case-sensitive, Journaled)
Journal: Journal size 49152 KB at offset 0x12a1000
Owners: Disabled
OS Can Be Installed: Yes
Media Type: Generic
Protocol: USB
SMART Status: Not Supported
Volume UUID: 8E5CC75B-B459-35E8-B0F9-75D12E42B1E5
Disk / Partition UUID: FE8FBADF-2FDA-4ED6-B552-D38D97990353
Disk Size: 639.8 GB (639790026752 Bytes) (exactly 1249589896 512-Byte-Units)
Device Block Size: 512 Bytes
Volume Total Space: 639.8 GB (639790026752 Bytes) (exactly 1249589896 512-Byte-Units)
Volume Used Space: 395.2 GB (395194208256 Bytes) (exactly 771863688 512-Byte-Units) (61.8%)
Volume Available Space: 244.6 GB (244595818496 Bytes) (exactly 477726208 512-Byte-Units) (38.2%)
Allocation Block Size: 4096 Bytes
Read-Only Media: No
Read-Only Volume: No
Device Location: External
Removable Media: Fixed
MacBook-Pro-2:~ joffreymasson$
ls /Volumes/Gris
ls /Volumes
Last login: Tue Mar 20 12:14:00 on ttys000
MacBook-Pro-2:~ joffreymasson$ ls /Volumes/Gris
Back up Alex iTunes
Backups.backupdb montage
Bibliothèque Photos.photoslibrary new song
SJ5000 pole emploi
arnaud tmbootpicker.efi
back up
MacBook-Pro-2:~ joffreymasson$
sudo rm -rf /Volumes/Gris/Backups.backupdb
ls /Volumes/Gris
df -H /Volumes/Gris
diskutil mount disk2s2
Last login: Tue Mar 20 13:23:07 on ttys000
MacBook-Pro-2:~ joffreymasson$ ls /Volumes/Gris
ls: Gris: Permission denied
MacBook-Pro-2:~ joffreymasson$ diskutil mount disk2s2
Unable to find disk for disk2s2
MacBook-Pro-2:~ joffreymasson$