Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are the general commands in using unix os for a beginner?

1221


How to find $ai_serual resolved path by using unix

1844


How does shebang work?

1122


What is ‘ps’ command for?

1241


What is awk used for?

1179


What are grep patterns?

1153


Explain command to display different lines that are found when compare two files?

1221


What is grep r?

1162


What is the difference between awk and grep?

1337


What does the “echo” command do?

1197


What does the command '$ls | wc –l > file1' do?

1302


What is the size of time_t?

1272


What does 'mkdir' command do in UNIX?

1376


What does this command do,"$more readme.txt“?

1211


Can you enlist some commonly used network commands?

1158