GEOM error

Doug White dwhite at gumbysoft.com
Sat Nov 19 16:22:11 PST 2005


On Tue, 15 Nov 2005, Ulf Kieber wrote:

> Re,
>
> on a 6.0-RELEASE I receive the following error since I tried restoring
> a large dump
>
> Nov 14 12:30:11 nexus kernel: g_vfs_done():da1s1d.bde[WRITE(offset=72350695424, length=131072)]error = 1
>
> Besides that, no other errors are logged, especially no SCSI errors.
> The problem persists even after the restore has completed.

errno 1 is EPERM ("Operation not permitted") and is generally returned if
you attempt to write somewhere you're not allowed to. Considering the
offset is near the end of the disk, GBDE may be trying to prevent you from
overwriting metadata blocks at the end of the partition. How or why
restore(8) would be writing there I'm not sure.

A SCSI error would return as errno 5 (EIO, "Input/output error").

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite at gumbysoft.com          |  www.FreeBSD.org


More information about the freebsd-current mailing list