Does only the metadata get journalled in ext3 or does the data get journalled too?
|
feedback
|
migrated from stackoverflow.com Mar 25 '11 at 9:12
This question came from our site for professional and enthusiast programmers.
|
From the mount manpage:
| |||
|
feedback
|
|
By default only metadata, with the data=journal mount option, both data and metadata. | |||
|
feedback
|
|
You get to choose, with a mount option. By default, it is metadata only. | |||
|
feedback
|