I changed the mount point in fstab to 'nolabel' however this morning I got an email report ;
Cron <root@candle3> /sbin/e-smith/do_backupwk
Error while mounting /dev/sdc1 /media/nolabel :
mount: you must specify the filesystem type
Backup terminated: backup failed - status: 7424
Logging in with ssh I notice that ;
[root@server ~]# mount /media/nolabel
mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[root@server ~]# mount /media/nolabel
[root@server ~]# ls /media/nolabel
[root@server ~]# touch /media/nolabel/test
[root@server ~]# ls /media/nolabel
test
[root@server ~]#
Suspect the disc is going to sleep of some such - its an RDX cartridge / drive. I dont think this is a bug in SME just a hardware feature? Any suggestions?
Thanks!