# cat /etc/rcS.d/S44scsidev.sh #!/bin/sh /sbin/scsidev
chmodで実行可能にしておく
以下は古い記述
設定ファイルをいじれば良さそうなのだがよく分からなかったので力技
diff -uNr /root/S45mountnfs.sh.bak /etc/rcS.d/S45mountnfs.sh --- /root/S45mountnfs.sh.bak Mon Nov 1 00:22:50 2004 +++ /etc/rcS.d/S45mountnfs.sh Mon Nov 1 00:38:37 2004 @@ -17,6 +17,8 @@ # test -f /etc/fstab && ( +/sbin/scsidev + # # Read through fstab line by line. If it is NFS, set the flag # for mounting NFS file systems. If any NFS partition is found and it @@ -82,6 +84,8 @@ fi ) < /etc/fstab + +mount /mnt/usbhdd : exit 0