NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/40562
The following reply was made to PR kern/40562; it has been noted by GNATS.
From: "Sergio L. Pascual" <slp%sinrega.org@localhost>
To: "gnats-bugs%netbsd.org@localhost" <gnats-bugs%netbsd.org@localhost>
Cc:
Subject: Re: kern/40562
Date: Tue, 13 Jan 2015 18:20:15 +0100
I can't reproduce this on -current:
<--- cut here --->
current64# cat testvnd.sh
rm foo
dd if=/dev/zero of=foo bs=1m count=16
vnconfig vnd0 foo
newfs -F /dev/rvnd0d
mount /dev/vnd0d /mnt
touch /mnt/0
umount /dev/vnd0d
current64# time ./testvnd.sh
16+0 records in
16+0 records out
16777216 bytes transferred in 0.067 secs (250406208 bytes/sec)
/dev/rvnd0d: 16.0MB (32768 sectors) block size 4096, fragment size 512
using 4 cylinder groups of 4.00MB, 1024 blks, 1920 inodes.
super-block backups (for fsck_ffs -b #) at:
32, 8224, 16416, 24608,
0.19 real 0.01 user 0.06 sys
current64# mount
/dev/wd0a on / type ffs (log, local)
kernfs on /kern type kernfs (local)
ptyfs on /dev/pts type ptyfs (local)
procfs on /proc type procfs (local)
tmpfs on /var/shm type tmpfs (local)
/dev/wd1a on /build type ffs (log, local)
current64#
<--- cut here --->
Home |
Main Index |
Thread Index |
Old Index