|
|||
1. Managing Removable Media (Overview) 2. Managing Removable Media (Tasks) 3. Accessing Removable Media (Tasks) 4. Writing CDs and DVDs (Tasks) 5. Managing Devices (Overview/Tasks) 6. Dynamically Configuring Devices (Tasks) 7. Using USB Devices (Overview) 9. Using InfiniBand Devices (Overview/Tasks) 11. Administering Disks (Tasks) Administering Disks (Task Map) How to Identify the Disks on a System How to Display Disk Slice Information Creating and Examining a Disk Label Recovering a Corrupted Disk Label How to Recover a Corrupted Disk Label How to Create a format.dat Entry Automatically Configuring SCSI Disk Drives How to Automatically Configure a SCSI Drive How to Identify a Defective Sector by Using Surface Analysis How to Repair a Defective Sector Tips and Tricks for Managing Disks 12. SPARC: Adding a Disk (Tasks) 13. x86: Adding a Disk (Tasks) 14. Configuring Solaris iSCSI Targets and Initiators (Tasks) 15. Configuring and Managing the Solaris Internet Storage Name Service (iSNS) 16. The format Utility (Reference) 17. Managing File Systems (Overview) 18. Creating UFS, TMPFS, and LOFS File Systems (Tasks) 19. Mounting and Unmounting File Systems (Tasks) 20. Using The CacheFS File System (Tasks) 21. Configuring Additional Swap Space (Tasks) 22. Checking UFS File System Consistency (Tasks) 23. UFS File System (Reference) 24. Backing Up and Restoring File Systems (Overview) 25. Backing Up Files and File Systems (Tasks) 26. Using UFS Snapshots (Tasks) 27. Restoring Files and File Systems (Tasks) 28. UFS Backup and Restore Commands (Reference) 29. Copying UFS Files and File Systems (Tasks) |
Formatting a DiskDisks are typically formatted by the manufacturer or reseller. They usually do not need to be reformatted when you install the drive. A disk must be formatted before you can do the following:
Caution - Formatting a disk is a destructive process because it overwrites data on the disk. For this reason, disks are usually formatted only by the manufacturer or reseller. If you think disk defects are the cause of recurring problems, you can use the format utility to do a surface analysis. However, be careful to use only the commands that do not destroy data. How to Determine if a Disk Is Formatted
The following example shows that disk c1t0d0 is formatted. # format /dev/rdsk/c1* AVAILABLE DISK SELECTIONS: 0. /dev/rdsk/c1t0d0s0 <SUN18G cyl 7506 alt 2 hd 19 sec 248> /sbus@2,0/QLGC,isp@2,10000/sd@0,0 1. /dev/rdsk/c1t1d0s0 <SUN18G cyl 7506 alt 2 hd 19 sec 248> /sbus@2,0/QLGC,isp@2,10000/sd@1,0 2. /dev/rdsk/c1t8d0s0 <SUN18G cyl 7506 alt 2 hd 19 sec 248> /sbus@2,0/QLGC,isp@2,10000/sd@8,0 3. /dev/rdsk/c1t9d0s0 <SUN18G cyl 7506 alt 2 hd 19 sec 248> /sbus@2,0/QLGC,isp@2,10000/sd@9,0 Specify disk (enter its number): 0 selecting /dev/rdsk/c1t0d0s0 [disk formatted] How to Format a Disk
The following example shows how to format the disk c0t6d0. # format Searching for disks...done AVAILABLE DISK SELECTIONS: 0. c0t0d0 <SUNW18G cyl 7506 alt 2 hd 19 sec 248 /pci@1f,0/pci@1,1/scsi@2/sd@0,0 1. c0t1d0 <FUJITSU MAN3367M SUN36G 1804 43d671f> /pci@1f,0/pci@1,1/scsi@2/sd@1,0 2. c0t2d0 <FUJITSU MAN3367M SUN36G 1804 43d671f> /pci@1f,0/pci@1,1/scsi@2/sd@2,0 3. c0t3d0 <FUJITSU MAN3367M SUN36G 1804 43d671f> /pci@1f,0/pci@1,1/scsi@2/sd@3,0 4. c0t4d0 <FUJITSU MAN3367M SUN36G 1804 43d671f> /pci@1f,0/pci@1,1/scsi@2/sd@4,0 5. c0t5d0 <FUJITSU MAN3367M SUN36G 1804 43d671f> /pci@1f,0/pci@1,1/scsi@2/sd@5,0 6. c0t6d0 <FUJITSU MAN3367M SUN36G 1804 43d671f> /pci@1f,0/pci@1,1/scsi@2/sd@6,0 Specify disk (enter its number): 6 selecting c0t6d0 [disk formatted] format> format Ready to format. Formatting cannot be interrupted and takes 332 minutes (estimated). Continue? y Beginning format. The current time is Wed Jan 7 16:16:05 2004 Formatting... 99% complete (00:00:21 remaining) done Verifying media... pass 0 - pattern = 0xc6dec6de 71132922 pass 1 - pattern = 0x6db6db6d 71132922 Total of 0 defective blocks repaired. format> quit |
||
|