[SOLVED] fstab mtab mounting issues
I foolishly installed pysdm to get a partition to auto mount and now have a variety of mounting issues I have not been able to figure out. My primary issue is I now have two files in /media that are not partitions but look like my system struggling to mount them causing a startup error message.
The correct mount should be /dev/sdb2 /media/Data Storage
The two bad entries in /media:
Data\
Data\040Storage
My fstab entries look accurate and I have a whole collection of partitions that mount correctly. This was working fine but recently decided not to work. I don't see any reference in fstab to the above directories but wonder if the spaced in the name is causing some heartburn all of a sudden??
Here is my fstab entry:
/dev/sdb2 /media/Data\ Storage ntfs-3g defaults,locale=en_US.utf8 0 0
Any help?