#327 closed defect (fixed)
apparently in use by the system; will not make a filesystem here
Reported by: | Pedro | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | highest | Milestone: | 2.2.9 |
Component: | mondo | Version: | 2.2.8 |
Severity: | normal | Keywords: | |
Cc: | xytas@… |
Description
Hi Friends,
I have a problem in the mondo rescue
The problem is:
/dev/sda1 is apparently in use by the system; will not make a filesystem here
the format the device /dev/sda1 is failed
The problem occurs when you try to format the partition when restoring
Server is Dell PowerEdge 2950, OS opensuse 10.2
Please Help me
Attachments (3)
Change History (18)
follow-up: 4 comment:1 by , 16 years ago
by , 16 years ago
Attachment: | mondorestore.log added |
---|
by , 16 years ago
Attachment: | mondoarchive.log added |
---|
comment:3 by , 16 years ago
I tried to format partitions manually (/dev/sda1 ext2 or ext3) but I couldnt. Fsck o mkfs messages were "The device is busy, mounted or was opened in exclusive mode".
Thanks.
comment:4 by , 16 years ago
Replying to bruno:
Replying to psantacruz:
Please Help me
please provide log files (/var/log/mondoarchive.log at archive time and /var/log/mondorestore.log at restore time)
the log files are in the attachment I tried to format partitions manually (/dev/sda1 ext2 or ext3) but I couldnt. Fsck o mkfs messages were "The device is busy, mounted or was opened in exclusive mode".
Bruno Please I need Your Help
Thanks.
follow-up: 6 comment:5 by , 16 years ago
Status: | new → assigned |
---|
First, you should update to mindi 2.0.6 for safety reasons.
Then, you should not use -H as long as you have not a working environment.
I don't understand why you r device is already used by the system at that point. Did you add stuff to deplist.txt ? do you have additional apps running ?
Could you add lsof to deplist.txt and retry. The use lsof to detect which process uses sda1 ?
by , 16 years ago
comment:6 by , 16 years ago
Replying to bruno:
First, you should update to mindi 2.0.6 for safety reasons.
Then, you should not use -H as long as you have not a working environment.
I don't understand why you r device is already used by the system at that point. Did you add stuff to deplist.txt ? do you have additional apps running ?
Could you add lsof to deplist.txt and retry. The use lsof to detect which process uses sda1 ?
Bruno This is my lsof result in the restore time help me
comment:7 by , 16 years ago
Another thing to check is around the dm configuration. Do you have one ? It seems from your logs that dm devices are created which could avoid sda to be used correctly and formated.
follow-up: 10 comment:8 by , 15 years ago
Hi, we've got a dell 2950 as well. I had the same error trying to run mkfs. Note we have dell external raid storage on the system.
Run this: /sbin/dmsetup status
then remove with: /sbin/dmsetup remove_all
after this, I was able to run mkfs without the error. ...you may have to reconfig the above later... ...Doug.
comment:10 by , 15 years ago
Replying to Doug Luijkx:
Hi, we've got a dell 2950 as well. I had the same error trying to run mkfs. Note we have dell external raid storage on the system.
Run this: /sbin/dmsetup status
then remove with: /sbin/dmsetup remove_all
after this, I was able to run mkfs without the error. ...you may have to reconfig the above later... ...Doug.
I have Dell T300s and PE 2900s RH 5.3 same problem, same solution
follow-up: 12 comment:11 by , 15 years ago
Have you tried booting with option nompath ? Cf: http://trac.mondorescue.org/browser/branches/2.2.9/mindi/README.bootparam Does it helps ?
comment:12 by , 15 years ago
Replying to bruno:
Have you tried booting with option nompath ? Cf: http://trac.mondorescue.org/browser/branches/2.2.9/mindi/README.bootparam Does it helps ?
Yes, thank you that worked!
comment:14 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:15 by , 15 years ago
Cc: | added |
---|
Same situation here!
mindi 2.0.6-1.fc5
mondo 2.2.8-1.fc5
Tried to migrate the ISO image from a DELL R200 (without RAID) to custom build server, Atom 2xDCore with an board RAID Controller and the same message appears when it comes to mk2fs.ext3 or mk2fs.ext2 command.
However, it does not have any problem with swap partitioning located on the same physical disc :|
The dmsetup command saved our lives here, guys!
Thank you!
Replying to psantacruz:
please provide log files (/var/log/mondoarchive.log at archive time and /var/log/mondorestore.log at restore time)