Christian Langer wrote: > In trying to see how many ntfs partitions i have on my drive, site > http://www.mjmwired.net/resources/mjm-fedora-fc5.html#ntfs says to use > this command: fdisk -lu /dev/hda | grep NTFS. When i do i get this > message: bash: fdisk: command not found > . Any ideas? (am trying to Mount NTFS Partitions) Yes... su - and try again as root. fdisk is in /sbin and not part of your normal PATH. Also, you will need to be root to open /dev/hda anyway. -- I am the wandering glitch -- catch me if you can.