what is mount ,tell me about mount ,how can u use in real
time project??
Answer Posted / hari
guys for sorting out things :)
In linux everything is a file whether it is hard disk or
sound card or video ,pci. everything everything is a file.
kk
mount is related to Hard disk.
mount = mtab (both command gives all mounted drives of HDD ,
means active ,running partitions of the Hard disk "
to view all these things we have to Mount Know ?
everything is a file in Linux so we have to alter the File
System Tab called "fstab" in /etc
so guys vim /etc/fstab
/dev/hda5 /mnt/hda5file ext3 defaults 0 0, somewhat like this
hda5 means I Created a Partition called hardisk5 , it is
starting from 1 normally. hda means it is IDE harddisk
IDE is the short of Integrated Digital Electronics
after that save the file (wq)
ok
then use
mount -a (means mount all for easiness) or you can use
mount /dev/hda5 or mount -o remount /dev/hda5
please check it
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is command prompt unix?
Enlist some filename manipulation commands in unix.
How do I search a whole word in vim?
What is sed awk grep?
What is a bash command?
Which command is used to delete all files in the current directory and all its sub-directories?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Who command in unix?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the comma to display different lines that are found when compare two files?
What is merge command in unix?
Why is it called grep?
Why is grep called grep?
What is the use of cut command in unix?
Enumerate some of the most commonly used network commands in unix?