It just worked, i plugged my thumb drive and ipod and they both appear and mount.But, how in da world did u get your removable drives to show up in the My Computer ? The only way i find whats goin on is by using dmesg.. thass it,
Could u post the versions of what every u think mite be responsible for this ? also, the config's that u mite have changed or sumthign..
Code: Select all
sys-apps/pmount-0.9.3-r3
sys-apps/hal-0.5.4
sys-fs/udev-068-r1
gnome-base/gnome-volume-manager-1.5.1
Code: Select all
sys-apps/pmount-0.9.6
sys-apps/hal-0.5.4
sys-fs/udev-071
gnome-base/gnome-volume-manager-1.5.4
gnome-base/gnome-vfs-2.12.1.1
sys-kernel/suspend2-sources-2.6.13-r5Code: Select all
etc-updateThat is exactly my problem!!!Kugar wrote:I didin't explain what is my problem but it is the same as Jazz. In "My Computer" I have cdrom, network and root. If I plug a removable drive as an usb thumb the automount works and I can use my removable drive.
I just can't see my 2 windows partition which are mounted in /mnt via fstab.
Nope. There is something else wrong.crudh wrote:Put "user" in the windows partitions options in fstab. This will make them appear.
Code: Select all
# 200GB disk
/dev/hdb1 /mnt/vdata reiserfs user,noatime,notail,user_xattr 0 0
/dev/hdb3 /mnt/massdata reiserfs user,noatime,notail,user_xattr 0 0
# 200GB sata
/dev/sda1 /mnt/massdata2 reiserfs user,noatime,notail,user_xattr 0 2
/dev/sda2 /mnt/spd ext3 user,noatime,user_xattr 0 2
Me too, i post the lines for my 2 windows partitions in fstabNaib wrote:already docrudh wrote:Put "user" in the windows partitions options in fstab. This will make them appear.
Code: Select all
/dev/sda2 /mnt/cwin ntfs ro,user,gid=6,umask=007 1 0
/dev/sda6 /mnt/dwin vfat defaults,user,gid=6,umask=002 1 0Yes.paul555 wrote:@rndmtask did you runand upadate your configuration files for udev?Code: Select all
etc-update