quote:
Originally posted by Paladin9:
HOLY SHIT!!!!!!!!!
It worked! thanks for the help.
Hey Paladin,
If you want to do it so it loads everything automatically. You can change your /etc/fstab file.
Here is what mine looks like including mounting some samba drives with smbfs.
***********
/dev/hda6 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
//bobbi/C /mnt/bobbi_c smbfs username=% 0 0
//bobbi/D /mnt/bobbi_d smbfs username=% 0 0
//kds1/C /mnt/kds1_c smbfs username=% 0 0
//kds1/D /mnt/kds1_d smbfs username=% 0 0
//kds2/C /mnt/kds2_c smbfs username=% 0 0
//kds2/D /mnt/kds2_d smbfs username=% 0 0
/dev/hdc /mnt/cdrom auto user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
/dev/fd0 /mnt/floppy auto user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0
/dev/hda1 /mnt/win_c vfat iocharset=iso8859-1,umask=0,codepage=850 0 0
/dev/hda5 /mnt/win_d vfat iocharset=iso8859-1,umask=0,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda8 /usr ext3 defaults 1 2
/dev/hda7 swap swap defaults 0 0
**********
The Samba drives (windows on other computers) and the windows drives on this comp are all automounted at boot. The floppie and CD have to be mounted to use. I use /usr/bin/usermount to quickly and efficiently mount and unmount them as I need them.
I use Mandrake 8.1 but it will be the same on any linux distro.
Hey Everyone,
I'm back. Well actually I never left. Been reading this forum for ever with out posting. I just had nothing to say until now.