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 learning linux worth it?
What is segmentation fault?
What does whoami do?
What is nfs?
Search for: how do I install linux?
Does kali linux need antivirus?
Differentiate between cron and anacron.
What are the advantages of arch linux?
How do I find the ip address of a mac address in linux?
How can you view a file?
Does apple use linux or unix?
What is the difference between soft and hard mounting points?