maggior;685043 Wrote: > I have it set up to be mounted automatically, so I wasn't performing the > mount in my script. Obviously, that isn't working out. Your idea is a > good one - just do the mount myself.
If you have automounted the backup drive at boot time, you can use the command mount | grep backup and test the return code to see if the automount succeeded. Use the correct mount point instead of "backup" in the above command. If this test shows the drive isn't mounted, then proceed to mount it in the script. -- Ron Olsen ------------------------------------------------------------------------ Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233 View this thread: http://forums.slimdevices.com/showthread.php?t=93030 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/ripping
