can not figure out the problem with /dev/sdb1. KDEPartitionManager says it can not mount. The error message isn't clear enough for me to figure out what is wrong.
I Look at the last line.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc1 during installation
UUID=8900d4b7-dcf0-48e6-9e02-582b56f2ceb8 / btrfs subvol=@ 0 1
# /home was on /dev/sdc1 during installation
UUID=8900d4b7-dcf0-48e6-9e02-582b56f2ceb8 /home btrfs subvol=@home 0 2
# /steam1 was on /dev/sda1 during installation
/dev/sda1 /steam1 btrfs defaults 0 2
/swapfile none swap sw 0 0
# UUID=9c41bb87-72ec-43e0-a283-9a684156b57e /home/steve7233/Booksmount btrfs defaults 0 0
/dev/sdb1 /not_steam btrfs defaults 0 0
I Look at the last line.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc1 during installation
UUID=8900d4b7-dcf0-48e6-9e02-582b56f2ceb8 / btrfs subvol=@ 0 1
# /home was on /dev/sdc1 during installation
UUID=8900d4b7-dcf0-48e6-9e02-582b56f2ceb8 /home btrfs subvol=@home 0 2
# /steam1 was on /dev/sda1 during installation
/dev/sda1 /steam1 btrfs defaults 0 2
/swapfile none swap sw 0 0
# UUID=9c41bb87-72ec-43e0-a283-9a684156b57e /home/steve7233/Booksmount btrfs defaults 0 0
/dev/sdb1 /not_steam btrfs defaults 0 0
Comment