Results 1 to 9 of 9
Hi all,
I have two hard disk , one for Linux ext4 , and the other one is NTFS and it contain important information, i install the Oracle Enterprise Linux ...
- 11-29-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 4
I can't see the NTFS driver
Hi all,
I have two hard disk , one for Linux ext4 , and the other one is NTFS and it contain important information, i install the Oracle Enterprise Linux 5.4 as you it is redhat and when setup i make the choice
Code:Remove Linux partitions on selected drives and create default layout and I choose only the ext4 driver and keep the NTFS unchecked.
when i finish the setup i can't see the NTFS driver and i try to enter system>disk management but a message appear that there are no file-systems to mount or unmount
so what the solution to mount the NTFS driver??
Regards
- 11-30-2009 #2
boot up into linux and run this command as root
post resultsCode:fdisk -l
- 11-30-2009 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 4
this the result after run the command under rootPHP Code:bash: fdisk: command not found
- 11-30-2009 #4Just Joined!
- Join Date
- Dec 2006
- Location
- Bengaluru, India
- Posts
- 14
as root.Code:/sbin/fdisk -l
- 11-30-2009 #5Just Joined!
- Join Date
- Nov 2009
- Posts
- 4
PHP Code:/sbin/fdisk -l
disk /dev/sda : 160.0 GB, 160040803840 bytes
255 heads,63 sectors/track, 1945 cylinders
units = cylinders of 16065 *512= 8225280 bytes
device Boot start End blocks Id System
/dev/sad1 * 1 5099 40957686 7 HPFS/NTFS
/dev/sad2 5100 19456 115322602+ f W95 eXT'd (LBA)
/dev/sad5 5100 9561 35840983+ 7 HPFS/NTFS
/dev/sad6 9562 19456 79481556 7 HPFS/NTFS
Disk /dev/sdb : 320.0 GB ,230072933376 bytes
255 heads,63 sectors/track, 38913 cylinders
units = cylinders of 16065 *512= 8225280 bytes
device Boot start End blocks Id System
/dev/sdb1 * 1 13 104391 83 Linux
/dev/sdb2 14 38913 312464250 8e Linux LVM
- 11-30-2009 #6Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,975
To mount ntfs file systems from linux, you need the ntfs-3g file system driver and tools. See if you have the executable ntfs-3g. It should be in /usr/bin. Then you should find that mount.ntfs and/or mount.ntfs-3g in /sbin are links to /usr/bin/ntfs-3g. If this is not the case, and you don't find /usr/bin/ntfs-3g, then you need to install it with the YUM package manager. As root, execute the command: yum install fuse-ntfs-3g
Once that is done, you should be able to mount the ntfs partitions with the command "mount -t ntfs /dev/sdax mount-point" where sdax is the partition to mount and mount-point is an empty directory to mount the partition.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 11-30-2009 #7
Hm, something strange in your fdisk output. Your sda partitions are named sad1 sad2 etcetera. It should be sda1 sda2 etcetera
In your linux drive the naming is correct however.Charles
ASUS EEE Box B202, Atom 270 1,6GHz, 1 GB, HDD 80GB, XP-SP3 / PinguyOS
Asus EEE PC 901 with Bodhi-Linux
- 12-01-2009 #8Just Joined!
- Join Date
- Nov 2009
- Posts
- 4
- 12-01-2009 #9Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,975
Dyslexic fingers...
I ytep, therefore I ma...
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
