I'm new to Linux/Ubuntu and trying to migrate from a windows environment. I recently set up my laptop to dual-boot Ubuntu with Windows. Since I have been used to Windows environment I always try to compare with Windows.
While setting up for dual booting, I created three new partitions, one for Ubuntu be installed (/
), another one for home (/home
) and the other one as the Linux-swap.
When I use the my laptop with Ubuntu I can see the /home
partition and it's content when I browsed to Home in file in side bar. And other drives mounted in the bottom of the side bar. But how can I browse to the partition that I installed Ubuntu, like I go to the C:
drive in windows. As per my understanding all the installed programs' files should be in this partition like Program Files
in Windows. How can I see them?
I chose this Ubuntu installed partition to be 25 GB
as in some articles I found, they claimed around 20 GB
will be enough. How can I get to know if this is full. And can I choose /home
or any other location for programs to be installed as we give a custom location in Windows?
I came across the question How do I view all available HDD's/partitions? and some related question to that, but those didn't really anwser my question.
Also please correct me if anything I have assumed above is wrong.
Thanks in advance.