GNUGradyn/vbdm

Not checking if a mountpoint allredy exists before creating it

GNUGradyn opened this issue · 1 comments

Upon running create-ext4 or create-ntfs, or any other command requiring a mount point to be created, it will assume the the mount point does not already exist. Rather then letting the user know the mount point already exists, the program should ask the user if they want to unmount and delete the current mountpoint or cancel. This is in case someone has 2 virtual devices with the same name

Fixed!