Skip to content
  • Mike Fleetwood's avatar
    Set dynamic UDF file system size limits (#787204) · ae2a8723
    Mike Fleetwood authored and Curtis Gedak's avatar Curtis Gedak committed
    UDF file system minimum and maximum size limits are defined in terms of
    numbers of file system blocks.  So when resizing an existing file system
    compute the byte size limits from the existing UDF file system's block
    size.  Alternatively when creating a new UDF file system use the
    device's sector size as the multiplier instead.
    
    Bug 787204 - Minimum and maximum size of the UDF partition/disk
    ae2a8723