Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 1998 16:23:02 +0300
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        Doug White <dwhite@resnet.uoregon.edu>
Cc:        hackers@FreeBSD.ORG
Subject:   Updated section 4.2 of the Formatting Media tutorial
Message-ID:  <19980612162302.A1419@ucb.crimea.ua>

next in thread | raw e-mail | index | archive | help
Hi!

The section 4.2 of the Formatting Media tutorial utilizes pax(1).

The pax (even with ``-p e'') doesn't preserve file flags.
The cp(1) can preserve file flags:

	mount /dev/wd2 /mnt
	cp -R -p /usr/home /mnt
	umount /mnt
	rm -rf /usr/home/*
	mount /dev/wd2 /usr/home


The section 4.3 contains a minor error

The line

	ccdconfig ccd0 32 0 /dev/sd0c /dev/sd2c /dev/sd2c

obviously, should look like

	ccdconfig ccd0 32 0 /dev/sd0c /dev/sd1c /dev/sd2c


Regards,
-- 
Ruslan Ermilov          System Administrator
ru@ucb.crimea.ua        United Commercial Bank
+380-652-247647         Simferopol, Crimea
2426679                 ICQ Network, UIN

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



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