Re: mounting linux partitions

2008-05-10 Thread Gonzalo Nemmi
On Friday 09 May 2008 14:40:06 Isaac Mushinsky wrote: > Now I would like to mount ext3 partition from FreeBSD at least for reading, > or vice versa, UFS2 from linux for writing. With kernel option EXT2FS, I > can I mounted UFS2 paritions under Linux like this: [EMAIL PROTECTED] ~]$ grep fbsd7 /et

Re: Mounting Linux Procfs at Boot

2006-08-31 Thread RW
On Thursday 31 August 2006 22:12, Boris Samorodov wrote: > Move this line down and place it after mounting of /usr. Thanks. That was actually one of the first things I tried, I guess I must have screwed-up something else at the time. ___ freebsd-quest

Re: Mounting Linux Procfs at Boot

2006-08-31 Thread Boris Samorodov
On Thu, 31 Aug 2006 21:31:33 +0100 RW wrote: > On Thursday 31 August 2006 16:26, Boris Samorodov wrote: > > On Thu, 31 Aug 2006 15:44:39 +0100 RW wrote: > > > On Thursday 31 August 2006 10:09, Boris Samorodov wrote: > > > > On Thu, 31 Aug 2006 00:22:03 +0100 RW wrote: > > > but it's complaining th

Re: Mounting Linux Procfs at Boot

2006-08-31 Thread RW
On Thursday 31 August 2006 16:26, Boris Samorodov wrote: > On Thu, 31 Aug 2006 15:44:39 +0100 RW wrote: > > On Thursday 31 August 2006 10:09, Boris Samorodov wrote: > > > On Thu, 31 Aug 2006 00:22:03 +0100 RW wrote: > > but it's complaining that /compat/linux > > Who? Can you provide us with some

Re: Mounting Linux Procfs at Boot

2006-08-31 Thread Boris Samorodov
On Thu, 31 Aug 2006 15:44:39 +0100 RW wrote: > On Thursday 31 August 2006 10:09, Boris Samorodov wrote: > > On Thu, 31 Aug 2006 00:22:03 +0100 RW wrote: > > Can't confirm that the problem exists: > > $ uname -a > > FreeBSD srv.sem.ipt.ru 6.1-STABLE FreeBSD 6.1-STABLE #2: Wed May 17 > > 23:26:59 MS

Re: Mounting Linux Procfs at Boot

2006-08-31 Thread Jerry McAllister
> > On Thursday 31 August 2006 10:09, Boris Samorodov wrote: > > On Thu, 31 Aug 2006 00:22:03 +0100 RW wrote: > > > Can't confirm that the problem exists: > > $ uname -a > > FreeBSD srv.sem.ipt.ru 6.1-STABLE FreeBSD 6.1-STABLE #2: Wed May 17 > > 23:26:59 MSD 2006 [EMAIL PROTECTED]:/usr/obj/us

Re: Mounting Linux Procfs at Boot

2006-08-31 Thread RW
On Thursday 31 August 2006 10:09, Boris Samorodov wrote: > On Thu, 31 Aug 2006 00:22:03 +0100 RW wrote: > Can't confirm that the problem exists: > $ uname -a > FreeBSD srv.sem.ipt.ru 6.1-STABLE FreeBSD 6.1-STABLE #2: Wed May 17 > 23:26:59 MSD 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SRV i3

Re: Mounting Linux Procfs at Boot

2006-08-31 Thread Gerard Seibert
Boris Samorodov wrote: > > I tried it and it didn't work. Irrespective of whether it should begin > > linproc > > or linprocfs, /compat is a link to /usr/compat, and /usr isn't mounted at > > that point. Do you have a different arrangement? Would it be possible to submit the output of 'dme

Re: Mounting Linux Procfs at Boot

2006-08-31 Thread Boris Samorodov
On Thu, 31 Aug 2006 00:22:03 +0100 RW wrote: > On Wednesday 30 August 2006 21:55, Gerard Seibert wrote: > > RW wrote: > > > What's the canonical way of mounting the Linux procfs at boot-time? > > > > > > I've seen several recommendations to add the following to fstab: > > > > > > linproc/compat

Re: Mounting Linux Procfs at Boot

2006-08-30 Thread RW
On Wednesday 30 August 2006 21:55, Gerard Seibert wrote: > RW wrote: > > What's the canonical way of mounting the Linux procfs at boot-time? > > > > I've seen several recommendations to add the following to fstab: > > > > linproc/compat/linux/proc linprocfs rw 0 0 > > > > But in a st

Re: Mounting Linux Procfs at Boot

2006-08-30 Thread Gerard Seibert
RW wrote: > What's the canonical way of mounting the Linux procfs at boot-time? > > I've seen several recommendations to add the following to fstab: > > linproc/compat/linux/proc linprocfs rw 0 0 > > But in a standard installation, this mount-point is really under /usr, which >

Re: mounting linux

2004-07-26 Thread jens
On Tuesday 27 July 2004 08:23, John Widenoja wrote: Your linux fs must be ext2 or ext3 Compile in the kernel the option EXT2FS command line after reboot mount_ext2 /dev/adxxx /mnt with eventually the -o ro option gentoo for example). Kind regards. Jens > I appologize in advance for havi

RE: mounting linux filesystems

2003-12-22 Thread DG
> -Original Message- > From: User & [mailto:User &] > Sent: Tuesday, 23 December 2003 8:43 AM > To: DG; [EMAIL PROTECTED] > Subject: Re: mounting linux filesystems > > > Hi Dave, > > Do you happen to know where to add these options in the > kernel?

RE: mounting linux filesystems

2003-12-22 Thread DG
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Bob Pekarske > Sent: Tuesday, 23 December 2003 3:19 AM > To: [EMAIL PROTECTED] > Subject: mounting linux filesystems > > > I have two disks (IDE) that came from a dismantled Linux > workstation. I > would l

Re: mounting linux ext3 partition

2003-08-27 Thread Shantanu Mahajan
+-- Joshua Oreman [freebsd] [26-08-03 21:21 IST]: | On Tue, Aug 26, 2003 at 01:03:33AM -0400 or thereabouts, dave wrote: | > Hello, | > I'm trying to mount a linux ext3 partition. I understand that it's | > possible to do it using the ext2 kernel driver so i've recompiled a kernel | > with that

Re: mounting linux ext3 partition

2003-08-26 Thread Frank Ruell
"dave" <[EMAIL PROTECTED]> writes: > mount_ext2fs /dev/ad1 /mnt ad1 means the whole disk. > The data for partition 1 is: > sysid 131 (0x83),(Linux native) > start 63, size 78156162 (38162 Meg), flag 80 (active) > beg: cyl 0/ head 1/ sector 1; > end: cyl 1023/ head 254/ sector 63 Then you wa

Re: mounting linux ext3 partition

2003-08-26 Thread Joshua Oreman
On Tue, Aug 26, 2003 at 01:03:33AM -0400 or thereabouts, dave wrote: > Hello, > I'm trying to mount a linux ext3 partition. I understand that it's > possible to do it using the ext2 kernel driver so i've recompiled a kernel > with that option in it. When i do: > mount_ext2fs /dev/ad1 /mnt > thi