Then use the following linux commands to format the volume and mount it:
1. Use the following command to format and create a ext3 volume.
sudo mkfs -t ext3
device_name
- Use the following command to create the directory.
$
sudo mkdir
volume_name
- Use the following command to mount the volume.
$
sudo mount
device_name
volume_name
No comments:
Post a Comment