How is FAT32 file system mounted in Linux file system?
Submitted by: Administrator1: 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: 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
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
/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
Top Linux General Questions
☺ | What is the difference between samba and ftp server in Linux? |
☺ | What is the use of nis server in Linux? |
☺ | What is the detail boot process in Linux? Start form Pc on? |
☺ | What is the main difference between Yum & rpm? |
☺ | How to find out shared file&dir of FTP? |
Top Linux OS Categories
☺ | Device Drivers Interview Questions. |
☺ | Linux OS Management Interview Questions. |
☺ | Linux Makefile Interview Questions. |
☺ | Linux Environment Interview Questions. |
☺ | Linux OS Shell Interview Questions. |