amitd
Jun 28 2008, 06:07 AM
HI
i am a beginner to linux . recently i install Fedora core 7 on my computer.
my hard disk is 80 Gb & created 4 partition 20 GB each, on which i have install linux on first partition. there are more data on other partition but i could not able to see those partition on linux. those partition are in NTFS. please tell me how to view these partition in fedora 7.
Thank you
machiner
Jul 5 2008, 10:26 AM
Fire-up a terminal, become root (su) and run the following command:
# fdisk -l
It will show you your partitions. There are some GUI utilities, namely gparted that you can install that will also show your partitions, however, gparted will perform partition related tasks on your partitions.
Like deleting and making, resizing them.
If you are interested in manipulating your partitions, might I suggest that you would do well by booting to a disc for the purpose. System Rescue Disc is my favorite disc for such purposes.
Hope that helped. Welcome to Linux, in a short time you'll wonder how you got along without it.
--machiner
debiantutorials.org
You will most likely need to install NTFS support. Follow these instructions:
http://nixcraft.com/linux-software/381-how...x.html#post8308HTH
machiner
Jul 8 2008, 08:53 AM
Most Linux distro's can read NTFS all day long. Writing to ntfs is supported, but it creeps me out.