From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Status: No, hits=0.0 required=5.0 tests=ALL_TRUSTED: -2.867,AWL: 0.123,BAYES_00: -1.665 X-Spam-Level: Message-ID: <45ED2F90.6050001@aaanet.ru> Date: Tue, 06 Mar 2007 12:08:32 +0300 From: Igo User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: ALT Linux sysadmin discuss References: <45EBE4F6.7080404@aaanet.ru> In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 000715-0, 20.02.2007), Outbound message X-Antivirus-Status: Clean Subject: Re: [Sysadmins] =?koi8-r?b?zsXQz87R1M7ZxSDQ0sHXwQ==?= X-BeenThere: sysadmins@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: altlinux@aaanet.ru, ALT Linux sysadmin discuss List-Id: ALT Linux sysadmin discuss List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2007 09:08:37 -0000 Archived-At: List-Archive: никак [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 : > >> привет всем. >> подскажите как избавиться от папки 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 >