View previous topic :: View next topic |
Author |
Message |
romalong Guru
Joined: 08 Jun 2005 Posts: 488 Location: Kiev
|
Posted: Fri Sep 02, 2005 4:27 pm Post subject: can not find reiserfs on sda3 warning |
|
|
i've got it in my dmesg:
Code: | ReiserFS: sda3: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on sda3 |
but my sda3 is ext3:
Code: |
dev ~ # mount | grep sda3
/dev/sda3 on / type ext3 (rw,noatime)
|
|
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Fri Sep 02, 2005 4:36 pm Post subject: |
|
|
Take a good look at /etc/fstab. You probably specified reiserfs there as filesystem for /dev/sda3 instead of ext3. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
romalong Guru
Joined: 08 Jun 2005 Posts: 488 Location: Kiev
|
Posted: Fri Sep 02, 2005 4:39 pm Post subject: |
|
|
nixnut wrote: | Take a good look at /etc/fstab. You probably specified reiserfs there as filesystem for /dev/sda3 instead of ext3. |
i bet no...
Code: |
dev ~ # cat /etc/fstab
/dev/sda1 /boot ext2 defaults,noatime 1 2
/dev/sda2 none swap sw 0 0
/dev/sda3 / ext3 noatime 0 1
/dev/sdb3 /home ext3 noatime,nodev,nosuid 0 0
/dev/sdb1 /home/win/c ntfs defaults,uid=1000,gid=100 0 0
/dev/sdb5 /home/win/d ntfs defaults,uid=1000,gid=100 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro,unhide,utf8,users 0 0
/dev/fd0 /mnt/floppy vfat user,noauto,utf8 0 0
|
|
|
Back to top |
|
|
|
|
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
|
|