Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
/ 2004-03-08 11:40:37 -0600 \ Brandon Laing: > So, I'm fairly positive that this is related to the disk size > setting, but again, I'm not sure how to go about getting the > *exact* size I need to avoid running into this problem. Of course it is. What you basically do is mkfs /dev/hdc3 dd if=/dev/hdc3 of=/dev/fd0 and then expect /dev/fd0 to have a valid file system. Think about it. Now, how to get a correct disk-size parameter? fdisk -s /lower/level/device On BOTH nodes, then take the minimum of both. Make sure you do a full sync afterwards. If necessary "drbdsetup replicate". The proper way is to setup the drbd first, then create a file system on the drbd: mkfs /dev/nb0 Lars Ellenberg