t0n1
Doppel-As
Ubuntu booten -> Konsole öffnen -> sudo grub-install /dev/sda (alternativ grub-install /dev/hda).
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
root@ubuntu:/home/ubuntu# sudo grub-install /dev/hda
Could not find device for /boot: Not found or not a block device.
root@ubuntu:/home/ubuntu# sudo grub-install --recheck /dev/hda
Probing devices to guess BIOS drives. This may take a long time.
Could not find device for /boot: Not found or not a block device.
root@ubuntu:/home/ubuntu#
Could this be a Zero-lenght Partition?
fsck.ext3 /dev/disc/by-id/scsi-Sata.st9120821AS_5PLC60QF9-part3 faild (status 8x0).Run manuall!
ehci-hcd ohci-hcd usb-ohci usb-uhci
fsck failed for at least one filesystem (not/)
Please repair manually and reboot.
The root filesystem is already mounted read-write.
(give root passwort)
(repair System) #
(none):~ # fsck
fsck 1.40.2 (12-Jul-2007)
e2fsck 1.40.2 (12-Jul-2007)
/dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part7 is mounted.
WARNING!!! Running e2fsck on a mounted filesystem may cause
SEVERE filesystem damage.
Do you really want to continue (y/n)? yes
Clearing orphaned inode 1954203 (uid=0, gid=0, mode=0140755, size=0)
/dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part7: clean, 341094/2626560 files, 2026161/5242880 blocks
e2fsck 1.40.2 (12-Jul-2007)
fsck.ext3: Attempt to read block from filesystem resulted in short read while trying to open /dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part3
Could this be a zero-length partition?
fsck.ext3 /dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part3 failed (status 0x8). Run manually!
fsck
fsck 1.40.2 (12-Jul-2007)
e2fsck 1.40.2 (12-Jul-2007)
/dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part7 [B]is mounted.[/B]
[B]WARNING!!! Running e2fsck on a mounted filesystem may cause
SEVERE filesystem damage.[/B]
Do you really want to continue (y/n)? [B]yes[/B]
fsck.ext3: Attempt to read block from filesystem resulted in short read while trying to open /dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part3
Could this be a zero-length partition?
(none):~ # fdisk -l /dev/sda
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0001307a
Device Boot Start End Blocks Id System
/dev/sda1 * 1 4833 38819840 7 HPFS/NTFS
/dev/sda2 4834 10326 44122522+ 83 Linux
/dev/sda3 10327 14592 34266645 f W95 Ext'd (LBA)
/dev/sda5 10327 11754 11468800 7 HPFS/NTFS
/dev/sda6 11755 11981 1823314+ 82 Linux swap / Solaris
/dev/sda7 11982 14592 20972826 83 Linux
(none):~ #
(none):~ # e2fsck /dev/sda3
e2fsck 1.40.2 (12-Jul-2007)
e2fsck: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda3
Could this be a zero-length partition?
Wobei ich glaube das Home auf sda2 oder liege ich da falsch ?
/dev/sda3 10327 14592 34266645 f W95 [B]Ext'd[/B](LBA)
Nein, Du liegst richtig.
Und nun sollte klar sein
a) was den Ärger verursacht
b) was zu tun ist
c) warum fsck die Partition sda3 als "zero-length Partition" erkennt.
Code:/dev/sda3 10327 14592 34266645 f W95 [B]Ext'd[/B](LBA)
Deine Vorschläge?
Greetz,
RM
Das hat nichts mit Linux zu tun, sondern mit Partitionierung allgemein.
http://de.wikipedia.org/wiki/Partition_(Festplatte)
a) Fast richtig.
Die Partition sda3 ist nicht (mehr) Deine /home sondern die erweiterte Partition in der sich die logischen Partitionen sda5-7 befinden.
c) Da auf sda3 kein ext3-Dateisystem liegt, geht fsck baden.
b) Die Datei /etc/fstab auf die neue Partitionstabelle anpassen und sda2 zu /home machen.
Greetz,
RM
/dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part7 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part2 /home ext3 acl,user_xattr 1 2
/dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part1 /windows/C ntfs-3g users,umask=0,locale=de_DE.UTF-8 0 0
/dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part5 /windows/D ntfs-3g users,umask=0,locale=de_DE.UTF-8 0 0
/dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part6 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
Müsste passen.
Greetz,
RM
/dev/hda2 6096 62019 140928480 f W95 Ext'd (LBA)
root@ubuntu:/home/ubuntu# mount -o dev /mnt/hda2
mount: can't find /mnt/hda2 in /etc/fstab or /etc/mtab
root@ubuntu:/home/ubuntu#
b) Die Datei /etc/fstab auf die neue Partitionstabelle anpassen und sda2 zu /home machen.
Bei mir ist auch die Linixpartition jetzt:
/dev/hda2 6096 62019 140928480 f W95 Ext'd (LBA)
soso dein linux is also auf ner w95 extended partition - interessant -- und was hat das mit /home zu tun ?
http://www.google.com/search?client=opera&rls=en&q=mount+partition&sourceid=opera&ie=utf-8&oe=utf-8
++
man mount
root@ubuntu:/home/ubuntu# fdisk -l
omitting empty partition (5)
Disk /dev/hda: 160.0 GB, 160041885696 bytes
112 heads, 45 sectors/track, 62020 cylinders
Units = cylinders of 5040 * 512 = 2580480 bytes
Disk identifier: 0x00000001
Device Boot Start End Blocks Id System
/dev/hda1 * 1 6095 15359377+ 7 HPFS/NTFS
/dev/hda2 6096 62019 140928480 f W95 Ext'd (LBA)
/dev/hda3 12191 62019 125569080 7 HPFS/NTFS
/dev/hda5 6096 6712 1554795 82 Linux swap / Solaris
/dev/hda6 6713 8903 5521297+ 83 Linux
/dev/hda7 8904 12190 8283217+ 83 Linux
hda 1 und 3 sind bei dir die Windows Partitionen
entweder ist hda 6 oder 7 deine home
root@ubuntu:/home/ubuntu# mount -o dev /mnt/hda2
mount: can't find /mnt/hda2 in /etc/fstab or /etc/mtab
root@ubuntu:/home/ubuntu#
Edit:
Wobei ich glaube das Home auf sda2 oder liege ich da falsch ?
Danke dir nochmal, bevor ich jetzt noch falsch mache,
Code:/dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part7 / ext3 acl,user_xattr 1 1 /dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part2 /home ext3 acl,user_xattr 1 2 /dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part1 /windows/C ntfs-3g users,umask=0,locale=de_DE.UTF-8 0 0 /dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part5 /windows/D ntfs-3g users,umask=0,locale=de_DE.UTF-8 0 0 /dev/disk/by-id/scsi-SATA_ST9120821AS_5PL06QF9-part6 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 debugfs /sys/kernel/debug debugfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0
Währe das dann so richtig ?
Müsste passen.
Greetz,
RM
Und wass soll dann die hda2 sein?