Bug 80550 - nautilus don't catch umount cdrom
Summary: nautilus don't catch umount cdrom
Keywords:
Status: CLOSED DUPLICATE of bug 78324
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: nautilus
Version: 9
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Alexander Larsson
QA Contact: Jay Turner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-12-27 21:15 UTC by Féliciano Matias
Modified: 2015-01-08 00:02 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-21 18:50:40 UTC
Embargoed:


Attachments (Terms of Use)

Description Féliciano Matias 2002-12-27 21:15:01 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.6 (X11; Linux i686; U;) Gecko/20020830

Description of problem:
When mounting a cdrom, nautilus put an icon on the desktop.
I mount two cdrom : /mnt/cdrom and /mnt/cdrom1 (dvd driver).
I umount the two cdrom with :
$ umount /mnt/cdrom*

Only one icon is deleted from the desktop.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. mount two cdrom
2. umount the two cdrom with "umount /mnt/cdrom*"

Actual Results:  Nautilus don't delete all icons corresponding of the umounted
cdrom.

Expected Results:  Nautilus delete the icons of cdrom when umount cdrom.

Comment 1 Michael Wardle 2003-01-14 03:39:54 UTC
I think Nautilus does not use FAM to detect changes on read-only drives.

Adding self to CC list...


Comment 2 LENHOF 2003-01-27 09:20:59 UTC
I confirm the problem.... fam has sometime a lock on files on my CDROM....

[root@mylinux root]# umount /mnt/cdrom
umount : /mnt/cdrom : périphérique occupé
[root@mylinux root]# lsof /mnt/cdrom
COMMAND  PID USER   FD   TYPE DEVICE  SIZE   NODE NAME
fam     4787 root   30r   DIR   22,0 18432 100958 /mnt/cdrom/books/apache
fam     4787 root   31r   DIR   22,0 10240 103998 /mnt/cdrom/books/linux-sys
[root@mylinux root]# ps -edf|grep fam
root      4787  4394  0 06:55 ?        00:00:00 fam
root      6533  6475  0 10:12 pts/0    00:00:00 grep fam
[root@mylinux root]# kill -HUP 4787
[root@mylinux root]# umount /mnt/cdrom
[root@mylinux root]#

I think this need to be fixed.... because people who want to use nautilus only
not necessarly know the command line

Regards,

Comment 3 Alexander Larsson 2003-01-27 16:38:46 UTC
What sort of files did you open in /mnt/cdrom/books/apache and
/mnt/cdrom/books/linux-sys? And in what app?


Comment 4 Alexander Larsson 2003-10-22 10:24:20 UTC

*** This bug has been marked as a duplicate of 78324 ***

Comment 5 Red Hat Bugzilla 2006-02-21 18:50:40 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


Note You need to log in before you can comment on or make changes to this bug.