Welcome, Guest. Please login or register.

Author Topic: PFS3 block size  (Read 8808 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: PFS3 block size
« on: September 23, 2010, 02:30:32 PM »
Quote from: brownb2;580814
A CRC-enabled device calculates a short, fixed-length binary sequence, known as the CRC code or just CRC, for each block of data and sends or stores them both together.

I submit that less blocks (transferred disk sectors) => less CRC checking, unless I am misunderstanding something here.



A CRC-enabled device always calculates a checksum for its physical blocks. It does not know about logical clusters and therefore it does not make a difference if larger clusters are used. Unfortunately the word "block" is used with many different meanings. Physical device block size (e.g. 512 bytes or 4k) is always fixed for SCSI or ATA devices. File system block size (a.k.a. cluster size) can be varied by software, but it depends on the file system implementation whether larger clusters improve performance or not.

Offline Thomas

Re: PFS3 block size
« Reply #1 on: September 24, 2010, 07:51:06 AM »
You don't need to reinstall. Just backup (for example copy all files to another partition), change file system, quick format and restore the backup.

Offline Thomas

Re: PFS3 block size
« Reply #2 on: September 24, 2010, 04:01:31 PM »
Quote
Someone mentioned in another thread that you need the RDB to contain the "driver" (or whatever it is) in order to boot from the disk too.


That's not specific to the boot partition. Prior to be able to use the file system on any partition, it needs to be added to the RDB.