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 |
What is a virtual desktop?
Which linux is most like windows?
Why should I use red hat linux?
What is ssh? How to connect to a remote server via ssh?
What is syn flood?
How do I find a file in linux terminal?
What is gnuc?
Why is linux considered more secure than other operating systems?
What is deadlock example?
Does playonlinux install wine?
What are the most common linux unix gui interfaces?
Why is mutex needed?