LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mount? Partition? huh? (https://www.linuxquestions.org/questions/linux-newbie-8/mount-partition-huh-274332/)

linux_blnk182 01-05-2005 05:18 PM

Mount? Partition? huh?
 
I need a simple definition of what these things are and what their used for

mount
partition
fdisk


I know HOW to use them given a crash lesson on them.....

i just dont really know its used FOR
^^which is not good in the linux world :tisk:


I need to put the puzzle together to understand the whole concept of mounting....partitioning....etc

david_ross 01-05-2005 05:23 PM

Mount is a command used to mount a partition of a disk so that the filesystem can be read.

A partition is a section of a disk that usually contains a filesystem.

fdisk is a program used to manage the partitions on disks.

linux_blnk182 01-05-2005 05:29 PM

okay...so now....
 
okay i kinda get it........would we need to mount a new partition so that other computers can see that new "drive" by NFS?


(not using ssh...we want to see file on computer B on a different computer on the network)


fdisk makes partitions.....and then mounting makes filesystems?
^correct?

linux_blnk182 01-05-2005 05:37 PM

bump

michaelk 01-05-2005 05:50 PM

In a nutshell,
fdisk creates partitions i.e. divides the disk into sections.
mkfs, mke2fs, mkreiserfs creates filesystems on partitions like ext2, ext3, reiserfs, xfs, jfs etc.
mount attaches filesystems to the file tree.

Have you googled yet?


All times are GMT -5. The time now is 12:04 AM.