Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

How will i do mounting in LINUX..

10 like 0 dislike
I am new in LINUX, do you know LINUX so please help me....
asked 1 year ago by lotus$ (42,160 points)

2 Answers

0 like 0 dislike
The process is shown below..
1.The mount command allows a file system to be accessed.
2.You must know know the device name where the file system resides and have a directory already created that is used to access the file system.
3.For a CD, the typical device is /dev/sud0 and the directory is /cdrom.
4.For a floppy, the typical device is /dev/fd and the directory is /floppy.
Examples:
5.mount /dev/sud0 /cdrom - Mounts the file system /dev/sud0 in the directory /cdrom
6.mount /dev/fd /floppy - Mounts the file system /dev/fd in the directory /floppy
answered 1 year ago by eagle09 (95,490 points)
0 like 0 dislike
answered 1 year ago by WebMaster-Admin (36,670 points)

Related questions

11 like 0 dislike
0 answers
10 like 0 dislike
0 answers
6 like 0 dislike
4 answers
10 like 0 dislike
4 answers
asked 1 year ago by pollard (41,990 points)
7 like 0 dislike
0 answers