On Sun, 14 Dec 2003 12:40:12 +0100 Stefan Hoelldampf <stfn@xxxxxxx> wrote: > 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. > You have to be careful when you say something isn't possible ;o) For full read/write NTFS check out: http://www.jankratochvil.net/project/captive/ Cheers, Sean