From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <3FBF99BA.1090109@yauza.ru> Date: Sat, 22 Nov 2003 20:15:38 +0300 From: "Pavel S. Khmelinsky" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030710 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: community@altlinux.ru X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: [Comm] FreeBSD ufs mounting in read/write mode X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.3 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 17:15:39 -0000 Archived-At: List-Archive: List-Post: # mount -t ufs -oufstype=44bsd /dev/hdc10 /mnt/40gb/10 mount: wrong fs type, bad option, bad superblock on /dev/hdc10, or too many mounted file systems # mount -t ufs -oufstype=44bsd,ro /dev/hdc10 /mnt/40gb/10 Т.е. UFS a la FreeBSD монтируется только как ro. Кому-нибудь удавалось это побороть?