From owner-freebsd-questions@FreeBSD.ORG Sat Dec 20 03:51:12 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1856316A4CE for ; Sat, 20 Dec 2003 03:51:12 -0800 (PST) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE2743D4C for ; Sat, 20 Dec 2003 03:51:09 -0800 (PST) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id hBKBqsDH014118; Sat, 20 Dec 2003 12:52:55 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id hBKBqs8C014117; Sat, 20 Dec 2003 12:52:54 +0100 (CET) (envelope-from mail25@bzerk.org) X-Authentication-Warning: ei.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Sat, 20 Dec 2003 12:52:54 +0100 From: Ruben de Groot To: Peter Leftwich Message-ID: <20031220115254.GA14047@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Peter Leftwich , FreeBSD LIST References: <20031219004318.W18755@rocket.alienwebshop.com> <54141.63.109.229.13.1071863463.squirrel@webmail.alienwebshop.com> <20031219211315.V54190@rocket.alienwebshop.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031219211315.V54190@rocket.alienwebshop.com> User-Agent: Mutt/1.4.1i cc: FreeBSD LIST Subject: Re: How to mount FreeBSD from Debian or any Linux possibly X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 11:51:12 -0000 On Fri, Dec 19, 2003 at 09:16:36PM -0500, Peter Leftwich typed: > Ruben de Groot wrote: > >Peter Leftwich wrote... > >> currently-running X session. That would allow me to use KDE and > >> Konqueror to browse graphically to the directory > >> /mnt/freebsdpartition ... anyone know how? > > Not needed. try: `mount -t ufs -o ufstype=44bsd,uid=knoppix /dev/hda2 /mnt/freebsdpartition > > (that is, if your X session is running as user "knoppix".) > > root@ttyp0[root]# mount -t ufs -o ufstype=44bsd,uid=knoppix /dev/hda2 /mnt/fbsd > mount: wrong fs type, bad option, bad superblock on /dev/hda2, > or too many mounted file systems Aah, silly me. I really should drink some more coffee before answering. The 'uid=' option I suggested is invalid for ufs partitions (I use it normally on smb shares) > Ruben, Your suggested command line returned an error and did not work. Is > there a hack where I can edit the /etc/mtab or /etc/fstab files in realtime > instead? Not that I know of, but maybe you'll get better answers on a knoppix mailing list. good luck, Ruben > -- > Peter Leftwich > President & Founder, Video2Video Services > Box 13692, La Jolla, CA, 92039 USA > http://Www.Video2Video.Com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"