Results 1 to 2 of 2
I just compiled the 2.6.10.11 kernel (under slackware) on my P3 800MHz.
Almost everything works, but...
Sometimes, when I try to umount some devices (HDs) I get a Segmentation Fault ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-23-2005 #1Just Joined!
- Join Date
- Jan 2004
- Location
- Portugal
- Posts
- 93
Segmentation Fault on umount device.
I just compiled the 2.6.10.11 kernel (under slackware) on my P3 800MHz.
Almost everything works, but...
Sometimes, when I try to umount some devices (HDs) I get a Segmentation Fault error. That kind of freaks me out!!
Any idea what it could be? Something missing in the kernel?
- 05-23-2005 #2
Could it be that some proces is using the filesystem you are unmounting ?
before unmounting to be sure nothing use the filesystem ?Code:lsof | grep /mnt/point


Reply With Quote
