Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 1997 02:18:33 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        Yonny Cardenas <yonny@ingenieria.ingsala.unal.edu.co>
Cc:        hackers@freebsd.org
Subject:   Re: Floppies for FreeBSD 
Message-ID:  <11724.872414313@time.cdrom.com>
In-Reply-To: Your message of "Sat, 23 Aug 1997 20:49:12 EDT." <Pine.SOL.3.91.970823204636.12697A-100000@ingenieria.ingsala.unal.edu.co> 

next in thread | previous in thread | raw e-mail | index | archive | help
1. Please direct all questions to questions@freebsd.org - the hackers
   list is not the correct place to send this material.

2. You need to use mount, not mount_mfs (which is for memory, not UFS,
   filesystems).  Yes, there probably should be a mount_ufs too just
   for orthogonality's sake but there isn't - I've complained about
   the issue already before, and to deaf ears.  mount = mount_ufs.  :-)

					Jordan

> 
> Hi,
> 
> I'am creating  floppies of 1.44MB for  FreeBSD, I'am puting a UFS 
                                                                ^^^
> filesystem on them, with the following sequence of commands:
> 
> #fdformat -f 1440 fd0.1440
> #disklabel -w -r fd0.1440 floppy3
> #newfs -t 2 -u 18 -l 1 -i 65536 /dev/rfd0
> 
> All OK, but I can't mount to them:
> 
> #:mount_mfs /dev/fd0.1440 /mnt
> Warning: Block size and bytes per inode restrict cylinders per group to 5.
> #:Aug 23 19:33:01 zue mount_mfs: /mnt: Operation not supported by
> device
> Aug 23 19:33:01 zue mount_mfs: /mnt: Operation not supported by device
> 
> Thanks, for your help !
> 
> 
>    -------------------------------------------------------------------------
> 	YONNY CARDENAS B.
> 	Systems Engineer   				||   ||	|||  || 
> 	Universidad Nacional de Colombia 		||   ||	|| | ||
> 	Email : yonny@ingenieria.ingsala.unal.edu.co	|||||||	||  ||| 
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11724.872414313>