User Tools

Site Tools


computing:storage:disk_in_use

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:storage:disk_in_use [2012/05/09 11:14]
gcooper
computing:storage:disk_in_use [2015/06/23 16:18] (current)
gcooper
Line 1: Line 1:
 ====== Disk in Use ====== ====== Disk in Use ======
 +
 +See also **[[computing:storage:raid_metadata_removal|RAID Metadata Removal]]**
  
 http://forums.fedoraforum.org/showthread.php?t=242935 http://forums.fedoraforum.org/showthread.php?t=242935
Line 9: Line 11:
 http://www.overclockers.com/forums/showthread.php?t=667317 http://www.overclockers.com/forums/showthread.php?t=667317
  
-:!: This commonly occurs after using a drive in BIOS-based RAID.+:!: This commonly occurs after using a drive in BIOS-based RAID or when re-using a drive that was previosly used in the older dmraid-style software RAID.
  
-When preparing a disk or partition for use on Linux, you may see an error such as:+===== Possible Error Messages ===== 
 + 
 +When using or preparing a disk or partition for use on Linux, you may see an error such as one of these:
  
 <file> <file>
-/dev/sda1 is apparently in use by the system; will not make a filesystem here!+/dev/sdxx is apparently in use by the system; will not make a filesystem here! 
 + 
 +Device or resource busy 
 + 
 +mount: /dev/sdxx already mounted or /mount/point busy
 </file> </file>
 +
 +===== Determine the Problem =====
  
   - Check if the filesystem is already mounted   - Check if the filesystem is already mounted
Line 35: Line 45:
     * <file>dmsetup remove xxxxxxxx</file>     * <file>dmsetup remove xxxxxxxx</file>
     * <file>dmraid -r -E</file>     * <file>dmraid -r -E</file>
-    * <file>dmraid -r -E -f pdc</file>+    * <file>dmraid -r -E -f [pdc,nvidia]</file>
     * <file>dmraid -r -E /dev/sd[a,b,c...]</file>     * <file>dmraid -r -E /dev/sd[a,b,c...]</file>
computing/storage/disk_in_use.1336583651.txt.gz · Last modified: 2012/05/09 11:14 by gcooper