I have two external hard drives. One is ntfs, the other is vfat. I want to be able the mount either one at any given time. Right now, I have an entry in fstab for sdb1, as vfat, and I'm using ntfs-config to mount the ntfs hard drive. BUT, if I try to mount the ntfs drive without already having the vfat one mounted, it reads as sdb1, and I get an error message and have to mount the drive manually.
So, is there a way of editing my fstab file so that I can turn the drives on in whichever order and still have them mount properly?