newfs

  1. AlexDarkVoid

    Other Cannot format directly or write an image file to a floppy disk

    Either attempt: [a] to format a floppy disk (via USB adaptor; detected as /dev/da0) using newfs or newfs_msdos, or to write a preformatted image file with dd result in the error message: /dev/da0: Read-only file system If I format the diskette or write the image under other OSes, it can be...
  2. Hornpipe2

    UFS newfs -j: "Journal file fragmented"

    I have a 300gb external HDD that I am trying to partition entirely for FreeBSD, then format with UFS filesystem. I am using newfs -j option to enable Soft Updates + Journal, but getting the warning message "Journal file fragmented" after the format is complete. # gpart show /dev/da0 =>...
  3. A

    Solved Cluster size limit in newfs_msdos(8)

    FAT32: Maximum cluster size for FAT32 is 256K. Windows: Microsoft documentation and related blogs are all over the places. They generally state that max is 64K -- they rarely mentioned 256K. I've read somewhere clusters larger than 64K in Windows may cause problem for calculating space (in some...
  4. Chris_H

    UFS GPT: secondary header gets rewritten after reboot

    OK I'm tracking CURRENT, where I have this issue. But I don't think it has anything to do with the fact that it's CURRENT. As writing the headers/tables on an 11 box, results in the same error after rebooting with the drive in the CURRENT box. Specifics; Only occurs on USB connected drives --...
  5. Areeb Qaisar

    Format to UFS2 using newfs, in installation

    Hello, I have a UEFI System with GPT Partition Table. During the installation of FreeBSD 11, I need to format a partition to UFS2. The FreeBSD installer does not allows to format an existing partition. It instead only allows to create a new partition, which will be then be formatted. Is...
Back
Top