Re: mounting ext2fs

2012-04-19 Thread perryh
Warren Block wrote: > On Thu, 19 Apr 2012, Matthias Apitz wrote: > > the problem with (this) cardreader seems to be that the card must > > already inserted at boot time; a later switch to another card, for > > example from a card with 'msdosfs' to a card with 'ext2fs', gives the > > problem in my

Re: mounting ext2fs

2012-04-19 Thread Warren Block
On Thu, 19 Apr 2012, Matthias Apitz wrote: El día Thursday, April 19, 2012 a las 08:29:52AM -0600, Warren Block escribió: On Thu, 19 Apr 2012, Matthias Apitz wrote: the problem with (this) cardreader seems to be that the card must already inserted at boot time; a later switch to another card

Re: mounting ext2fs

2012-04-19 Thread Adam Vande More
On Thu, Apr 19, 2012 at 1:59 PM, Matthias Apitz wrote: > What do you expect exactly from this command? The actual shell will open > /dev/da0 for writing + truncating and will connect (dup) its fd 1 to it; > then it will execute 'true', perhaps as buit-in; so what? > As he stated, it forces a GEO

Re: mounting ext2fs

2012-04-19 Thread Matthias Apitz
El día Thursday, April 19, 2012 a las 08:29:52AM -0600, Warren Block escribió: > On Thu, 19 Apr 2012, Matthias Apitz wrote: > > > the problem with (this) cardreader seems to be that the card must > > already inserted at boot time; a later switch to another card, for > > example from a card with '

Re: mounting ext2fs

2012-04-19 Thread Warren Block
On Thu, 19 Apr 2012, Matthias Apitz wrote: the problem with (this) cardreader seems to be that the card must already inserted at boot time; a later switch to another card, for example from a card with 'msdosfs' to a card with 'ext2fs', gives the problem in my first mail; don't know if this is a

Re: mounting ext2fs

2012-04-19 Thread Matthias Apitz
El día Thursday, April 19, 2012 a las 09:42:22AM -0700, per...@pluto.rain.com escribió: > "Julian H. Stacey" wrote: > > > > what does lsvfs show ? > > > > Maybe try: dd if=/dev/da0s1 count=20 of=/tmp/t ; file /tmp/t > > (it show interesting stuff on my /xp anyway ). > > Easier: file -s /dev/

Re: mounting ext2fs

2012-04-19 Thread perryh
"Julian H. Stacey" wrote: > > what does lsvfs show ? > > Maybe try: dd if=/dev/da0s1 count=20 of=/tmp/t ; file /tmp/t > (it show interesting stuff on my /xp anyway ). Easier: file -s /dev/da0s1 ___ freebsd-questions@freebsd.org mailing list http://li

Re: mounting ext2fs

2012-04-18 Thread Julian H. Stacey
> > what does lsvfs show ? > > Maybe try: dd if=/dev/da0s1 count=20 of=/tmp/t ; file /tmp/t > (it show interesting stuff on my /xp anyway ). kldstat # I guess that shows you have the module linked in too ? or else already compiled in config -x /boot/kernel/kernel | grep ext so a puzzle if all t

Re: mounting ext2fs

2012-04-18 Thread Julian H. Stacey
> what does lsvfs show ? Maybe try: dd if=/dev/da0s1 count=20 of=/tmp/t ; file /tmp/t (it show interesting stuff on my /xp anyway ). Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com Reply below not above, cumulative like a play script, & indent wi

Re: mounting ext2fs

2012-04-18 Thread Julian H. Stacey
> # kldload ext2fs > kldload: can't load ext2fs: File exists what does lsvfs show ? Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com Reply below not above, cumulative like a play script, & indent with "> ". Format: Plain text. Not HTML, multipart/

mounting ext2fs

2012-04-18 Thread Matthias Apitz
Hello, I'm trying to mount an ext2fs in 10-CURRENT with: # fdisk /dev/da0 *** Working on device /dev/da0 *** parameters extracted from in-core disklabel are: cylinders=486 heads=64 sectors/track=32 (2048 blks/cyl) parameters to be used for BIOS calculations are: cylinders=486 heads=64 s

Re: (solved) Re: Problem mounting EXT2FS

2009-08-28 Thread Fernando Apesteguía
On Tue, Aug 25, 2009 at 12:17 AM, Jeronimo Calvo wrote: > Thanks a lot fellas!! problem resolved!!! Did you try to unmount the filesystem? I applied the patch against 7.2-RELEASE-p3 and I can't unmount it: Device busy. Anyone else with this problem? Cheers > > On 24/08/2009, Gonzalo Nemmi wro

Re: Problem mounting EXT2FS

2009-08-25 Thread Polytropon
On Tue, 25 Aug 2009 13:33:59 +0200, Mark Stapper wrote: > Don't forget to reapply the ext2 patch... ;-) And of course keep in mind that kernel and world (userland) have to be of the same version, e. g. if you upgrade your sources to 7-STABLE, recompile kernel and world and install them. You'll fi

Re: Problem mounting EXT2FS

2009-08-25 Thread Jeronimo Calvo
I have as well this in the other hand: heheheh, THE BIBLE! [image: 51dtdR9r6RL._SL500_AA240_.jpg] 2009/8/25 Mark Stapper > Jeronimo Calvo wrote: > > hi Mark! > > > > Im using FreeBSD 7.2-RELEASE... but im not sure about the "userland", > > is currently fresh installed, just compiled the KERNEL

Re: Problem mounting EXT2FS

2009-08-25 Thread Mark Stapper
Jeronimo Calvo wrote: > hi Mark! > > Im using FreeBSD 7.2-RELEASE... but im not sure about the "userland", > is currently fresh installed, just compiled the KERNEL to add ext2fs > support and installed the patch for the 256-inode... nothing else... > But I will take your advise and upgrade my kerne

Re: Problem mounting EXT2FS

2009-08-25 Thread Jeronimo Calvo
hi Mark! Im using FreeBSD 7.2-RELEASE... but im not sure about the "userland", is currently fresh installed, just compiled the KERNEL to add ext2fs support and installed the patch for the 256-inode... nothing else... But I will take your advise and upgrade my kernel to STABLE (as I think it will b

Re: Problem mounting EXT2FS

2009-08-25 Thread Jeronimo Calvo
Actually, im just compile it and restart it... seems to be working fine now... By the way... who do i do that?? is that necessary? cheers! 2009/8/25 Mark Stapper > Jeronimo Calvo wrote: > > Hi folks, im migrating from Linux to BSD, and i found my first problem... > > First of all, i did save m

Re: Problem mounting EXT2FS

2009-08-25 Thread Mark Stapper
Jeronimo Calvo wrote: > Hi folks, im migrating from Linux to BSD, and i found my first problem... > First of all, i did save my /home from my old Linux distribution on another > HD, ext2fs partition /dev/ad6s1... I can correctly see the drive from > sysinstall. > > I read about compiling the KERNEL

Re: Problem mounting EXT2FS

2009-08-24 Thread Gonzalo Nemmi
On Monday 24 August 2009 6:44:24 pm Jeronimo Calvo wrote: > True you are right... I was using the incorrect syntax and the > incorrect word hehehhe > > well I did try as well using the correct procedure: > > Thats the result (mounted but not accesible) > > [root@ /media/DATOSWIN]# mount > /dev/ad8s

(solved) Re: Problem mounting EXT2FS

2009-08-24 Thread Jeronimo Calvo
Thanks a lot fellas!! problem resolved!!! On 24/08/2009, Gonzalo Nemmi wrote: > > On Monday 24 August 2009 6:44:24 pm Jeronimo Calvo wrote: > > True you are right... I was using the incorrect syntax and the > > incorrect word hehehhe > > > > well I did try as well using the correct procedure: > >

Re: Problem mounting EXT2FS

2009-08-24 Thread Jeronimo Calvo
True you are right... I was using the incorrect syntax and the incorrect word hehehhe well I did try as well using the correct procedure: Thats the result (mounted but not accesible) [root@ /media/DATOSWIN]# mount /dev/ad8s1a on / (ufs, local) devfs on /dev (devfs, local) /dev/ad8s1e on /tmp (uf

Re: Problem mounting EXT2FS

2009-08-24 Thread Polytropon
Maybe just malquoted, but... On Mon, 24 Aug 2009 20:20:29 +, Jeronimo Calvo wrote: > # mount -t extfs2 /dev/ad6s1 /ext2 > mount: /dev/ad6s1 : Operation not supported by device The command should include -t ext2fs, not extfs2, as far as I remember. I haven't run Linux for almost 10 years now

Re: Problem mounting EXT2FS

2009-08-24 Thread Scott Schappell
Judging by your uname output, the #0 should be #1 if it's reading a re- compiled kernel. I would double check that you used the proper KERNCONF for make buildkernel and make installkernel. For example, I recompiled my kernel and note the output: [r...@arthur /var/account]# uname -a FreeBSD a

Problem mounting EXT2FS

2009-08-24 Thread Jeronimo Calvo
Hi folks, im migrating from Linux to BSD, and i found my first problem... First of all, i did save my /home from my old Linux distribution on another HD, ext2fs partition /dev/ad6s1... I can correctly see the drive from sysinstall. I read about compiling the KERNEL in order to add Ext2fs support u

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-21 Thread Dieter
> # mount -t ext2fs /dev/ad0s8 /mnt/ > # ls /mnt > ls: /mnt: Bad file descriptor Weird. I can mount ext2fs on 7.0 (and previously on 6.0 and 6.2) and things mostly work. In the past I had ext2fs on both primary and extended slices (or whatever the preferred terminology is). This is on AMD64 with

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Gonzalo Nemmi
On Saturday 05 July 2008 06:01:36 Nejc Škoberne wrote: > Hey, > > >> ls -la / | grep mnttest > > Can you paste output of this command? > > > sysid 5 (0x05),(Extended DOS) > > start 102398310, size 106446690 (51975 Meg), flag 0 > > beg: cyl 1023/ head 0/ sector 1; > > end: cyl 10

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Gonzalo Nemmi
On Saturday 05 July 2008 05:59:42 Roland Smith wrote: > mount -t ext2fs /dev/ad0s1 /mnt [EMAIL PROTECTED]:~ # mount -t ext2fs /dev/ad0s1 /mnt [EMAIL PROTECTED]:~ # ls /mnt ls: /mnt: Bad file descriptor [EMAIL PROTECTED]:~ # ls -la / | grep /mnt ls: mnt: Bad file descriptor [EMAIL PROTECTED]:~ # dm

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Gonzalo Nemmi
On Saturday 05 July 2008 06:01:36 you wrote: > Hey, > > >> ls -la / | grep mnttest > > Can you paste output of this command? > > > sysid 5 (0x05),(Extended DOS) > > start 102398310, size 106446690 (51975 Meg), flag 0 > > beg: cyl 1023/ head 0/ sector 1; > > end: cyl 1023/ head 2

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Nejc Škoberne
Hey, ls -la / | grep mnttest Can you paste output of this command? sysid 5 (0x05),(Extended DOS) start 102398310, size 106446690 (51975 Meg), flag 0 beg: cyl 1023/ head 0/ sector 1; end: cyl 1023/ head 254/ sector 63 So the partition you're trying to mount is under an e

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Roland Smith
On Sat, Jul 05, 2008 at 05:46:09AM -0300, Gonzalo Nemmi wrote: > On Saturday 05 July 2008 03:24:53 Nejc Škoberne wrote: > > Hey, > > > > > Have you, by any chance, tried and suceded at mounting ext2fs on FBSD7? > > > If you did, at least I'd know that it _

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Gonzalo Nemmi
On Saturday 05 July 2008 03:24:53 Nejc Škoberne wrote: > Hey, > > > Have you, by any chance, tried and suceded at mounting ext2fs on FBSD7? > > If you did, at least I'd know that it _is_ possible :s > > It is possible, although I haven't used this on FreeBSD 7.0 y

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Gonzalo Nemmi
20:47:28 inferna kernel: pid 8511 (doom.x86), uid 1001: exited on > > signal 11 > > Jul 4 23:54:48 inferna su: gonzalo to root on /dev/ttyp3 > > Jul 5 00:38:24 inferna su: gonzalo to root on /dev/ttyp2 > > [EMAIL PROTECTED]:~ # umount /mnt > > [EMAIL PROTECTED]:~

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-04 Thread Nejc Škoberne
Hey, Have you, by any chance, tried and suceded at mounting ext2fs on FBSD7? If you did, at least I'd know that it _is_ possible :s It is possible, although I haven't used this on FreeBSD 7.0 yet (only on 5.x and 6.x releases). I'd also try this: mkdir /mnttest mount -t ex

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-04 Thread Ryan Coleman
v/ttyp3 Jul 5 00:38:24 inferna su: gonzalo to root on /dev/ttyp2 [EMAIL PROTECTED]:~ # Have you, by any chance, tried and suceded at mounting ext2fs on FBSD7? If you did, at least I'd know that it _is_ possible :s Thanks :) No, I thought maybe th

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-04 Thread Gonzalo Nemmi
0:21:13 inferna su: gonzalo to root on /dev/ttyp2 Jul 4 20:38:34 inferna kernel: linux: pid 8503 (doom.x86): ioctl fd=17, cmd=0x5801 ('X',1) is not implemented Jul 4 20:47:28 inferna kernel: pid 8511 (doom.x86), uid 1001: exited on signal 11 Jul 4 23:54:48 inferna su: gonzalo to root on

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-04 Thread Ryan Coleman
Gonzalo Nemmi wrote: Could somebody please throw me a pointer ... i have followed every instruction on every book and/or how-to ... yet ... What am I doing wrong?? [EMAIL PROTECTED]:~ # uname -sr FreeBSD 7.0-RELEASE [EMAIL PROTECTED]:~ # kldstat Id Refs AddressSize Name 1 10 0xc0400

mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-04 Thread Gonzalo Nemmi
Could somebody please throw me a pointer ... i have followed every instruction on every book and/or how-to ... yet ... What am I doing wrong?? [EMAIL PROTECTED]:~ # uname -sr FreeBSD 7.0-RELEASE [EMAIL PROTECTED]:~ # kldstat Id Refs AddressSize Name 1 10 0xc040 4dd878 kernel 2

Re: Migrating from Linux: mounting ext2fs

2003-10-24 Thread Vulpes Velox
On Wed, 22 Oct 2003 15:03:17 +0100 Miguel Gonçalves <[EMAIL PROTECTED]> wrote: > Dear BSDers, > > I am about to move a workgroup server from Linux to FreeBSD. > > How stable is the FreeBSD support for ext2fs? It should be able to read it with out probs. Not sure about writeing. Just mount th

Re: Migrating from Linux: mounting ext2fs

2003-10-23 Thread andi payn
On Wed, 2003-10-22 at 07:03, Miguel Gonçalves wrote: > How stable is the FreeBSD support for ext2fs? First, if you're planning to migrate your server permanently, you're probably better off reformatting in UFS: it's faster, and better for error recovery. And computers that mount nfs/Samba/whateve

Re: Migrating from Linux: mounting ext2fs

2003-10-23 Thread ogautherot
Hi Miguel! Miguel_Gonçalves écrit: > Dear BSDers, > > I am about to move a workgroup server from Linux to FreeBSD. > > How stable is the FreeBSD support for ext2fs? I am currently using it happily (for the same purpose as yours). Beware that the fsck_ext2fs needs to be re-linked if you want

Migrating from Linux: mounting ext2fs

2003-10-23 Thread Miguel Gonçalves
Dear BSDers, I am about to move a workgroup server from Linux to FreeBSD. How stable is the FreeBSD support for ext2fs? Best regards, Miguel Gonçalves [EMAIL PROTECTED] -- http://www.fe.up.pt/~miguelg/ ___ [EMAIL PROTECTED] mailing list http://list