PDA

View Full Version : Knoppix erkennt zweite Partition nicht



Pilatus
11-21-2004, 07:32 AM
Mein Knoppix V34 erkennt die zweite Partition meiner Festplatte nicht. Was kann ich tun, dass die zweite Partition eingebunden wird.

Vielen Dank für eine Auskunft.

CrashedAgain
11-22-2004, 06:25 PM
from free translation:
My Knoppix V34 does not recognize the second partition of my hard disk. What I can make that the second partition is integrated.

Many thanks for information.

Please post the details of your partitions and the output from 'cat /etc/fstab'.

Attempt at free translation. I hope this makes sense:
Schlagen Sie bitte die Details Ihrer Teilungen und der Produktion von der 'cat /etc/fstab'.

franz29
11-25-2004, 08:17 PM
mache ein
sudo fdisk -l /dev/hda
und ein
sudo cat /etc/fstab

in der console

und poste es hier

Pilatus
11-30-2004, 09:47 AM
We want to do a KNOPPIX instruction-workshop. We use Notebook-Computers with WindowsXP installed.

Under WindowsXP-SP2 (installed on C:) two partitions of the harddisk are accessible :
C: NTFS used 10.9 GB
free 26.3 GB
total 37.3 GB and
D: FAT32 used 38.0 MB
free 18.5 GB
total 18.5 GB

to our surprise KNOPPIX sees only one big Partition.
We have tried with Versions 3.3 3.4 3.6 3.7 and Linux-Kernels 2.4 and 2.6,
with always the same result. We tried also QTparted but the
FAT32-partition remained invisible under KNOPPIX.

According to the suggestions the following tests were run :

1) sudo fdisk -l /dev/hda produced

Platte /dev/hda: 60.0 GByte, 60011642880 Byte
255 K?pfe, 63 Sektoren/Spuren, 7296 Zylinder
Einheiten = Zylinder von 16065 * 512 = 8225280 Bytes

Ger?t Boot Start End Blocks Id System
/dev/hda1 * 1 7296 58605088 44 Unbekannt

2) sudo cat /etc/fstab produced

/proc /proc proc defaults 0 0
/sys /sys sysfs noauto 0 0
/dev/pts /dev/pts devpts mode=0622 0 0
/dev/fd0 /mnt/auto/floppy auto user,noauto,exec,umask=000 0 0
/dev/cdrom /mnt/auto/cdrom auto user,noauto,exec,ro 0 0
# Added by KNOPPIX
/dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,umask=000,uid=knoppix,gid=kno ppix 0 0

3) sudo mount produced

/dev/root on / type ect2 (rw)
/dev/scd0 on /cdrom type iso9660 (ro)
/dev/cloop on /KNOPPIX type iso9660 (ro)
/ramdisk on /ramdisk type tmpfs (rw,size=391808k)
/proc/bus/usb on /proc/bus/usb type usbdefs (rw,devmode=0666)
automount(pid508) on /mnt/auto type autofs (rw,fd=4,pgrp=508,minproto=2,maxproto=4)

As far as we can see, the real FAT32-Partition under Windows is invisible for KNOPPIX.

franz29
11-30-2004, 04:11 PM
mmmh
how dit you partiton yuor hd



do you use a bootmanager

fdisk reads the MBR and tell you wath's ther in and ther sems only to be the ntfs
i don't know anything about XP but maybe it stors the entrypoint of your FAT32 partiton
somwhere in a registery

if you know your startpoint of FAT partition and sice you may run fdisk ant write it to the MBR

hope it helps

franz