Tuesday 21 July 2020

Linux command to add mount point to device

To add new mount point to device /dev/xvdf

$sudo mount /dev/xvdf /mnt/new_folder

To unmount a exist mount point

$sudo unmount /mnt/new_folder


No comments:

Post a Comment