Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-25-2006, 08:23 PM
|
#1
|
LQ Newbie
Registered: Apr 2006
Posts: 5
Rep:
|
USB external drive: NTFS/FAT32 detected, ext3 not
Hello,
I looked around and it seems partitions have caused a lot of people problems, but I couldn't find one like mine:
I have a dual boot system, WinXP and FC5, and I also have an external USB drive. On my external, I have 2 partitions. One is NTFS, and the other I use for testing. I was able to mount the NTFS partition onto Fedora (using the kernel module appropriate for my kernel version). Now, the other partition, when I format it as FAT32, it is detected automatically and I can access it from Fedora (no surprise there, Linux can read/write drives of FAT format). However, when I format that partition as Ext3, Ext2, or Reiser FS, it does not appear anywhere in Fedora.
I do my partitioning work in Windows with Acronis Disk Director. Could that be part of the problem? I have even tried formatting that partition as "None". No matter what file type I format it as, it does not appear in Fedora, unless it's a FAT type of some kind, or NTFS.
Any help would be much appreciated.
|
|
|
04-25-2006, 08:49 PM
|
#2
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
I would remove the partition and then under fedora create it again and set it as linux partition. Then format it under linux.
Brian1
|
|
|
04-25-2006, 08:50 PM
|
#3
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
Re read it again. What does the command as root ' /sbin/fdisk -l ' report.
Brian1
|
|
|
04-25-2006, 09:06 PM
|
#4
|
LQ Newbie
Registered: Apr 2006
Posts: 5
Original Poster
Rep:
|
Hello Brian,
Thanks for replying. The output of that command is:
Disk /dev/hda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 5224 41961748+ 7 HPFS/NTFS
/dev/hda3 5225 5237 104422+ 83 Linux
/dev/hda4 5238 12161 55617030 8e Linux LVM
Disk /dev/sda: 300.0 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda2 * 2 36481 293025600 f W95 Ext'd (LBA)
/dev/sda5 2 35177 282551185 7 HPFS/NTFS
/dev/sda6 35178 36481 10474348+ b W95 FAT32
EDIT - I forgot to mention that I have formatted that second partition as NTFS and merged it with my first partition, also NTFS. I have only NTFS and FAT32 on my external at the moment. Should I attempt to format the second partition as Ext3 and run the command again?
Last edited by blanks77; 04-25-2006 at 09:15 PM.
|
|
|
04-25-2006, 09:17 PM
|
#5
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
So I guess you want to change /dev/sda6 to ext3 correct?
If so then use the command as root ' /sbin/fdisk /dev/sda '
Hit ' t ' for type, select partiton' then type ' 83 '
Hit ' w ' to write and save.
Run command ' /sbin/mkfs.ext3 /dev/sda6 '
Brian1
|
|
|
04-25-2006, 09:25 PM
|
#6
|
LQ Newbie
Registered: Apr 2006
Posts: 5
Original Poster
Rep:
|
Apparently it worked, given the console's reply.
But now, when I click that drive (which now appears, so that's an improvement), Konqueror gives me "Failed to mount device." That doesn't sound right, I don't need to mount ext3 drives correct?
EDIT - I restarted Fedora, the drive appears, 10GB drive label, that looks ok, but NOW when I click it, Konqueror says "An unknown error occurred."
Last edited by blanks77; 04-25-2006 at 09:38 PM.
|
|
|
04-25-2006, 09:42 PM
|
#7
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
How are you mounting it?
What is your mount command?
Do you have a line in /etc/fstab for it?
basic would like this.
create a directory in /mnt and name it say /mnt/sda6
Then the mount command ' mount -t ext3 /dev/sda6 /mnt/sda6 '
Brian1
|
|
|
04-25-2006, 09:45 PM
|
#8
|
LQ Newbie
Registered: Apr 2006
Posts: 5
Original Poster
Rep:
|
Yes, my folder in mnt is called ext3
My command is this:
mount /dev/sda6 /mnt/ext3 -t ext3 -r
|
|
|
All times are GMT -5. The time now is 02:15 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|