In GParted, I'm trying to remove a partition that I'm not using (to make space for another operating system). The partition to remove is either dev/dev6 or dev/dev7. How can I view the contents of either partition (to make sure that I'm not accidentally deleting the wrong partition)?
I tried using the command cd /dev/sda6 to view the partition sda6, but then I got the following output: bash: cd: /dev/sda6: Not a directory. Is there another way to view the contents of a specific partition?
