>> I have created a file rc.local and included the
following
>>> "mount
/dev/scsi/host0/bus0/target0/lun0/part1 /pendrive"
>>>
>>> but the device is not mounted
>>>
>> On
a TS-7250 board the /etc/rc.d/rcS.sysinit script needs to be modified to
>> call an rc.local script. Adding the following lines to
rcS.sysinit will run
>> the rc.local file when the system starts.
Make sure the needed kernel modules
>> are loaded before the mount
command is issued.
>>
>> if test -x /etc/rc.d/rc.local
; then
>> . /etc/rc.d/rc.local
>>
fi
>>
EVEN AFTER INCLUDING THIS I STILL HAVE THE SAME
PROBLEM
> time, why not put an entry in /etc/fstab?
>
>
That's what it is for!
I TRIED INCLUDING IN FSTAB ALSO