 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

20th November 2004, 12:19 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Location: Carlisle, PA; USA
Age: 24
Posts: 59

|
|
|
Fdisk command not found? NTFS/FAT32 Not supported?
I'm trying to mount my windows partitions under linux, and it's not going too well 
I have a primary NTFS win2k partition, with an extended partition/logical drive D:, then my FC3 install.
I want to atleast mount my D drive (FAT32) which I assume is /dev/hda2. I wanted to use fdisk or cfdisk to double check my partition table, but This is all I get.
Code:
[root@localhost dewey]# fdisk
bash: fdisk: command not found
And I even tried to mount /dev/hda2 to /mnt/test hoping that it was my D: drive, and here's what I got.
Code:
[root@localhost dewey]# mount -t fat32 /dev/hda2 /mnt/test
mount: fs type fat32 not supported by kernel
I get a similar problem when trying to mount /dev/hda1.
If anyone could link me on information to get fdisk (or cfdisk) working, or even adding NTFS/FAT32 support, it would be well appreciated.
Thankyou.
|

20th November 2004, 12:39 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
|
the correct command is (type as root): /sbin/fdisk -l
|

20th November 2004, 12:40 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 36

|
|
|
It is mount -t vfat!
|

20th November 2004, 12:49 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Location: Carlisle, PA; USA
Age: 24
Posts: 59

|
|
|
Thanks
Thanks a bunch!
Just switched from gentoo, so I'm used to using fdisk as a command.
I had to mount /dev/hda5 instead of hda2, because hda5 was the actual logical partition. Worked like a charm.
Edit:
VFAT doesn't work for NTFS does it? Here's what I got.
Code:
[root@localhost dewey]# mount -t vfat /dev/hda1 /mnt/windows
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
or too many mounted file systems
Is it even possible to mount an NTFS partition with read+write permissions anyway?
Last edited by Dewey; 20th November 2004 at 12:53 AM.
|

20th November 2004, 01:09 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 36

|
|
Quote:
|
Originally Posted by Dewey
VFAT doesn't work for NTFS does it?
|
No, for NTFS partitions you have to write mount -t ntfs
|

20th November 2004, 01:36 AM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 1,317

|
|
|
You can have full read/write ntfs support if you use captive ntfs....but don't be surprised if your ntfs drives/partitions get nuked; full ntfs write support is still very much experimental in nature. Read support however is totally safe. linux-ntfs.sf.net should have rpm's for your fedora version just install those for your kernel and mount your ntfs drives as mcg indicated.
__________________
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.
Please vote for this bug and help me make GAYT [Go As You Type ]a standard option in Firefox.
|

20th November 2004, 01:56 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
|
|

20th November 2004, 02:45 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Location: Carlisle, PA; USA
Age: 24
Posts: 59

|
|
|
All works like a charm now, thanks.
|

20th November 2004, 04:15 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
Quote:
|
Originally Posted by Dewey
All works like a charm now, thanks.
|
Post your fstab to compare notes....I always like to see how other people solve their problems.
|

12th January 2005, 06:17 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Location: Portland Oregon
Age: 37
Posts: 30

|
|
|
I read on another post that you can resolve path issues with su -
I think I'll start using that instead of plain su
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 22:08 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|