Whats the Difference between a file system and a partition in Ubuntu?
February 25, 2009 12:58 AM Subscribe
Whats the Difference between a file system and a partition in Ubuntu?
I've recently migrated to Ubuntu from windows, but I still can't understand how the whole file structure works. What folder contains the actual ubuntu OS installation? What is a Grub? I've made a 2 partitions on my HD i think and I want to have my /home/ folder in one and all my other files in the other. But I only see one of the 23gig partitions, the rest of the HD space seems to be taken up by another folder called "file System" I assume this is where Ubuntu is installed.
I'm so confused, can anyone help explain it to someone with a mind still in windows mode?
posted by complience to technology (13 answers total) 4 users marked this as a favorite
A filesystem is a method of storing / finding files on a hard disk (its on top of the cake so would be icing)
It sounds like you a / (root) folder which has all the important OS stuff on it and /home which is your stuff. Linux uses a tree like structure starting a the / (root) and branching off. Ignore any windows based knowledge you are using in terms of this its set out totally differnently
GRUB is the small bit of software that sits at the start of the hard disk that is a link between the BIOS telling the system "use this hard disk" and then being able to start the Linux core (kernel).
posted by rus at 1:03 AM on February 25, 2009