how is FAT32 file system mounted in linux file system?
Answers were Sorted based on User's Feedback
#mkdir /d
#mount -t vfat /dev/hda1 /d
/dev/hda1------>drive name
| Is This Answer Correct ? | 34 Yes | 1 No |
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 |
Is linux a posix?
How to disable ping to avoid network/icmp flood?
How the Linux is licensed?
Which linux is best for mac?
What is unity linux?
How do I open a shell in linux?
what are the qualities of soft links in linux?
How do you do shell scripting in linux?
What is critical section linux?
Does linux get malware?
What is shell script?
What do you type to stop a hung process that resists the standard attempts to shut it down?