Re: viewing/editing files at SMB locations

H M Kunzmann <[email protected]> 22 Oct 2003 15:55:20 +0200
Newsgroups gmane.linux.redhat.release.psyche
Message-ID <[email protected]>
> A process needs to run in memory in order to make this
> happen, but I don't know why such a process would still
> be attached to my mount command. Still haven't figured that
> one out!

It's not attached to your smbmnt process, it's attached to the
/mnt/smbmnt directory ... your mount point. That's where the file
exists, so that's where the file handler needs to connect to. 

> fam       1616   jason   28r   DIR        0,8     4096         3
> /mnt/smbmnt/.Trash-jason

This thus means that the process with ID 1616 is using the file
/mnt/smbmnt..Trash-jason

now you can 
#ps -elf |grep 1616
to get the specific details of the guilty party.
signature.asc (application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQA/loxH6+7+TmiwxEkRAi/qAJ9EUSbVcx/ucotOBHrriIJ1CmoWEgCg1ZMs
LqP9yXMzh5E3zwAvBANUUmk=
=GAZm
-----END PGP SIGNATURE-----