A server administrator mounted a new hard disk on a Linux system with a mount point of /newdisk. It was later determined that users were unable to create directories or files on the new mount point .Which of the following commands would successfully mount the drive with the required parameters?echo /newdisk >> /etc/fstabnet use /newdiskmount Co remount, rw /newdiskmount Ca
Question
A server administrator mounted a new hard disk on a Linux system with a mount point of /newdisk. It was later determined that users were unable to create directories or files on the new mount point .Which of the following commands would successfully mount the drive with the required parameters?echo /newdisk >> /etc/fstabnet use /newdiskmount Co remount, rw /newdiskmount Ca
Solution
The correct command to remount the drive with read and write permissions is:
mount -o remount,rw /newdisk
Here's the step by step explanation:
-
mountis the command used in Linux to mount filesystems. -
-ois an option to specify the mount options. In this case, we are usingremount,rwwhich means we are remounting the filesystem with read and write permissions. -
/newdiskis the mount point of the filesystem.
So, this command remounts the filesystem located at /newdisk with read and write permissions.
Similar Questions
A system administrator is trying to find out what filesystems are mounted on a Linux system. Which of the following commands can be used to do this?0.5 Marksmountlsblkdffdisk -l
A system administrator is trying to find out what filesystems are mounted on a Linux system. Which of the following commands can be used to do this?0.5 Marksmountdflsblkfdisk -l
A system administrator is trying to find out what filesystems are mounted on a Linux system. Which of the following commands can be used to do this?0.5 Marksdfmountlsblkfdisk -l
What is mount point in Linux
To mount a drive by its ID, what command would you use first to retrieve it?1.0 Markslistidblkiddf-hls -l
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.