how is FAT32 file system mounted in linux file system?
Answer Posted / gaurav pandey
1: mkdir /kaka
2: open vim /etc/fstab and mount it permently.
3: mount -t vfat /dev/hda1 /kaka
4: /dev/hda1...... drive name.
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Is bsd a posix?
Does linux make money?
How do you check which service is running on which port in linux?
Is linux illegal?
Is linux really better than windows?
Enlist the features of the linux operating system?
What is the difference between linux and android?
What is the most advanced linux?
What is bash?
How to enable acls for /home partition?
What is curl used for in linux?
What is the best linux operating system?
Which daemon controls the print spooling process?
Is learning linux worth it?
You want to search for all the *.tar files in your home directory and wants to delete all at once. How will you do it?