Maybe you meant:
“Is it possible to add a filesystem on a new drive to my installed/existing filesystem?”
And yes, that’s easy to do through /etc/fstab. Create a mount point (if needed) for the new filesystem, edit fstab to reflect the new mount point and then mount it.
Remember, you mount the filesystem that a partition holds, not the partition. Although people talk about mounting partitions (me included), what we really mean is mounting the filesystem.
|