Teman-teman, seperti yang pernah saya post,
dulu user disini kesulitan ngopy kedisket karna harus mount/unmount
manual.. setelah googling berhari-hari akhirnya dapet juga solusi nya :D
di linux caranya ialah pake supermount (biasanya sudah bawaan mandrake)
atau alternatif lain submount.
- http://supermount.sourceforge.net
- http://submount.sourceforge.net
kebetulan warnet disini pake nya vector linux, dan di forum nya VL
disebutkan kalau pake supermount tidak stabil, lebih baik
pake submount. Dan katanya kalau mau pakai supermount harus
patch kernel (ih serrem.. :p~). Jadilah kami memilih submount
Alhamdulillah sekarang warnet kami sudah
bisa mount otomatis, sehingga tidak lagi merepotkan user.
Step by step buat masang modul submount
sudah saya coba 'n its working.. (setau saya hampir sama untuk distro yang 
lain) - taken from wiki nya gentoo linux :
Oya dibawah ini contoh untuk yang kernel nya 2.6
Untuk yang kernel nya masih 2.4 download lah package yg sesuai 
dengan kernel anda misalnya submount-2.4.0.9.tar.gz

Manually
First, you need to acquire the source code of submount. You can grab it from 
SourceForge (http://submount.sourceforge.net/). The current version is 0.9.
Next, you need to extract the source code. The following commands copy the 
archive to /usr/src and extract the source code.
cp submount-0.9.tar.gz /usr/src/
cd /usr/src/
tar xfzv submount-0.9.tar.gz
cd submount-0.9

Now you are in the directory where the submount source code resides. You will 
find 2 directories: subfs-0.9 and submountd-0.9
First, we will make the kernel module:
cd subfs-0.9
make && make install
cd ..
You should see some compiler messages run down your screen. After the 
compiling is complete, make install copies it to your module directory.
Now we will load the module for the first time (hooray!):
modprobe subfs

If everything went smooth, you can find the module in the list given by lsmod.
Next we will make submountd, the program which is also needed for submount to 
work.

cd submountd-0.9
./configure
make && make install

If you want to put submountd to another directory, you can provide a parameter 
to the configure script.
[edit]
Usage 
/dev/fd0 /media/floppy subfs fs=floppyfss,users,procuid,nodev

Semoga Membantu
Regards,

Ade Afrian



Official Web Site : http://www.awari.or.id
Unsubscribe: [EMAIL PROTECTED]
Web,archive: http://groups.yahoo.com/group/asosiasi-warnet 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/asosiasi-warnet/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to