Linux General Question:

How is FAT32 file system mounted in Linux file system?

Answer:

1: mkdir /kaka

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

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

4: /dev/hda1...... drive name.

Read All 25 Linux General Questions
Previous QuestionNext Question
Is it possible to install Linux RHEL5 os along with fedora14 Linux os in one system?Which type of application can be run on Linux? and explain what it the use of that?