Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 May 2000 07:28:04 -0500
From:      Bob Van Valzah <Bob@WhiteBarn.Com>
To:        freeBSD-Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Dump, Vinum, and the Demise of /dev/rvinum
Message-ID:  <39101B54.AD14EF45@WhiteBarn.Com>

next in thread | raw e-mail | index | archive | help
With 4.0-RELEASE, vinum apparently no longer offers both block and
character device interfaces. This seems to confuse dump (though mount
and fsck are unfazed and newfs needs the -v option).

Consider this excerpt from /etc/fstab:

# Device                Mountpoint      FStype  Options         Dump
Pass#
/dev/vinum/faithful     /faithful       ufs     rw              2
6

Now see what happens when I try to run dump:

Snivey# dump 0f /dev/null /faithful
  DUMP: Date of this level 0 dump: Wed May  3 07:24:39 2000
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/vinum/rfaithful (/faithful) to /dev/null
  DUMP: Cannot open /dev/vinum/rfaithful

Same story if I name the device instead of the mount point:

Snivey# dump 0f /dev/null /dev/vinum/faithful
  DUMP: Date of this level 0 dump: Wed May  3 07:24:55 2000
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/vinum/rfaithful (/faithful) to /dev/null
  DUMP: Cannot open /dev/vinum/rfaithful

So how do you dump a vinum filesystem?

    Thanks,

    Bob



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39101B54.AD14EF45>