N'y aurait-il pas un pb avec la commande 'diskutil unmount'
Last login: Tue Oct 19 10:47:31 on ttyp1
Welcome to Darwin!
[Ordinateur-de-XXXX:~] xxxx% mount
/dev/disk0s9 on / (local)
devfs on /dev (local)
fdesc on /dev (union)
<volfs> on /.vol (read-only)
/dev/disk1s2 on /Volumes/Externe (local)
automount -fstab [313] on /Network/Servers (automounted)
automount -static [313] on /automount (automounted)
/dev/disk2s1 on /Volumes/IOMEGAMINI (local, nodev, nosuid)
[Ordinateur-de-XXXX:~] xxxx% diskutil unmount/dev/disk2s1
Couldn't open device /dev/rdisk2
Couldn't open device /dev/rdisk2
Disk Utility Tool �2002, Apple Computer, Inc.
Utility to manage disks and volumes.
Most options require root access to the device
Usage: diskutil <verb> <options>
<verb> is one of the following:
list (List the partitions of a disk)
information | info (Get information on a disk or volume)
unmount (Unmount a single volume)
unmountDisk (Unmount an entire disk (all volumes))
eject (Eject a disk)
mount (Mount a single volume)
mountDisk (Mount an entire disk (all mountable volumes))
rename (Rename a volume)
enableJournal (Enable HFS+ journaling on a mounted HFS+ volume)
disableJournal (Disable HFS+ journaling on a mounted HFS+ volume)
verifyDisk (Verify the structure of a volume)
repairDisk (Repair the structure of a volume)
verifyPermissions (Verify the permissions of a volume)
repairPermissions (Repair the permissions of a volume)
eraseDisk (Erase an existing disk, removing all volumes)
eraseVolume (Erase an existing volume)
eraseOptical (Erase an optical media (CD/RW, DVD/RW, etc.))
partitionDisk ((re)Partition a disk, removing all volumes)
createRAID (Create a RAID set on multiple disks)
destroyRAID (Destroy an existing RAID set)
checkRAID (Check a RAID set for errors)
repairMirror (Repair a damaged RAID mirror set)
[Ordinateur-de-XXXX:~] xxxx% newfs_msdos -F 32 -v "CLEF USB" /dev/disk2s1
newfs_msdos: /dev/disk2s1: Device busy
[Ordinateur-de-XXXX:~] xxxx%