View previous topic :: View next topic |
Author |
Message |
files n00b
Joined: 21 Nov 2006 Posts: 20
|
Posted: Tue Jun 19, 2007 7:49 am Post subject: disks missing |
|
|
fstab :
--------------------------------------------------------------------------
/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda3 / ext3 noatime 0 1
/dev/hda2 none swap sw 0 0
/dev/hdc1 /mnt/hdc1 reiserfs defaults 0 1
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
-----------------------------------------------------------------------------
df -h output:
Filesystem Size Used Avail Use% Mounted on
/dev/hda3 5.2G 3.1G 1.9G 62% /
udev 77M 2.5M 74M 4% /dev
none 77M 0 77M 0% /dev/shm
------------------------------------------------------------------------------
what do i need to do to get this disk back?
/dev/hdc1 /mnt/hdc1 reiserfs defaults 0 1 |
|
Back to top |
|
|
wilix n00b
Joined: 18 Jun 2007 Posts: 11
|
Posted: Tue Jun 19, 2007 9:22 am Post subject: |
|
|
You need to have the module for the controller loaded where that disk is connected to, before the disk gets mounted. It looks like the kernel doesn't know anything about hdc when it boots. |
|
Back to top |
|
|
mudrii l33t
Joined: 26 Jun 2003 Posts: 789 Location: Singapore
|
Posted: Tue Jun 19, 2007 9:37 am Post subject: |
|
|
What you mean
Quote: | what do i need to do to get this disk back?
/dev/hdc1 /mnt/hdc1 reiserfs defaults 0 1 |
check if OS can see your hdd
fdisk -l
check the kernel if you compile with reiserfs
check the mounts
try to mount manually _________________ www.gentoo.ro |
|
Back to top |
|
|
|