after copying files on a usb stick and try to unmount the drive (from the icon placed on kde desktop) with right click & safety remove, I receive this error:
	I guess this issue is because the file transfer is delayed. Can be fixed the file transfer dialog to be displayed correctly?  Or from the active processes that are using the drive. I just wonder why dhcp is using my usb stick? why pppd?
Edit:
Anyway, the command
	doesn't work. it's response is something like this:
	
							
						
					Code:
	
	Unfortunately, the device system:/media/sda1 (/dev/sda1) named '1.0G Removable Media' and currently mounted at /media/disk could not be unmounted. Unmounting failed due to the following error:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Moreover, programs still using the device have been detected. They are listed below. You have to close them or change their working directory before attempting to unmount the device again.
           USER    PID ACCESS COMMAND
/media/disk:     root     1 ....m init
           root    2620 ....m udevd
           dhcp    3960 ....m dhclient3
           root    4259 ....m pppd
           root    4408 ....m getty
           root    4409 ....m getty
           root    4411 ....m getty
           root    4412 ....m getty
           root    4413 ....m getty
           root    4414 ....m getty
...
Edit:
Anyway, the command
Code:
	
	sudo umount /dev/sda1
Code:
	
	/dev/sda1 is not mounted







Comment