Assuming you're logging in as root, have you simply tried:

mount  /mnt/usr2

As the file system is setup in fstab, you shouldn't need the full mount
command.
 
> [root@worf mnt]# cat /etc/fstab
> LABEL=/                 /                       ext3    defaults        1 1
> LABEL=/boot             /boot                   ext3    defaults        1 2
> none                    /dev/pts                devpts  gid=5,mode=620  0 0
> none                    /proc                   proc    defaults        0 0
> none                    /dev/shm                tmpfs   defaults        0 0
> /dev/sda3               swap                    swap    defaults        0 0
> /dev/cdrom              /mnt/cdrom              iso9660
> noauto,owner,kudzu,ro 0
> 0
> /dev/fd0                /mnt/floppy             auto    noauto,owner,kudzu 0
> 0
> /dev/sdb1               /mnt/usr2               ext3    defaults
> /dev/sdb2               /mnt/dst                ext3    defaults
> 
> When I run the mount command, though, I always get the following error:
> 
> [root@worf mnt]# mount -t ext3 /dev/sdb1 /mnt/usr2
> mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
>        or too many mounted file systems
 

-- 
John P. Verel
Living Proof That Low Tech Beats High Tech!



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to