Am Freitag, den 27.01.2006, 18:07 +0100 schrieb umberto rossi: > I mean, > I issued the correct mount command and now everything works allright - > both the 2nd, 32fat HD and the external disk. > > Now I'd just need to know how to edit the fstab file so that everytime I > open the machine the two drives are automatically assigned to the two > folders. > Have a look at fstab and write down the line which is added in fstab when you have mount it successfully. Now unmount. % umount <device> <dir> Edit fstab and add above line. You can save changes only as root. After an reboot check that it is actually mounted. But you don't have to reboot yet, mount'ing again is enough. % mount <device> <dir> FYI mount looks up fstab so one of <device> or <dir> is optional. Thomas
Attachment:
signature.asc
Description: This is a digitally signed message part