| i just made a clean install of 2006-01 RC1, and it's working great!   
 however, i get always an error on the init screen at startup saying
 
 
 Code: 
mounting proc filesystems failed with code 32. mount: sysfs already mounted or /sys busy.
 
 
 here's my fstab:
 
 Code: 
proc            /proc           proc    defaults        0       0
 usbfs           /proc/bus/usb   usbfs   devmode=0666    0       0
 sysfs           /sys            sysfs   defaults        0       0
 tmpfs           /dev/shm        tmpfs   defaults        0       0
 /dev/hda6       /               reiserfs defaults        0       1
 /dev/hda1       /media/hda1     ntfs-3g    silent,umask=0,no_def_opts,allow_other    0       0
 /dev/hda5       none            swap    sw              0       0
 /dev/hdb1       /media/hdb1     ntfs-3g    silent,umask=0,no_def_opts,allow_other    0       0
 /dev/hdd        /media/cdrom0   udf,iso9660 user,noauto     0       0
 
 
 it hasn't really caused any problems so far, but then i haven't tried using usb drives yet. what do you think is causing this error?
 |