At a rough guess, using the command mount -a
( as root ) will attempt to mount everything. If'it's already mounted, it'll whinge, but after that, everything will then be available, including your E drive under linux. Steve On Mon, 11 Sep 2006 20:44:40 -0400 alan zl3kr <[EMAIL PROTECTED]> wrote: > Below is the fstab file. > Yes I can still see drive 'E' from windows and the files that were > placed in it. > > # Pluggable devices are handled by uDev, they are not in fstab > /dev/hdb2 / ext3 defaults,noatime 1 1 > none /proc proc defaults 0 0 > none /proc/bus/usb usbfs devmode=0666 0 0 > none /dev/pts devpts mode=0622 0 0 > none /sys sysfs defaults 0 0 > # Dynamic entries below, identified by 'users' option > /dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,umask=0222 0 0 > /dev/hdb1 /mnt/hdb1 vfat,ext3,ext2,reiserfs noauto,users,exec 0 0 > /dev/hdb3 swap swap sw,pri=1 0 0 > /dev/hdb4 /mnt/hdb4 auto noauto,users,exec 0 0 > /dev/cdrom /media/cdrom iso9660,udf noauto,users,exec,ro 0 0 > /dev/fd0 /media/floppy vfat,ext2 noauto,users,exec,rw 0 0 > > output of mount command > [EMAIL PROTECTED] mount > /dev/hdb2 on / type ext3 (rw,noatime) > proc on /proc type proc (rw) > /sys on /sys type sysfs (rw) > varrun on /var/run type tmpfs (rw) > varlock on /var/lock type tmpfs (rw) > procbususb on /proc/bus/usb type usbfs (rw) > udev on /dev type tmpfs (rw) > devpts on /dev/pts type devpts (rw,gid=100,mode=0622) > devshm on /dev/shm type tmpfs (rw) > capifs on /dev/capi type capifs (rw,mode=0666) > binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) > [EMAIL PROTECTED] > > Alan > >
