On Tuesday 12 September 2006 12:44, alan zl3kr wrote: > /dev/hdb1 /mnt/hdb1 vfat,ext3,ext2,reiserfs noauto,users,exec 0 0
Change this line in /etc/fstab so that it reads: /dev/hdb1 /mnt/hdb1 vfat,ext3,ext2,reiserfs auto,users,exec 0 0 i.e. change the 'noauto' to 'auto'. now either as the root user mount the file-system, # mount /dev/hdb1 /mnt/hdb1 or reboot the machine so it happens automatically. Otherwise make the Desktop icon as I suggested earlier today, and use the 'Mount' entry from the RH mouse button menu. Your files will then become available. -- CS
