Interviewer And Interviewee Guide

Linux General Interview Question:

How is FAT32 file system mounted in Linux file system?

Submitted by: Administrator
1: mkdir /kaka

2: open vim /etc/fstab and mount it permently.

3: mount -t vfat /dev/hda1 /kaka

4: /dev/hda1...... drive name.
Submitted by: Administrator

2
Submitted by: Uday Krishna

step 1: create a partition
/dev/vdb
step 2 : make a directory
mkdir -pv
or
mkdir
step 3: make a file system
mkfs.vfat /dev/vdb
step 4: mount the file system as fat 32
mount -a
Submitted by: Vinay

Read Online Linux General Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.