In article <[EMAIL PROTECTED]>, Bruce wrote:
>  /dev/hda3 / ext3 defaults,noatime 1 1
>  /dev/hda1 /mnt/hda1 ext3 defaults,auto,users,exec,noatime,notail 0 0
[..]
>  [EMAIL PROTECTED] mount /mnt/hda1
>  mount: wrong fs type, bad option, bad superblock on /dev/hda1,
>        or too many mounted file systems
>  [EMAIL PROTECTED]
> 
> However, it will mount properly if I give the following command
> 
>  [EMAIL PROTECTED] mount /dev/hda1 /mnt/hda1

The only difference I see is that in this case, you don't specify
the filesystem type, and mount figures it out itself. So, are
you sure it's ext3? Does
  mount -t ext3 /dev/hda1 /mnt/hda1
work? what does dmesg (or /var/log/kern.log) report about the filesystem
type after you successfully mounted it?


joostje


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to