Warning: The resulting partition is not properly aligned for best performance: 2048s % 48s != 0s
by glib from LinuxQuestions.org on (#6P1RM)
Hello
When I follow the steps below to create a partition on my new device (I have nvme ssd) I get the following error. Does it affect performance?
Code:parted /dev/sdf -s -- mkpart primary 2048s -0Warning: The resulting partition is not properly aligned for best performance: 2048s % 48s != 0s
When I follow the steps below to create a partition on my new device (I have nvme ssd) I get the following error. Does it affect performance?
Code:parted /dev/sdf -s -- mkpart primary 2048s -0Warning: The resulting partition is not properly aligned for best performance: 2048s % 48s != 0s