| Summary: | FAQ to move filesystem to new disk fails: incorrect permissions | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Doug Hawkins <illusion65> | ||||
| Component: | Books & Articles | Assignee: | Gabor Pali <pgj> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Doug Hawkins
2006-03-31 04:20:16 UTC
Hi there, I wasn't able to replicate the error you encountered using dump. One thing I did notice is that the man page for restore indicates that the -x flags will restore owner, modification time and mode 'if possible'. That said, according to the restore man page, the -r flag was speficially intended to be used to restore and rebuild a file system that has been created with newfs, thus making it a more favourable choice over the -x flag. Assuming this is correct, I've included a minor patch for the FAQ to correct this. Cheers, Marc Responsible Changed From-To: freebsd-doc->pgj Over to Gabor - he's our FAQ guy :P pgj 2009-03-10 06:01:59 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/faq book.sgml
Log:
Update Question 9.2 (new-huge-disk):
- Use the correct flags for restore(8)
PR: docs/95139
Submitted by: Doug Hawkins <illusion65 (at) gmail (dot) com>
Revision Changes Path
1.1110 +4 -4 doc/en_US.ISO8859-1/books/faq/book.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Flags for restore has been fixed, but flags for dump remained the same (a difference from the patch added later on). Thank you for your submission, and sorry for closing the PR so belatedly! |