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 are the different modes when using vi editor?
Do hackers use python?
What are scripts in linux?
Explain file permission in linux.
what is difference between nfs server version 2,3 and 4? please tell me as many as differrnces?
What is the role of kudzu?
Do hackers use linux?
What is a profile file in linux?
Which partitions might you create on mail server HDDs other than the root, swap and boot partitions?
What is the difference between cron and anacron?
What is cli in linux?
Is linux built on unix?