Find the answer to your Linux question:
Results 1 to 3 of 3
Hello Fellows, I am sorry if my questions are kind of too preliminary. What is the difference between "/" and "/root" in Linux? What can "c:\" in windows compared to ...
  1. #1
    Just Joined!
    Join Date
    Nov 2011
    Posts
    4

    Question about Linux file system

    Hello Fellows,

    I am sorry if my questions are kind of too preliminary.

    What is the difference between "/" and "/root" in Linux?
    What can "c:\" in windows compared to in Linux?
    Which partition should have the most space of your HD in Linux?

    I wanted to manually partition my 3TB HD for Linuxmint 12 dedicated for virtualization, but I panic about the sizes of the partitions. I will be running both Linux and Windows servers on it.

    Can someone suggest some documents that I could check out to understand this in depth?

    Respectfully,
    aroldgre
    Last edited by aroldgre; 11-16-2011 at 03:25 AM.

  2. #2
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,946
    The "/" forward slash symbolizes the root of the filesystem and /root is just the root user directory. You can easily see the difference by simple running the ls command to list directories and files in each on any Linux system:

    ls /
    ls /root

    give you two very different outputs. I guess the / would be similar to C:\ in windows.

    The partition which needs the most space would depend upon the use. Most users and particularly new users just create one partition for the filesystem and a swap partition. If you have a lot of personal data, pictures, music, etc. you could create a separate /home partition or a separate data partition. If you are going to be running a server, most server files are in the /var/www directory although this varies with the distribution.

  3. #3
    Just Joined!
    Join Date
    Oct 2011
    Posts
    22

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...