Difference between revisions of "Outils/Format"

From MorphOS Library

< Outils

(Created page with "== Description == Outils pour formater les partitions présentes sur vos disques durs, clés USB etc... == Utilisation == * Select the device to be formatted from the list...")
 
(Capture d'écran)
Line 21: Line 21:
  
 
== Capture d'écran ==
 
== Capture d'écran ==
: [[File:Format.png]]
+
: [[File:Format_fr.png]]
 
 
  
 
== Voir aussi ==
 
== Voir aussi ==
 
* [[Shell_Commands/Format]]
 
* [[Shell_Commands/Format]]
 
* [[Outils/HDConfig]]
 
* [[Outils/HDConfig]]

Revision as of 20:42, 28 February 2016

Description

Outils pour formater les partitions présentes sur vos disques durs, clés USB etc...


Utilisation

  • Select the device to be formatted from the list on the left.
  • Enter the label, which will be the volume name of the partition.
  • Check the filesystem dependant options. Check the note below.
  • Click the "Quick Format..." button. In practise all modern devices should be formatted only with that option.


Notes

  • Also accessible though Ambient RMB > Utilities > Format. 
  • About the Recycled option with SFS:
    • SFS is the default filesystem on MorphOS. It can have a special directory which contains recently deleted files. The directory is named as .recycled and it resides at the root level of every SFS partition (SYS:.recycled for example). Depending the format options it may be disabled, hidden but accessible, or visible.
    • If it's hidden, you can't see it even with "View All Files" option, but you can access it from the shell or Ambient (for example by pressing / key and then writing it to the path string after the volume name).
    • You shouldn't modify any files in it, but you can recover deleted files by copying them to some other path.
    • The directory is purged automatically when needed.


Capture d'écran

Format fr.png

Voir aussi