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/10/04 11:31] 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 11: | Line 13: | ||
:!: 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. | :!: 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: | ||
< | < | ||
- | /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 | Device or resource busy | ||
Line 20: | Line 24: | ||
mount: /dev/sdxx already mounted or / | mount: /dev/sdxx already mounted or / | ||
</ | </ | ||
+ | |||
+ | ===== Determine the Problem ===== | ||
- Check if the filesystem is already mounted | - Check if the filesystem is already mounted |