* [Comm] остаток от . . .
@ 2004-11-23 18:32 Igo
2004-11-24 5:26 ` Mike Lykov
2004-11-24 7:50 ` Aleksander N. Gorohovski
0 siblings, 2 replies; 8+ messages in thread
From: Igo @ 2004-11-23 18:32 UTC (permalink / raw)
To: community
Привет всем
Есть дириктория которая называется /mnt/?archiv - размер 0 а дата
создания 1 jan 1970. Вопрос перед archiv не опечатка.
Удалить немогу, ls -la его не показывает, а вот в mc его вижу.
Получилось скорее всего след. образом: в эту папку (/mnt/archiv) было
примонтирована расшаренная папка с винды, а я из под root её путался
удалить.
Как его удалить?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] остаток от . . .
2004-11-23 18:32 [Comm] остаток от . . Igo
@ 2004-11-24 5:26 ` Mike Lykov
2004-11-24 18:34 ` Igo
2004-11-24 7:50 ` Aleksander N. Gorohovski
1 sibling, 1 reply; 8+ messages in thread
From: Mike Lykov @ 2004-11-24 5:26 UTC (permalink / raw)
To: community
В сообщении от Вторник 23 Ноябрь 2004 22:32 Igo написал:
> Получилось скорее всего след. образом: в эту папку (/mnt/archiv) было
> примонтирована расшаренная папка с винды,
наверняка.
> а я из под root её путался удалить.
> Как его удалить?
примонтированные папки не надо удалять, их надо отмонтировать. что говорит
mount ?
--
Mike Lykov
Samara, "Vesna" parfum company, System administrator
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] остаток от . . .
2004-11-23 18:32 [Comm] остаток от . . Igo
2004-11-24 5:26 ` Mike Lykov
@ 2004-11-24 7:50 ` Aleksander N. Gorohovski
2004-11-24 18:30 ` Igo
1 sibling, 1 reply; 8+ messages in thread
From: Aleksander N. Gorohovski @ 2004-11-24 7:50 UTC (permalink / raw)
To: community
On Tue, 23 Nov 2004 21:32:22 +0300, Igo <altlinux@aaanet.ru> wrote:
> Привет всем
> Есть дириктория которая называется /mnt/?archiv - размер 0 а дата
> создания 1 jan 1970. Вопрос перед archiv не опечатка.
> Удалить немогу, ls -la его не показывает, а вот в mc его вижу.
> Получилось скорее всего след. образом: в эту папку (/mnt/archiv) было
> примонтирована расшаренная папка с винды, а я из под root её путался
> удалить.
> Как его удалить?
А с помощью чего Вы пытались ее удалить?
Не с помощью ли mc?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] остаток от . . .
2004-11-24 7:50 ` Aleksander N. Gorohovski
@ 2004-11-24 18:30 ` Igo
2004-11-25 7:35 ` Aleksander N. Gorohovski
0 siblings, 1 reply; 8+ messages in thread
From: Igo @ 2004-11-24 18:30 UTC (permalink / raw)
To: community
Да, при помощи mc
> On Tue, 23 Nov 2004 21:32:22 +0300, Igo <altlinux@aaanet.ru> wrote:
>
>> Привет всем
>> Есть дириктория которая называется /mnt/?archiv - размер 0 а дата
>> создания 1 jan 1970. Вопрос перед archiv не опечатка.
>> Удалить немогу, ls -la его не показывает, а вот в mc его вижу.
>> Получилось скорее всего след. образом: в эту папку (/mnt/archiv)
>> было примонтирована расшаренная папка с винды, а я из под root её
>> путался удалить.
>> Как его удалить?
>
>
> А с помощью чего Вы пытались ее удалить?
> Не с помощью ли mc?
> _______________________________________________
> Community mailing list
> Community@altlinux.ru
> https://lists.altlinux.ru/mailman/listinfo/community
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] остаток от . . .
2004-11-24 5:26 ` Mike Lykov
@ 2004-11-24 18:34 ` Igo
2004-11-24 19:14 ` Andrey Rahmatullin
0 siblings, 1 reply; 8+ messages in thread
From: Igo @ 2004-11-24 18:34 UTC (permalink / raw)
To: community
[root@xxx mnt]# umount /mnt/archiv
[root@xxx mnt]# smbumount /mnt/archiv
[root@xxx mnt]# rm -rf /mnt/archiv
rm: cannot lstat `/mnt/archiv': Input/output error
>В сообщении от Вторник 23 Ноябрь 2004 22:32 Igo написал:
>
>
>
>>Получилось скорее всего след. образом: в эту папку (/mnt/archiv) было
>>примонтирована расшаренная папка с винды,
>>
>>
>
>наверняка.
>
>
>
>>а я из под root её путался удалить.
>>Как его удалить?
>>
>>
>
>примонтированные папки не надо удалять, их надо отмонтировать. что говорит
>mount ?
>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] остаток от . . .
2004-11-24 18:34 ` Igo
@ 2004-11-24 19:14 ` Andrey Rahmatullin
2004-11-25 19:12 ` Igo
0 siblings, 1 reply; 8+ messages in thread
From: Andrey Rahmatullin @ 2004-11-24 19:14 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 413 bytes --]
On Wed, Nov 24, 2004 at 09:34:37PM +0300, Igo wrote:
> [root@xxx mnt]# umount /mnt/archiv
> [root@xxx mnt]# smbumount /mnt/archiv
> [root@xxx mnt]# rm -rf /mnt/archiv
> rm: cannot lstat `/mnt/archiv': Input/output error
ls -ld /mnt/archiv
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
> FYI: это обычные шелл-скрипты.
Тогда зачем на них chrpath запускать?
-- ldv in devel@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] остаток от . . .
2004-11-24 18:30 ` Igo
@ 2004-11-25 7:35 ` Aleksander N. Gorohovski
0 siblings, 0 replies; 8+ messages in thread
From: Aleksander N. Gorohovski @ 2004-11-25 7:35 UTC (permalink / raw)
To: community
On Wed, 24 Nov 2004 21:30:24 +0300, Igo <altlinux@aaanet.ru> wrote:
> Да, при помощи mc
Нет, в таких делах mc дает сбой (мною неоднократно замечено).
Лучше всего
rm
Предварительно посмотрите
man rm
он на русском.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] остаток от . . .
2004-11-24 19:14 ` Andrey Rahmatullin
@ 2004-11-25 19:12 ` Igo
0 siblings, 0 replies; 8+ messages in thread
From: Igo @ 2004-11-25 19:12 UTC (permalink / raw)
To: community
[root@xxx root]# ls -ld /mnt/archiv
ls: /mnt/archiv: Input/output error
>On Wed, Nov 24, 2004 at 09:34:37PM +0300, Igo wrote:
>
>
>>[root@xxx mnt]# umount /mnt/archiv
>>[root@xxx mnt]# smbumount /mnt/archiv
>>[root@xxx mnt]# rm -rf /mnt/archiv
>>rm: cannot lstat `/mnt/archiv': Input/output error
>>
>>
>ls -ld /mnt/archiv
>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Community mailing list
>Community@altlinux.ru
>https://lists.altlinux.ru/mailman/listinfo/community
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-11-25 19:12 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-23 18:32 [Comm] остаток от . . Igo
2004-11-24 5:26 ` Mike Lykov
2004-11-24 18:34 ` Igo
2004-11-24 19:14 ` Andrey Rahmatullin
2004-11-25 19:12 ` Igo
2004-11-24 7:50 ` Aleksander N. Gorohovski
2004-11-24 18:30 ` Igo
2004-11-25 7:35 ` Aleksander N. Gorohovski
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git