Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wie udev-rule schon beim booten anwenden?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Dr. Arbeitslos
Apprentice
Apprentice


Joined: 13 Aug 2005
Posts: 152

PostPosted: Sat Apr 08, 2006 9:44 am    Post subject: wie udev-rule schon beim booten anwenden? Reply with quote

Hi,

ich nutze eine per usb angestöpselte platte fürs backup und habe dafür folgende regel erstellt, welche auch funktioniert, wenn ich die platte im laufenden betrieb anstecke:

Code:
BUS=="scsi", KERNEL=="sd?1", SYSFS{model}=="SP1604N", NAME="usbplatte"


in der fstab steht deshalb:
Code:
/dev/ubplatte           /media/usbdisk          ext3    user,exec,noauto,managed 0 0


problem ist, dass wenn die platte bereits beim boot eingehängt ist, die udev-regel nicht zu greifen scheint. /dev/usbplatte wird also auch nicht angelegt und um die platte zu mounten, muss ich sie erst aus- und wieder einstöpseln.

hier noch rc-update show, falls das hilfreich ist:
Code:
# rc-update show
            bootmisc | boot
             checkfs | boot
           checkroot | boot
               clock | boot
            coldplug | boot
         consolefont | boot
               cupsd |      default
          domainname | boot
                 gpm |      default
                hald | boot
            hostname | boot
               ivman | boot
             keymaps | boot
          lm_sensors |      default
               local |      default
          localmount | boot
             modules | boot
            net.eth0 |      default
              net.lo | boot
            netmount |      default
          ntp-client |      default
           rmnologin | boot
                sshd |      default
            svnserve |      default
           syslog-ng |      default
             urandom | boot
          vixie-cron |      default
                 xdm |      default


Kann mir wer sagen was ich ändern könnte, damit die regel schon beim booten greift?
danke!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum