Christophe Lucas wrote: > You must before identifiy the partition and filesystem on it. > $ cat /proc/partitions (can help you) > Then > $ mount -t vfat /dev/hd5 /mnt/utils (for example) > And you can put this kind of information in /etc/fstab. If you have a NTFS windows partition you should have a look at http://linux-ntfs.sourceforge.net/ Be careful, NTFS is NOT completely supported! For example, real write access ist not possible. Regards, Stefan