On Monday 13 October 2003 09:50 am, diego.veiga@xxxxxxxxxxxxxx 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:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list