Thanks Fabian,
Got it Thanks.
the procedure to add existing volume you need to do the following:
1. Identify the Volume
lsblk
2. Create a Mount Point
sudo mkdir -p /mnt/data
3. Mount the Volume
sudo mount /dev/sdb1 /mnt/data
Got it Thanks.
the procedure to add existing volume you need to do the following:
1. Identify the Volume
lsblk
2. Create a Mount Point
sudo mkdir -p /mnt/data
3. Mount the Volume
sudo mount /dev/sdb1 /mnt/data
Statistics: Posted by moshe.mazor@hpe.com — Sep 17, 2024 8:29 am






