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
Which is the recommended size for the swap space partition?
What is semaphore with example?
What are system calls in linux?
How do I change my profile in linux?
Can bsd run linux programs?
How would you create a text file without opening it?
What is the advantage of open source?
What is export ld_library_path?
What does the linux kernel do?
Is linux free to use?
Is freebsd faster than linux?
How do you refer to the parallel port where devices such as printers are connected?
Does linux cost money?
How linux is different from unix?
Why is mutex needed?