Limited Time Offer
15%
Off
Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.
Suggested Answer:
by ubiquituz at Nov 30, 2024, 03:47 PM
Comments
whitebeard pirate
2024-12-18 14:28:25n
p
first sector: default
2nd sector:+512M
w
p (verify created part sdb1)
partprobe /dev/sdb
mkfs.ext4 /dev/sdb1
nano etc/fstab
add /dev/sdb1 /mnt/data ext4 defaults 0 0
whitebeard pirate
2024-11-30 15:50:14ubiquituz
2024-11-30 15:47:29mkdir -p /mnt/data (create the mount point if not already existing)
fdisk /dev/vda5
command (m for help): press n(new), then p (primary), select default for first sector (2048), type +512MB for the last sector
partprobe /dev/sda5 (to save the newly created partition to the table)
mkfs.ext4 /dev/sda5
nano /etc/fstab
add this line /dev/sda5 /mnt/data ext4 defaults 0 0
ctrl+o and then press enter to save in nano
ctrl+x to exit
mount -a
df -h
lsblk
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).