how to specify in /etc/fstab table file to mount a point with blank space and user name with backslash characters (mostly Samba Mount Path) ============================================================================================ Using '\040' replace blank space character, and '\134' replaces backslash character: In /etc/fstab: //id-staff.infodiv.unimacq.edu.au/IS\040Web\040Redev\040Project /mnt/idstaff smbfs noauto,username=unimacq\134mpoloni 0 0 |