This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:storage:disk_in_use [2012/05/09 11:10] 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: | ||
http:// | http:// | ||
Line 9: | Line 11: | ||
http:// | http:// | ||
- | :!: This commonly occurs after using a drive in BIOS-based RAID. | + | :!: This commonly occurs after using a drive in BIOS-based |
- | 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: | ||
< | < | ||
- | /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 / | ||
</ | </ | ||
+ | |||
+ | ===== Determine the Problem ===== | ||
- Check if the filesystem is already mounted | - Check if the filesystem is already mounted | ||
Line 31: | Line 41: | ||
===== Fix the Problem ===== | ===== Fix the Problem ===== | ||
- | Carefully try one of these options based on what you found: | + | //Carefully// try one of these options based on what you found (in no particular order): |
* < | * < | ||
- | * dmraid -r -E | + | * < |
- | * dmraid -r -E -f pdc | + | * < |
- | * | + | * < |