On  Tue, Sep  11, 2001, Rai hardeep singh wrote:
> I created  two new  partitions /dev/hda13 and  /dev/hda14. Now
> when  I try  to mount  ( after  putting it  in fstab  ) I  got
> following error:
>
> [root@rai /root]# mount /dev/hda14
>
> mount:  wrong   fs  type,   bad  option,  bad   superblock  on
> /dev/hda14, or too many mounted file systems
>
> I guess  I need  to format  it and  make file  sysytem. Please
> guide me how to do this.
>
---end quoted text---

There are two errors in above:

a) Your extended-logical partition  does not have the filesystem
set. If you want to make it  ext2 use mkfs or mke2fs.  (I prefer
the latter because of the flexibility it provides)

b) Your mount syntax is incorrect. It should be:
mount -t <fs-type> /dev/hdxN /mountpoint
The syntax for fstab entry is in the LOST tip below.

Bish.

--
:
####[ Linux One Stanza Tip (LOST) ]###########################

Sub : User floppy mount LOST                             #009

NOT RECOMMENDED for a multiuser system. For a stand-alone box
add to /etc/fstab, (where /floppy is your mount point):

/dev/fd0 /floppy  auto  defaults,nosuid,nodev,noauto,user 0 0

 /floppy ... as an user will do the trick

####<[EMAIL PROTECTED]>####################################
:



_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to