ubuntu 上怎么看SSD 有没有4K对齐?
PHP中文网
PHP中文网 2017-04-21 10:55:36
0
1
659

ubuntu 13.10 64位版本,SSD是 M5S,小白第一次装ubuntu,直接用系统自动缺省的安装了。

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(1)
刘奇
 sudo fdisk -lu

    Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
/dev/sda2          206848   125042687    62417920    7  HPFS/NTFS/exFAT

The Start value can be evenly divided by 8 and is 4K aligned, for example, 2048 = 8 × 256, 206848 = 8 × 25856.

In fact, new operating systems are now aligned with 4k by default.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!