Changes

Jump to: navigation, search

OPS235 Lab 5

27 bytes added, 08:55, 27 June 2016
no edit summary
# Issue the following command to create a mount-point (directory to connect /dev/dva3 partition to):<br><b><code><span style="color:#3366CC;font-size:1.2em;">mkdir /archive</span></code></b>
# Issue the following command to mount the partition:<br><b><code><span style="color:#3366CC;font-size:1.2em;">mount -t ext4 /dev/vda3 /archive</span></code></b>
# Use the '''ls ''' command to view the contents of the /archive directory. What do you see?
# Issue the '''mount''' command (without arguments) to confirm it has been mounted.
# Unmount the '''/arhive archive''' directory by issuing the following commmand: <b><code><span style="color:#3366CC;font-size:1.2em;">umount /archive</span></code></b>
# Issue the '''mount''' command (without arguments) to confirm it has been mounted.
13,420
edits

Navigation menu