Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
UDF-fs: No partion found (1) [risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
swit
Tux's lil' helper
Tux's lil' helper


Joined: 22 Nov 2004
Posts: 87
Location: /Europe/Italy/Toscany/Lucca

PostPosted: Sat May 14, 2005 6:33 pm    Post subject: UDF-fs: No partion found (1) [risolto] Reply with quote

salve,
in una nuova installazione al primo reboot ho questo errore:
Quote:

UDF-fs: No partition found (1)
Kernel panic - not SYNCING: VFS: Unable to mount root fs on unknow-block (22,67)



questo è l'output di fdisk:
Code:

# fdisk /dev/hdd

The number of cylinders for this disk is set to 4998.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/hdd: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdd1   *           1          11       88326   83  Linux
/dev/hdd2              12          74      506047+  82  Linux swap / Solaris
/dev/hdd3              75        4998    39552030   83  Linux


questo è il mio fstab:
Code:

# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs>                  <mountpoint>    <type>          <opts>                  <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hdd3               /               reiserfs        noatime                 0 0
/dev/hdd1               /boot           reiserfs        noauto,noatime          1 1
/dev/hdd2               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


questo il mio lilo.conf
Code:

boot=/dev/hdd             # Installa LILO nel MBR
default=gentoo            # Passato il timeout, avvia la sezione "gentoo"

# Per utenti che non hanno usato genkernel
image=/boot/kernel-2.6.11-gentoo-r8
  label=gentoo            # Il nome dato alla sezione
  read-only               # Avvio con root di sola lettura. Non modificare!
  root=/dev/hdd3          # Posizione del filesystem root



perchè ho come il presentimento che si sia partito il controller eide?

ps: lo stano che con il live cd monto e installo correttamente sulle partizioni.
Back to top
View user's profile Send private message
swit
Tux's lil' helper
Tux's lil' helper


Joined: 22 Nov 2004
Posts: 87
Location: /Europe/Italy/Toscany/Lucca

PostPosted: Sat May 14, 2005 7:28 pm    Post subject: Reply with quote

era un errore cretino; avevo messo il supporto nel kernel per il Reiserfs come modulo..
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum