Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 14
  1. #1
    Utente di HTML.it
    Registrato dal
    May 2002
    Messaggi
    155

    gentoo: failed to open filesystem

    finalmente dopo alcuni problemi risolti, il boot dell'installazione gentoo va quasi alla fine
    infatti arrivo alla password di root, prima però
    ho questo messaggio:

    reiserfs_open: the reiserfs superblock cannot be found on /dev/hda5
    failed to open filesystem
    filesystem couldn' be fixed

    e mi accorgo che il filesystem è accesibile solo in lettura.
    la partizione hda5 l'ho formattata non durante l'installazione

    qualcuno mi illumina?


  2. #2

    Re: gentoo: failed to open filesystem

    Originariamente inviato da itamar
    finalmente dopo alcuni problemi risolti, il boot dell'installazione gentoo va quasi alla fine
    infatti arrivo alla password di root, prima però
    ho questo messaggio:

    reiserfs_open: the reiserfs superblock cannot be found on /dev/hda5
    failed to open filesystem
    filesystem couldn' be fixed

    e mi accorgo che il filesystem è accesibile solo in lettura.
    la partizione hda5 l'ho formattata non durante l'installazione

    qualcuno mi illumina?

    hai cannato la configurazione dell'fstab e probabilmente devi anche attivare l'opzione nel kernel
    Powered by Gentoo
    Dell XPS M1530

  3. #3
    Utente di HTML.it
    Registrato dal
    May 2002
    Messaggi
    155
    nel kernel il filesystem reiser è attivato

    l'fstab che ho configurato è il seguente:

    /dev/hda3 swap swap default 0 0
    /dev/hda5 / reiserfs default 1 1
    /dev/cdroms/cdrom0 /mnt/cdrom auto noauto,ro,user 0 0
    none /proc proc default 0 0


    potresti inviare il tuo /etc/fstab


  4. #4
    dai un fsck /dev/hda5 se è reiserfs ti avvia reiserfsck

    non è che lo hai formattato ext3 ?

  5. #5
    Utente di HTML.it
    Registrato dal
    May 2002
    Messaggi
    155
    fsck /dev/hda5 l'avevo già fatto, ma senza risultati
    il file system è reiser


  6. #6
    ho avuto diversi problemi anch'io con quello.

    li ho risolti mettendo append="devfs=mount" in lilo.conf, e controllando che il reiser fosse abilitato nel kernel mettendo automount anche li'.

    meglio se nel kernel lo metti come statico e non come modulo.

    zamp

  7. #7
    # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
    /dev/hdb7 /boot ext3 noauto,noatime 1 1
    /dev/hdb8 / ext3 noatime 0 0
    /dev/hdb5 none swap sw 0 0
    /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
    #/dev/fd0 /mnt/floppy auto noauto 0 0


    # NOTE: The next line is critical for boot!
    none /proc proc defaults 0 0

    # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
    # POSIX shared memory (shm_open, shm_unlink).



    # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
    # use almost no memory if not populated with files)
    # Adding the following line to /etc/fstab should take care of this:

    none /dev/shm tmpfs defaults 0 0

    none /proc/bus/usb usbfs defaults 0 0


    prova a mettere fstab cosi
    forse hai cannato qualche riga

  8. #8
    Utente di HTML.it
    Registrato dal
    May 2002
    Messaggi
    155
    dopo aver seguito tutti i vostri consigli, alla fine ho dato un:
    reiserfsck --rebuild-sb /dev/hda5

    ed ho avuto:

    Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes

    rebuild-sb: You either have a corrupted journal or have just changed
    the start of the partition with some partition table editor. If you are
    sure that the start of the partition is ok, rebuild the journal header.
    Do you want to rebuild the journal header? (y/n)[n]: y
    Reiserfs super block in block 16 on 0x305 of format 3.6 with standard journal
    Count of blocks on the device: 2192864
    Number of bitmaps: 67
    Blocksize: 4096
    Free blocks (count of blocks - used [journal, bitmaps, data, reserved] blocks):
    0
    Root block: 0
    Filesystem is NOT cleanly umounted
    Tree height: 0
    Hash function used to sort names: not set
    Objectid map size 0, max 972
    Journal parameters:
    Device [0x0]
    Magic [0x0]
    Size 8193 blocks (including 1 for journal header) (first block 18)
    Max transaction length 1024 blocks
    Max batch size 900 blocks
    Max commit age 30
    Blocks reserved by journal: 0
    Fs state field: 0x1:
    some corruptions exist.
    sb_version: 2
    inode generation number: 0
    UUID: b5aea522-96da-45cd-b5bb-377719a37a03
    LABEL:
    Set flags in SB:

    Super block seems to be correct

    quel: some corruptions exist
    che significa? che il filesystem è corrotto?

    ora dal soft di partzionamento di mdk nella hda5 come file system mi mette linux native (0x83)

    che dite?


  9. #9
    nell'fstab al posto di reiserfs metti xfs lo so che per logica è sbagliato ma tipo a me anche se ho reiserfs nell'fstab ho xfs
    Powered by Gentoo
    Dell XPS M1530

  10. #10
    Utente di HTML.it
    Registrato dal
    May 2002
    Messaggi
    155
    adesso provo !!


Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.