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 |
When you create a new partition, in what terms you need to designate its size
How do you sort the entries in a text file in ascending order?
What is a swap space?
How do I get to the desktop in linux terminal?
Does freenas really need 8gb ram?
what is difference between lilo and grub in linux operating system?
0 Answers SwanSoft Technologies,
What are the file permissions in linux?
What is dracut in linux?
What is latest linux version?
What is the difference between bash and dos?
How do you avoid deadlock while coding?
Why mutex is faster than semaphore?