Dear visitor, welcome to Dreamboard. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

This post has been edited 1 times, last edit by "hobel1" (Jun 8th 2008, 11:58pm)
Quoted
Original von fuchs
kann mit mal jemand erklären wie das genau funktioniert mit dem automount. wo muss ich die daten eingeben, die ich sonst in den mountmanager eingegeben habe?
This post has been edited 1 times, last edit by "SiennaRoot" (Jun 11th 2008, 10:27am)
This post has been edited 1 times, last edit by "fuchs" (Jun 11th 2008, 12:42pm)
) This post has been edited 3 times, last edit by "Regloh" (Jun 11th 2008, 3:14pm)
This post has been edited 3 times, last edit by "SiennaRoot" (Jun 11th 2008, 1:32pm)
Quoted
Original von fuchs
ok, werde ich mal probieren. muss ich das verzeichnis /automount anlegen?
This post has been edited 1 times, last edit by "fuchs" (Jun 11th 2008, 3:12pm)
|
|
Source code |
1 2 3 4 5 |
alpha -fstype=cifs,rw,soft,user=guest,password=guest ://192.168.123.200/filme beta -fstype=cifs,rw,soft,user=guest,password=guest ://192.168.123.201/filme gamma -fstype=cifs,rw,soft,user=guest,password=guest ://192.168.123.202/filme mp3 -fstype=cifs,ro,soft,user=dream,password=dream ://192.168.123.251/mp3 foto -fstype=cifs,ro,soft,user=dream,password=dream ://192.168.123.251/fotoalbum |
|
|
Source code |
1 2 |
root@dm800:~# ls /autofs/mp3 ls: /autofs/mp3: No such file or directory |
|
|
Source code |
1 2 3 4 5 6 |
//192.168.123.202/FILME on /var/mnt/hddc type smbfs (rw,nodiratime,file_mode=075 5,dir_mode=0755) //192.168.123.251/MP3 on /var/mnt/mp3 type smbfs (rw,nodiratime,file_mode=0755,d ir_mode=0755) //192.168.123.251/FOTOALBUM on /var/mnt/foto type smbfs (rw,nodiratime,file_mode =0755,dir_mode=0755) |
This post has been edited 1 times, last edit by "fuchs" (Jun 11th 2008, 10:51pm)
This post has been edited 2 times, last edit by "gutemine" (Jun 12th 2008, 11:50am)
Quoted
Original von gutemine
wenn du BA verwendest kannst du das gewisse image auf CF/USB auspacken wo der Ghost modus richtig funktioniert (weil scheinbar die patches beim image builden angewandt werden) und dann das force drivers und kernel to flash feature vom BA verwenden - dann bootet auch das CVS Image im Flash den gewissen kernel und der ghost modus funktioniert dann mit allen images wie er soll.
Quoted
Original von gutemine
Und die /autofs oder /automount directories dürft ihr NICHT anlegen, das macht der automount dameon wenn er gestartet wird und dort sein virtuelles filesystem erstellt, genauso legt er dann bei bedarf die subdirectories an für die filesysteme die er zu mounten hat !
Quoted
Original von gutemine
Oder wenn Ihr ein CVS image ohne autofs im kernel verwendet, dann benutzt das autofs ipk das ich gepostet habe, das verwendet den nachladbaren aufofs Treiber bei dem der Ghost modus richtig funktioniert.
This post has been edited 3 times, last edit by "SiennaRoot" (Jun 13th 2008, 9:55am)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
root@dm800:/tmp# ipkg install autofs.ipk
Installing enigma2-plugin-libs-autofs (4.1.4-r2) to root...
An error ocurred, return value: 17.
Collected errors:
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/mount_a
fs.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/mount_e
xt2.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/mount_e
xt3.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/mount_n
fs.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/lookup_
multi.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/mount_g
eneric.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/lookup_
userhome.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/mount_c
hanger.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/lookup_
nisplus.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/mount_b
ind.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/lookup_
program.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/lookup_
yp.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/lookup_
file.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/parse_s
un.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/lib/autofs/mount_a
utofs.so
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /usr/sbin/automount
But that file is already provided by package autofs
Package enigma2-plugin-libs-autofs wants to install file /etc/init.d/autofs
But that file is already provided by package autofs
root@dm800:/tmp#
|
|
|
Source code |
1 2 |
root@dm800:~# insmod autofs insmod: cannot open module `autofs': No such file or directory |
This post has been edited 2 times, last edit by "fuchs" (Jun 12th 2008, 5:54pm)