CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/08/14 11:10:29
Modified files:
sbin/mount_vnd : mount_vnd.c mount_vnd.8
sys/dev : vndioctl.h vnd.c
Log message:
Allow the sector size to be specified by the user when configuring a
vnd(4) device, via a new -s option to vnconfig/mount_vnd. This allows us
to create disklabels and file systems that are suitable for use on
devices that have a non-512 byte sector size (eg. CDROMs).
With help from krw@ and feedback from [EMAIL PROTECTED]
ok krw@, pedro@