is there a way to mount and access a single partition on any mountpoint in my filesystem or must I use disk images and mount with offset?
I made a partiton image with dd bs=4M if=/dev/sdb1 of=~/part.img
and tried to mount it on /mnt with mount -t vfat ~/part.img /mnt
.
The output of mount is an Unknown Error -1