Re: how to remove ? directory

2014-01-29 Thread berenger . morel
Le 28.01.2014 16:41, John L. Ries a écrit : On Tue, 28 Jan 2014, lina wrote: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs a# rm -rf .gvfs rm: cannot remove `.gvfs': Is a directory any advice, I think the .gvfs being introduced long time

Re: how to remove ? directory

2014-01-28 Thread darkestkhan
On Tue, Jan 28, 2014 at 7:16 AM, lina lina.lastn...@gmail.com wrote: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs a# rm -rf .gvfs rm: cannot remove `.gvfs': Is a directory any advice, I think the .gvfs being introduced long time ago when I

Re: how to remove ? directory

2014-01-28 Thread lina
On Tuesday 28,January,2014 06:19 PM, darkestkhan wrote: On Tue, Jan 28, 2014 at 7:16 AM, lina lina.lastn...@gmail.com wrote: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs a# rm -rf .gvfs rm: cannot remove `.gvfs': Is a directory any

Re: how to remove ? directory

2014-01-28 Thread Lisi Reisz
On Tuesday 28 January 2014 10:27:45 lina wrote: On Tuesday 28,January,2014 06:19 PM, darkestkhan wrote: On Tue, Jan 28, 2014 at 7:16 AM, lina lina.lastn...@gmail.com wrote: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs a# rm -rf .gvfs

ERRATUM Re: how to remove ? directory

2014-01-28 Thread Lisi Reisz
On Tuesday 28 January 2014 11:05:33 Lisi Reisz wrote: # rm .gvfs ERRATUM! # rmdir .gvfs sorry. :-( Typo, I'm afraid. The whole point was that it is difficult to remove a directory that has things in it. Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a

Re: how to remove ? directory

2014-01-28 Thread Joel Rees
On Tue, Jan 28, 2014 at 4:16 PM, lina lina.lastn...@gmail.com wrote: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs a# rm -rf .gvfs rm: cannot remove `.gvfs': Is a directory any advice, I think the .gvfs being introduced long time ago when I

Re: how to remove ? directory

2014-01-28 Thread Glyn Astill
From: Joel Rees joel.r...@gmail.com To: Debian Lists debian-user@lists.debian.org Cc: Sent: Tuesday, 28 January 2014, 12:52 Subject: Re: how to remove ? directory On Tue, Jan 28, 2014 at 4:16 PM, lina lina.lastn...@gmail.com wrote: ls: cannot access .gvfs: Permission denied d

Re: how to remove ? directory

2014-01-28 Thread Martin Steigerwald
Am Dienstag, 28. Januar 2014, 15:16:57 schrieb lina: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs a# rm -rf .gvfs rm: cannot remove `.gvfs': Is a directory any advice, I think the .gvfs being introduced long time ago when I tried to

Re: how to remove ? directory

2014-01-28 Thread Jochen Spieker
lina: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs If this is actual ls output then your filesystem is broken and you should fsck it, possibly in single-user mode (init 1). J. -- I lust after strangers but only date people from the office.

Re: how to remove ? directory

2014-01-28 Thread Sven Hartge
lina lina.lastn...@gmail.com wrote: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs a# rm -rf .gvfs rm: cannot remove `.gvfs': Is a directory any advice, I think the .gvfs being introduced long time ago when I tried to mount the iphone.

Re: how to remove ? directory

2014-01-28 Thread lina
On Tuesday 28,January,2014 09:24 PM, Sven Hartge wrote: lina lina.lastn...@gmail.com wrote: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs a# rm -rf .gvfs rm: cannot remove `.gvfs': Is a directory any advice, I think the .gvfs being

Re: how to remove ? directory

2014-01-28 Thread Sven Hartge
Jochen Spieker m...@well-adjusted.de wrote: lina: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs If this is actual ls output then your filesystem is broken and you should fsck it, possibly in single-user mode (init 1). Please don't spread

Re: how to remove ? directory

2014-01-28 Thread Craig L.
On Tue, Jan 28, 2014 at 09:34:00PM +0800, lina wrote: On Tuesday 28,January,2014 09:24 PM, Sven Hartge wrote: lina lina.lastn...@gmail.com wrote: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs a# rm -rf .gvfs rm: cannot remove

Re: how to remove ? directory

2014-01-28 Thread lina
On Tuesday 28,January,2014 09:46 PM, Craig L. wrote: On Tue, Jan 28, 2014 at 09:34:00PM +0800, lina wrote: On Tuesday 28,January,2014 09:24 PM, Sven Hartge wrote: lina lina.lastn...@gmail.com wrote: ls: cannot access .gvfs: Permission denied d? ? ?? ??

Re: how to remove ? directory

2014-01-28 Thread Craig L.
On Tue, Jan 28, 2014 at 10:00:05PM +0800, lina wrote: On Tuesday 28,January,2014 09:46 PM, Craig L. wrote: On Tue, Jan 28, 2014 at 09:34:00PM +0800, lina wrote: On Tuesday 28,January,2014 09:24 PM, Sven Hartge wrote: lina lina.lastn...@gmail.com wrote: ls: cannot access .gvfs:

Re: how to remove ? directory

2014-01-28 Thread Sven Hartge
Craig L. cr...@gtek.biz wrote: On Tue, Jan 28, 2014 at 10:00:05PM +0800, lina wrote: It is so strange, as a user (before I didn't try as user ): dr-x-- 2 lina lina 0 Jan 28 14:44 .gvfs which is under my /home/lina directory. while as a root, it shows:

Re: ERRATUM Re: how to remove ? directory

2014-01-28 Thread John Hasler
Lisi writes: The whole point was that it is difficult to remove a directory that has things in it. rm -rf dir -- John Hasler jhas...@newsguy.com Elmwood, WI USA -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: how to remove ? directory

2014-01-28 Thread John L. Ries
On Tue, 28 Jan 2014, lina wrote: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs a# rm -rf .gvfs rm: cannot remove `.gvfs': Is a directory any advice, I think the .gvfs being introduced long time ago when I tried to mount the iphone. Thanks

Re: how to remove ? directory

2014-01-28 Thread Sven Hartge
lina lina.lastn...@gmail.com wrote: On Tuesday 28,January,2014 09:46 PM, Craig L. wrote: On Tue, Jan 28, 2014 at 09:34:00PM +0800, lina wrote: On Tuesday 28,January,2014 09:24 PM, Sven Hartge wrote: This is normal. GVFS is a userspace filesystem used by GNOME to mount and present external

Re: how to remove ? directory

2014-01-28 Thread Craig L.
on how FUSE filesystems and gvfs work concerning access from users other than the one owning the FUSE process. Grüße, Sven. The original request was for advice on how to remove the directory as root. I was trying to provide that advice. I did not say this was a good thing. And yes

Re: how to remove ? directory

2014-01-28 Thread John L. Ries
On Tue, 28 Jan 2014, Craig L. wrote: I think you need to (as user): chmod 755 .gvfs If you really want to get rid of it, you need to unmount it first. df won't show it, but it is a mount point. --| John L. Ries | Salford Systems | Phone:

Re: how to remove ? directory

2014-01-28 Thread François Patte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 28/01/2014 14:35, Sven Hartge a écrit : Jochen Spieker m...@well-adjusted.de wrote: lina: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs If this is actual ls output then your filesystem is

Re: how to remove ? directory

2014-01-28 Thread Jochen Spieker
François Patte: Le 28/01/2014 14:35, Sven Hartge a écrit : Jochen Spieker m...@well-adjusted.de wrote: lina: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs If this is actual ls output then your filesystem is broken and you should fsck

Re: how to remove ? directory

2014-01-28 Thread Sven Hartge
François Patte francois.pa...@mi.parisdescartes.fr wrote: Le 28/01/2014 14:35, Sven Hartge a écrit : Jochen Spieker m...@well-adjusted.de wrote: lina: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs If this is actual ls output then your

Re: how to remove ? directory

2014-01-28 Thread Sven Hartge
Jochen Spieker m...@well-adjusted.de wrote: François Patte: Le 28/01/2014 14:35, Sven Hartge a écrit : Jochen Spieker m...@well-adjusted.de wrote: lina: ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs If this is actual ls output then your

how to remove ? directory

2014-01-27 Thread lina
ls: cannot access .gvfs: Permission denied d? ? ?? ?? .gvfs a# rm -rf .gvfs rm: cannot remove `.gvfs': Is a directory any advice, I think the .gvfs being introduced long time ago when I tried to mount the iphone. Thanks ahead for your advice, Best regards,