edit with your favorite text editor /etc/fstab (pico is an easy choice) , find your f: windows drive and mofify it's mount point from /mnt/win_E to /mnt/win_F probably... then make the mount point directory for the f: drive in /mnt like this: mkdir /mnt/win_F ! then you just use the mount command to mount them like this: mount /dev/hdaX (where you replace X with your partitons number, for example if your e: partition is hda3 you should type: mount /dev/hda3 ). GL.
|