I've made a new logical partition on my drive, which is /dev/sdb8. I've only got 20GB for / so I made a new partition to mount /usr/local/games on for installing Doom3, Quake4, and other Linux native games that use this directory.
Whenever I attempt to format the partition with
mkfs.xfs /dev/sdb8, I get the following error:
Code:
mkfs.xfs: cannot open /dev/sdb8: No such device or address
Am I missing a step here? I've never worked with partitions after installation, so apparently I don't understand it as well as I thought?