from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| 
.  You are here: System->Tips and Tricks
Find process that block unmounting a partition or CDROMYou want to unmount a CDROM or a partition and get
umount: /boot: device is busy? Just follow these steps to find out who blocks the partition: # lsof /boot
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
tail 8022 Sash 3r REG 3,1 1183 2022 /boot/grub/grub.conf This output shows us that we got a tail command accessing /boot/grub/grub.conf. You can either kill the given process with its PID or search through your consoles and shut down the programm using the file.
rate this article: current rating: average rating: 1.4 (24 votes) (1=very good 6=terrible) Your rating:
back Support this site
Please read "Why adblockers are bad".
|
Other free services .
.
|