ページ 11

pmountの修正

Posted: 08/12/11(木) 17:54
by 暇人

Posted: 08/12/11(木) 17:57
by 暇人
# diff -u pmount.org pmount
--- pmount.org 2008-12-09 13:17:26.000000000 +0900
+++ pmount 2008-12-09 13:20:11.000000000 +0900
@@ -31,7 +31,7 @@



-gxmessage -bg yellow -center "パピードライブマウンタ" "ハードウェアを検出します。
+gxmessage -bg yellow -center -title "パピードライブマウンタ" "ハードウェアを検 出します。
しばらくお待ちください。" &
X1PID=$!

@@ -372,7 +372,7 @@
RETVAL1=$?
;;
*)
- mount -t $DOFS -o iocharset=utf8 $DODEV /mnt/$DEVNAME
+ mount -t $DOFS $DODEV /mnt/$DEVNAME
RETVAL1=$?
;;
esac

Posted: 08/12/11(木) 18:16
by 暇人
gxmessage の部分は構文の間違いで動作には関係なさそう。

mountのとこは私が入れたんだけど、多分vfatのところと勘違いしたんだな。
失礼しました。

ext2にだけ影響が出るのが不思議。