Hard Drive Problems

Asked by frankie

Hi, I just installed Ubuntu 6.10 on my computer. I made the FAT32 partition to share with XP and Ubuntu, but Ubuntu doesn't show the hard drive anywhere. It only shows the NTFS file where XP is in. How do I make Ubuntu recognize or mount the FAT32 partition? Please Help.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
frankie
Solved:
Last query:
Last reply:
Revision history for this message
David Symons (bimberi) said :
#1

Hi, Can you post the output from the command 'sudo fdisk -l'.

Thanks, Dave.

Revision history for this message
Benoit Malet (benoit-malet) said :
#2

Hello !

Could you also post the content of your /etc/fstab file ?

Thanks and regards,
Benoît

Revision history for this message
frankie (frankies0) said :
#3

Hi thanks for the help. The output for the 'sudo fdisk -l' is:

Disk /dev/hda: 40.0 GB, 40060403712 bytes
240 heads, 63 sectors/track, 5174 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes

   Device Boot Start End Blocks Id System
/dev/hda1 * 1 5173 39107848+ 7 HPFS/NTFS

Disk /dev/hdc: 41.1 GB, 41174138880 bytes
255 heads, 63 sectors/track, 5005 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot Start End Blocks Id System
/dev/hdc1 * 1 2384 19149448+ 7 HPFS/NTFS
/dev/hdc2 2385 4613 17904442+ 83 Linux
/dev/hdc3 4614 4754 1132582+ 82 Linux swap / Solaris
/dev/hdc4 4755 5005 2016157+ c W95 FAT32 (LBA)

And this is what my /etc/fstab file showed:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hdc2
UUID=7718f6ce-d4d5-4213-98da-723e21465287 / ext3 defaults,errors=remount-ro 0 1
# /dev/hda1
UUID=1284DA8084DA662F /media/hda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hdc1
UUID=5CD4B8BDD4B89B2A /media/hdc1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
/dev/hdc4 /share vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/hdc3
UUID=e6d8fffc-2634-4844-a3ae-06d2d3384c9d none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdb /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/ /media/floppy0 auto rw,user,noauto 0 0

That's it. Thank You

Revision history for this message
Benoit Malet (benoit-malet) said :
#4

Hello !

In fact, your /etc/fstab seems almost OK, but I think you should replace "utf8" by "iocharset=utf8" in the line for hdc4. Also check that you have a folder /share (but I guess it's already done).

Hope this solves the problem.

Regards,
Benoît

Revision history for this message
Best frankie (frankies0) said :
#5

Thanks for everyones help!! I found out that my FAT32 was actually a folder called /shared