Changes between Version 9 and Version 10 of linux/blockdev
- Timestamp:
- 01/30/2019 07:19:41 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/blockdev
v9 v10 54 54 }}} 55 55 * Note that if you put this into a script it has been found you need to have a second or so of a sleep following the {{{sfdisk}}} to allow the OS to re-scan the partition table before it will realize that the partition exists 56 * When using Ubuntu Bionic or newer 64bit file system support is enabled by default with e2fsporgs after 1.43, this will cause an error. Add '-O !^64bit' to the mkfs.ext4 command line to disable 64bit support.56 * When using e2fsprogs 1.43+ (ie Ubuntu Bionic host) 64bit file system support is enabled by default which is not supported by older U-Boot versions used on Laguna and Ventana (U-Boot 2017+ should support 64bit ext file systems). To disable using 64bit add '-O !^64bit' to the mkfs.ext4 command line. 57 57 58 58 6. Mount the partition: