On Monday 13 October 2003 09:50 am, [EMAIL PROTECTED] wrote:
> Hi all,
>

> mount /dev/hdb1 /app/hdc1/
> mount: you must specify the filesystem type
>

This only works if you have an entry in /etc/fstab for this partition.

Try:  mount -t ext2 /dev/hdb1 /app/hdc1


> Runing a fsck in the HD return this message:
> fsck /dev/hdb

This fails because you're trying to fsck the entire drive.  Instead, use: fsck 
/dev/hdb1

> Does someone could help me?
> Thanks,
>

HTH

Barry


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to