Thread
:
automount ext3 microSD
View Single Post
offthefront
2010-01-26 , 16:28
Posts: 5 | Thanked: 2 times | Joined on Jul 2007
#
14
Well my ext3 didn't automount either :-)
This is how I make it.
Usual disclaimers, if this doesn't make sense to you, you probably shouldn't be trying it ...
add these 4 lines to the bottom of /usr/sbin/mmc-mount
if [ $? -ne 0 ]
then
mount -o $3,noatime,nodiratime "$1" "$2" > /dev/null
fi
Quote & Reply
|
offthefront
View Public Profile
Send a private message to offthefront
Find all posts by offthefront