LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   cant mount ide#1 SATA hard disk, (https://www.linuxquestions.org/questions/linux-hardware-18/cant-mount-ide-1-sata-hard-disk-596708/)

sugar2 11-02-2007 04:55 PM

cant mount ide#1 SATA hard disk,
 
Debian 2.6.21-486

Hello, months ago I had to re-complile my box kernel in order enable it to mount SATA Hard disks with Reiser3 FS, it works fine but now I am using ext3 fs on the sata master disk of the sata0 slot, I added a new sata hd into the sata1 slot and the system is unable to mount it, this is the dmesg log:
Code:

VFS: Can't find ext3 filesystem on dev sdb1.
.

This is my current mounts:
Code:

/dev/hda1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/hda9 on /home type ext3 (rw)
/dev/hda8 on /tmp type ext3 (rw)
/dev/hda5 on /usr type ext3 (rw)
/dev/hda6 on /var type ext3 (rw)
/dev/sda1 on /home/Bodega/300GB type ext3 (rw,minixdf,grpid)
/dev/hdb1 on /home/Bodega/200GB type ext3 (rw,minixdf,grpid)
/dev/sdc5 on /mnt/usb-storage type vfat (rw,noexec,nosuid,nodev,uid=1001)
nfsd on /proc/fs/nfsd type nfsd (rw)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)

Why I cant mount my second sata hard disk????

Thanks in advance.!

lazlow 11-02-2007 05:01 PM

Is the drive formated?

sugar2 11-02-2007 05:33 PM

yes, it is, i formatted it with the cfdisk with ext3 fs.

sugar2 11-02-2007 06:36 PM

omg, i forgot to actually formatting it
Code:

mkfs.ext3 -b 4096 /dev/sdb1

Thanks!


All times are GMT -5. The time now is 03:47 PM.