The following command initializes /dev/sdc as a physical volume for later use by LVM logical volumes. Initialization is similar to formatting a file system.
# pvcreate /dev/sdc
Sample Output:
root@ubuntu-PC:~# pvcreate /dev/sdc
Physical volume "/dev/sdb" successfully created.
0 comments:
Post a Comment