Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: IDE write ordering ?: msg#01393
|
Subject: |
Re: IDE write ordering ? |
> The problem is , that is is hard to insure the wanted order of writes on ATA
> disks.
> This is needed for journalled/logged filesystems for example.
IDE drives don't provide write order controls. End of story. Ext3 doesn't
care about this providing the drive isn't caching writes, it just wants to
be sure that an I/O completed before it is told it has. You control that
with hdparm to alter write caching if you are really paranoid.
Alan
--
fedora-test-list mailing list
fedora-test-list@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-test-list
|
| |