Answers

Question and Answer:

  Home  Linux General

⟩ How is FAT32 file system mounted in Linux file system?

1: mkdir /kaka

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

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

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

 141 views

More Questions for you: