Subject: Re: determining an iso from vnd
To: None <netbsd-help@netbsd.org>
From: Chavdar Ivanov <ci4ic4@gmail.com>
List: netbsd-help
Date: 02/01/2007 17:35:59
On 01/02/07, George Georgalis <george@galis.org> wrote:
> I have a iso file mounted in the filesyste....
>
> Filesystem    Size      Used     Avail Capacity  iused    ifree  %iused  Mounted on
> /dev/vnd0d     12M      12M        0B   100%        0        0     0%   /mnt
>
> is there any way to determine where the iso is located? lsof
> didn't help me, should it?

root@loan8> vnconfig  -l
vnd0: /f (/dev/wd1e) inode 279
vnd1: not in use
vnd2: not in use
vnd3: not in use
[255] root@loan8> find /f/ISO -inum 279
/f/ISO/i386cd-3.1.iso

(well, I *knew* where the file was...)

>
> // George
>
>
> --
> George Georgalis, systems architect, administrator <IXOYE><
>

Chavdar Ivanov