間違いだらけの備忘録

このページの内容は無保証でありこのページの内容によって直接、または間接に損害を受けられたとしても私は責任を取りません。

usbhddの自動マウント

# 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
このページにはhatena以外のサービスからのコンテンツが埋め込まれています。 hatenaによりGoogle AdSense 広告が埋め込まれています。