view windows partition in linux

how to view windows partition Fedora Linux?

1. Download - http://sourceforge.net/projects/linux-ntfs/
Run >> mount -t ntfs /dev/hdb /mnt/
/dev/hdb is your windows partition in Linux

2. http://www.ntfs-3g.org/index.html
Install like this >>>>
./configure
make
make install

Use: mount -t ntfs-3g /dev/sda1 /mnt/windows

Labels: