0

I freshly set up Ubuntu, and formatted the whole disk with the btrfs file system. When I look at the mount point in gparted, /dev/sda5 is mounted both at / and /home. Is this a problem?

This did not occur before - /dev/sdaN was just mounted at /.

user258532
  • 1,258
  • 2
  • 16
  • 25

2 Answers2

1

If you used btrfs while installing, then a btrfs subvolume is created for /home (usually named @home). See Btrfs subvolumes vs folders? for more about subvolumes. It shouldn't be a problem, subvolumes are a nice feature of btrfs.

muru
  • 197,895
  • 55
  • 485
  • 740
0

You probably created extended partition. This can hold multiple logical partitions. If so, then all is OK.

For clarification: What does the term "Extended Partition" mean? Is it safe to use this type of partition?