Not yeat. Formating the with ext3 or ext2 when i trie to mount it i have this message: mount -t ext2 /dev/hdb1 /app/hdb1/ mount: wrong fs type, bad option, bad superblock on /dev/hdb1, or too many mounted file systems Format the hd with ext3 and the same problem. mount -t ext3 /dev/hdb1 /app/hdb1/ mount: wrong fs type, bad option, bad superblock on /dev/hdb1, or too many mounted file systems Diego Brito Veiga Technical Publications Phone: +55 (12) 39278368 Fax: +55 (12) 39273342 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