* [Sysadmins] непонятные права
@ 2007-03-05 9:37 Igo
2007-03-05 9:42 ` Eugene Ostapets
2007-03-05 20:17 ` Ivan Fedorov
0 siblings, 2 replies; 5+ messages in thread
From: Igo @ 2007-03-05 9:37 UTC (permalink / raw)
To: ALT Linux sysadmin discuss
привет всем.
подскажите как избавиться от папки unix-backup?
[root@tank mnt]# ls -l /mnt/
total 4
drwxrwxrwx 1 root root 0 Jan 8 10:43 cdrom
drwxr-xr-x 2 root root 4096 Jul 11 2004 disk
drwxrwxrwx 1 root root 0 Jan 8 10:43 floppy
?--------- ? ? ? ? ? unix-backup
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Sysadmins] непонятные права
2007-03-05 9:37 [Sysadmins] непонятные права Igo
@ 2007-03-05 9:42 ` Eugene Ostapets
2007-03-06 9:08 ` Igo
2007-03-05 20:17 ` Ivan Fedorov
1 sibling, 1 reply; 5+ messages in thread
From: Eugene Ostapets @ 2007-03-05 9:42 UTC (permalink / raw)
To: ALT Linux sysadmin discuss
2007/3/5, Igo <altlinux aaanet.ru>:
> привет всем.
> подскажите как избавиться от папки unix-backup?
>
> [root@tank mnt]# ls -l /mnt/
> total 4
> drwxrwxrwx 1 root root 0 Jan 8 10:43 cdrom
> drwxr-xr-x 2 root root 4096 Jul 11 2004 disk
> drwxrwxrwx 1 root root 0 Jan 8 10:43 floppy
> ?--------- ? ? ? ? ? unix-backup
umount /mnt/unix-backup
Ну или более жестко - umount -l -f /mnt/unix-backup
--
С уважением,
Евгений Остапец
uin: 23747217
jid: eugene_ostapets@jabber.ru
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Sysadmins] непонятные права
2007-03-05 9:37 [Sysadmins] непонятные права Igo
2007-03-05 9:42 ` Eugene Ostapets
@ 2007-03-05 20:17 ` Ivan Fedorov
1 sibling, 0 replies; 5+ messages in thread
From: Ivan Fedorov @ 2007-03-05 20:17 UTC (permalink / raw)
To: ALT Linux sysadmin discuss
[-- Attachment #1: Type: text/plain, Size: 409 bytes --]
Igo wrote:
> привет всем.
> подскажите как избавиться от папки unix-backup?
>
> [root@tank mnt]# ls -l /mnt/
> total 4
> drwxrwxrwx 1 root root 0 Jan 8 10:43 cdrom
> drwxr-xr-x 2 root root 4096 Jul 11 2004 disk
> drwxrwxrwx 1 root root 0 Jan 8 10:43 floppy
> ?--------- ? ? ? ? ? unix-backup
Ну или как уже подсказали umount... или если все печально, то fsck.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Sysadmins] непонятные права
2007-03-05 9:42 ` Eugene Ostapets
@ 2007-03-06 9:08 ` Igo
2007-03-06 9:40 ` Eugene Ostapets
0 siblings, 1 reply; 5+ messages in thread
From: Igo @ 2007-03-06 9:08 UTC (permalink / raw)
To: ALT Linux sysadmin discuss
никак
[root@tank mnt]# umount /mnt/unix-backup
[root@tank mnt]# ls -l /mnt/
total 4
drwxrwxrwx 1 root root 0 Jan 8 10:43 cdrom
drwxr-xr-x 2 root root 4096 Jul 11 2004 disk
drwxrwxrwx 1 root root 0 Jan 8 10:43 floppy
?--------- ? ? ? ? ? unix-backup
[root@tank mnt]# umount -l -f /mnt/unix-backup
[root@tank mnt]# ls -l /mnt/
total 4
drwxrwxrwx 1 root root 0 Jan 8 10:43 cdrom
drwxr-xr-x 2 root root 4096 Jul 11 2004 disk
drwxrwxrwx 1 root root 0 Jan 8 10:43 floppy
?--------- ? ? ? ? ? unix-backup
> 2007/3/5, Igo <altlinux aaanet.ru>:
>
>> привет всем.
>> подскажите как избавиться от папки unix-backup?
>>
>> [root@tank mnt]# ls -l /mnt/
>> total 4
>> drwxrwxrwx 1 root root 0 Jan 8 10:43 cdrom
>> drwxr-xr-x 2 root root 4096 Jul 11 2004 disk
>> drwxrwxrwx 1 root root 0 Jan 8 10:43 floppy
>> ?--------- ? ? ? ? ? unix-backup
>>
> umount /mnt/unix-backup
> Ну или более жестко - umount -l -f /mnt/unix-backup
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Sysadmins] непонятные права
2007-03-06 9:08 ` Igo
@ 2007-03-06 9:40 ` Eugene Ostapets
0 siblings, 0 replies; 5+ messages in thread
From: Eugene Ostapets @ 2007-03-06 9:40 UTC (permalink / raw)
To: ALT Linux sysadmin discuss
2007/3/6, Igo <altlinux aaanet.ru>:
> никак
Тогда спасет только перезагрузка... Но с начала выясни на mount или
cat /proc/mounts что это смонтировано и прими меры к неповторению
ситуации
--
С уважением,
Евгений Остапец
uin: 23747217
jid: eugene_ostapets@jabber.ru
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-03-06 9:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-05 9:37 [Sysadmins] непонятные права Igo
2007-03-05 9:42 ` Eugene Ostapets
2007-03-06 9:08 ` Igo
2007-03-06 9:40 ` Eugene Ostapets
2007-03-05 20:17 ` Ivan Fedorov
ALT Linux sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git