Re: Mount Logical (ext2fs) Partitions?

2013-01-26 Thread Walter Hurry
: 4194304 offset: 46143188992 type: linux-data index: 1430498 end: 172043415 start: 90121368 So I put into my /etc/fstab: /dev/ada0s8 /u01ext2fs ro,noauto 00 But when I issue 'sudo mount /u01' I get: mount: /dev/ada0s8: Invalid argument What am

Re: Mount Logical (ext2fs) Partitions?

2013-01-26 Thread Carl Johnson
: 162529280 Mode: r0w0e0 rawtype: 131 length: 4194304 offset: 46143188992 type: linux-data index: 1430498 end: 172043415 start: 90121368 So I put into my /etc/fstab: /dev/ada0s8 /u01ext2fs ro,noauto 00 But when I issue 'sudo

Re: Mount Logical (ext2fs) Partitions?

2013-01-26 Thread Ralf Mardorf
On Sat, 26 Jan 2013 18:24:06 +0100, Carl Johnson ca...@peak.org wrote: /dev/ada0s8 /u01ext2fs ro,noauto 00 I've got 2 ext3 partitions mounted. /dev/ada0s8 /mnt/dump ext2fs rw 0 0 /dev/ada0s9 /mnt/archlinux

Re: Mount Logical (ext2fs) Partitions?

2013-01-26 Thread Walter Hurry
) Sectorsize: 512 Stripesize: 0 Stripeoffset: 162529280 Mode: r0w0e0 rawtype: 131 length: 4194304 offset: 46143188992 type: linux-data index: 1430498 end: 172043415 start: 90121368 So I put into my /etc/fstab: /dev/ada0s8 /u01ext2fs ro,noauto 0 0

Re: Mount Logical (ext2fs) Partitions?

2013-01-26 Thread Carl Johnson
Walter Hurry walterhu...@gmail.com writes: So it's my stupid mistake. I could have sworn it was ext2, but it was ext4. Sorry for all the noise! However, I'm glad you have helped, and that I have learned a little bit about Linux partitions as FreeeBSD slices. It was empty, so I just

Re: Mount Logical (ext2fs) Partitions?

2013-01-26 Thread Walter Hurry
On Sat, 26 Jan 2013 14:43:51 -0800, Carl Johnson wrote: Walter Hurry walterhu...@gmail.com writes: So it's my stupid mistake. I could have sworn it was ext2, but it was ext4. Sorry for all the noise! However, I'm glad you have helped, and that I have learned a little bit about Linux

Mount Logical (ext2fs) Partitions?

2013-01-25 Thread Walter Hurry
FreeBSD. From /etc/fstab: /dev/ada0s3 /Mail ext2fs rw00 But I have a couple of logical partitions (also ext2fs) in the fourth slice, which I have been trying, unsuccessfully, to mount. For information, here is the BSD view of the disk: $ sudo fdisk

Re: Mount Logical (ext2fs) Partitions?

2013-01-25 Thread Joshua Isom
one, and will mount happily under FreeBSD. From /etc/fstab: /dev/ada0s3 /Mail ext2fs rw00 But I have a couple of logical partitions (also ext2fs) in the fourth slice, which I have been trying, unsuccessfully, to mount. For information, here is the BSD

Re: Mount Logical (ext2fs) Partitions?

2013-01-25 Thread Carl Johnson
is a physical one, and will mount happily under FreeBSD. From /etc/fstab: /dev/ada0s3 /Mail ext2fs rw00 But I have a couple of logical partitions (also ext2fs) in the fourth slice, which I have been trying, unsuccessfully, to mount. For information

Re: mounting ext2fs

2012-04-19 Thread perryh
Julian H. Stacey j...@berklix.com 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

Re: mounting ext2fs

2012-04-19 Thread Matthias Apitz
/dev/da0s1 gives now: # file -s /dev/da0s1 /dev/da0s1: Linux rev 1.0 ext2 filesystem data (mounted or unclean) and /dev/da0s1 is mounted: # mount | fgrep /dev/da0s1 /dev/da0s1 on /mnt (ext2fs, local) the problem with (this) cardreader seems to be that the card must already inserted at boot time

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

Re: mounting ext2fs

2012-04-19 Thread perryh
Warren Block wbl...@wonkity.com 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

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

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

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

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 that

Re: Is it appropriate to mount /var and /usr on ext2fs partition ?

2010-06-26 Thread zaxis
and /usr to it. Do i need to format /dev/ad4s8 to UFS ? I would, there are FreeBSD specific file flags, that I don't think are supported by ext2fs. UFS with soft-updates is going to be faster than synchronously mounted ext2. And it's very easy to do

Re: Is it appropriate to mount /var and /usr on ext2fs partition ?

2010-06-25 Thread andrew clarke
On Thu 2010-06-24 18:36:13 UTC-0700, zaxis (z_a...@163.com) wrote: /dev/ad4s8 on /media/G (ext2fs, local) The /dev/ad4s8 is an empty partition. Now i want to move /var and /usr to it. Do i need to format /dev/ad4s8 to UFS ? I would reformat it as UFS unless you plan on dual-booting Linux

Re: Is it appropriate to mount /var and /usr on ext2fs partition ?

2010-06-25 Thread RW
On Thu, 24 Jun 2010 18:36:13 -0700 (PDT) zaxis z_a...@163.com wrote: The /dev/ad4s8 is an empty partition. Now i want to move /var and /usr to it. Do i need to format /dev/ad4s8 to UFS ? I would, there are FreeBSD specific file flags, that I don't think are supported by ext2fs. UFS with soft

Is it appropriate to mount /var and /usr on ext2fs partition ?

2010-06-24 Thread zaxis
) /dev/ad4s3d on /var (ufs, local, soft-updates) /dev/ad4s7 on /media/F (msdosfs, local) /dev/ad4s8 on /media/G (ext2fs, local) The /dev/ad4s8 is an empty partition. Now i want to move /var and /usr to it. Do i need to format /dev/ad4s8 to UFS ? Sincerely! - e^(π⋅i) + 1 = 0 -- View

Re: (solved) Re: Problem mounting EXT2FS

2009-08-28 Thread Fernando Apesteguía
, nosuid) [root@ /media/DATOSWIN]# *mount -t ext2fs /dev/ad6s1 /ext2* [root@ /media/DATOSWIN]# cd /ext2 *bash: cd: /ext2: Not a directory* [root@ /media/DATOSWIN]# ls -la /ext2 *ls: /ext2: Bad file descriptor* [root@ /media/DATOSWIN]# Here's the problem: http://www.freebsd.org/cgi

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-25 Thread Jeronimo Calvo
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 under Freebsd, wich I did... Adding the line: Quote: options EXT2FS

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

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 kernel

Re: Problem mounting EXT2FS

2009-08-25 Thread Jeronimo Calvo
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 be funny as well, ur not the one geek here I suposse hahahaha) Don't forget to reapply the ext2 patch... ;-) I

Re: Problem mounting EXT2FS

2009-08-25 Thread Polytropon
On Tue, 25 Aug 2009 13:33:59 +0200, Mark Stapper st...@mapper.nl 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

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

Re: Problem mounting EXT2FS

2009-08-24 Thread Scott Schappell
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 under Freebsd

Re: Problem mounting EXT2FS

2009-08-24 Thread Polytropon
Maybe just malquoted, but... On Mon, 24 Aug 2009 20:20:29 +, Jeronimo Calvo jeronimocal...@googlemail.com 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

Re: Problem mounting EXT2FS

2009-08-24 Thread Jeronimo Calvo
(ufs, local, soft-updates) /dev/ad8s1f on /usr (ufs, local, soft-updates) /dev/ad8s1d on /var (ufs, local, soft-updates) /dev/ntfs/DATOSWIN on /media/DATOSWIN (ntfs, local, nosuid) [root@ /media/DATOSWIN]# *mount -t ext2fs /dev/ad6s1 /ext2* [root@ /media/DATOSWIN]# cd /ext2 *bash: cd: /ext2

(solved) Re: Problem mounting EXT2FS

2009-08-24 Thread Jeronimo Calvo
) /dev/ntfs/DATOSWIN on /media/DATOSWIN (ntfs, local, nosuid) [root@ /media/DATOSWIN]# *mount -t ext2fs /dev/ad6s1 /ext2* [root@ /media/DATOSWIN]# cd /ext2 *bash: cd: /ext2: Not a directory* [root@ /media/DATOSWIN]# ls -la /ext2 *ls: /ext2: Bad file descriptor* [root@ /media/DATOSWIN

Re: Problem mounting EXT2FS

2009-08-24 Thread Gonzalo Nemmi
on / (ufs, local) devfs on /dev (devfs, local) /dev/ad8s1e on /tmp (ufs, local, soft-updates) /dev/ad8s1f on /usr (ufs, local, soft-updates) /dev/ad8s1d on /var (ufs, local, soft-updates) /dev/ntfs/DATOSWIN on /media/DATOSWIN (ntfs, local, nosuid) [root@ /media/DATOSWIN]# *mount -t ext2fs /dev

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

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

2008-07-05 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 ext2fs /dev/ad0s8

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

2008-07-05 Thread Gonzalo Nemmi
0xc5884000 1ext2fs.ko [EMAIL PROTECTED]:~ # mount -t ext2fs /dev/ad0s8 /mnt/ [EMAIL PROTECTED]:~ # ls /mnt ls: /mnt: Bad file descriptor [EMAIL PROTECTED]:~ # cd /mnt /mnt: Not a directory. [EMAIL PROTECTED]:~ # umount /mnt [EMAIL PROTECTED]:~ # cd /mnt [EMAIL PROTECTED]:/mnt

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 yet (only on 5.x and 6.x releases). I'd

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 _is_ possible :s It is possible, although I

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

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

2008-07-05 Thread Gonzalo Nemmi
[EMAIL PROTECTED]:~ # mount -t ext2fs /dev/ad0s8 /mnttest [EMAIL PROTECTED]:~ # ls /mnttest ls: /mnttest: Bad file descriptor [EMAIL PROTECTED]:~ # file /mnttest /mnttest: cannot open `/mnttest' (Bad file descriptor) [EMAIL PROTECTED]:~ # ls -la / | grep mnttest ls: mnttest: Bad file descriptor

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

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

2008-07-05 Thread Gonzalo Nemmi
wheel 512 Jul 5 17:16 mnttest [EMAIL PROTECTED]:~ # mount -t ext2fs /dev/ad0s8 /mnttest [EMAIL PROTECTED]:~ # ls /mnttest ls: /mnttest: Bad file descriptor [EMAIL PROTECTED]:~ # file /mnttest /mnttest: cannot open `/mnttest' (Bad file descriptor) [EMAIL PROTECTED]:~ # ls -la / | grep mnttest

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

2008-07-04 Thread Gonzalo Nemmi
1 0xc08de000 7559b0 nvidia.ko 31 0xc1034000 6721cacpi.ko 41 0xc4a2e000 4000 logo_saver.ko 51 0xc5884000 1ext2fs.ko [EMAIL PROTECTED]:~ # mount -t ext2fs /dev/ad0s8 /mnt/ [EMAIL PROTECTED]:~ # ls /mnt ls: /mnt: Bad file descriptor [EMAIL PROTECTED]:~ # cd /mnt /mnt

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

2008-07-04 Thread Ryan Coleman
0xc040 4dd878 kernel 21 0xc08de000 7559b0 nvidia.ko 31 0xc1034000 6721cacpi.ko 41 0xc4a2e000 4000 logo_saver.ko 51 0xc5884000 1ext2fs.ko [EMAIL PROTECTED]:~ # mount -t ext2fs /dev/ad0s8 /mnt/ [EMAIL PROTECTED]:~ # ls /mnt ls: /mnt: Bad file descriptor [EMAIL

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

2008-07-04 Thread Gonzalo Nemmi
]:~ # kldstat Id Refs AddressSize Name 1 10 0xc040 4dd878 kernel 21 0xc08de000 7559b0 nvidia.ko 31 0xc1034000 6721cacpi.ko 41 0xc4a2e000 4000 logo_saver.ko 51 0xc5884000 1ext2fs.ko [EMAIL PROTECTED]:~ # mount -t ext2fs /dev/ad0s8 /mnt

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

2008-07-04 Thread Ryan Coleman
[EMAIL PROTECTED]:~ # kldstat Id Refs AddressSize Name 1 10 0xc040 4dd878 kernel 21 0xc08de000 7559b0 nvidia.ko 31 0xc1034000 6721cacpi.ko 41 0xc4a2e000 4000 logo_saver.ko 51 0xc5884000 1ext2fs.ko [EMAIL PROTECTED]:~ # mount -t ext2fs /dev/ad0s8

bad file descriptor when mounting an ext2fs.

2008-06-10 Thread anhnmncb
Hi, list, Recently, I encounter a very annoying issue, when I try to mount an ext2fs filesystem in laptop disk, after mounted it without any errors, I can't access it, ls /mnt/da0s3 says bad file descriptor. In that disk, also has msdos and ufs fs

Re: bad file descriptor when mounting an ext2fs.

2008-06-10 Thread Gonzalo Nemmi
On Tuesday 10 June 2008 07:37:56 anhnmncb wrote: Hi, list, Recently, I encounter a very annoying issue, when I try to mount an ext2fs filesystem in laptop disk, after mounted it without any errors, I can't access it, ls /mnt/da0s3 says bad file descriptor. In that disk

ext2fs: strange behaviour after alternativ boot into other OS

2008-02-03 Thread Axel Burwitz
(from there I access via IFS the ext2fs [URL=http://www.fs-driver.org/]http://www.fs-driver.org/[/URL] ) or with Linux and access these partitions, - then after following boot into FreeBSD these partitions don't get mounted, but I have to fix them with fsck first and then can mount them in 6.2 I

Re: ext2fs: strange behaviour after alternativ boot into other OS

2008-02-03 Thread Wojciech Puchar
there I access via IFS the ext2fs [URL=http://www.fs-driver.org/]http://www.fs-driver.org/[/URL] ) or with Linux and access these partitions, - then after following boot into FreeBSD these partitions don't get mounted, but I have to fix them with fsck first and then can mount them in 6.2 I had

Re: Incomplete file listing with Samba on ext2fs

2007-11-08 Thread Rainer Schwarze
. Are you sure this is only happening with ext2fs? You might be running into a filename mangling limitation in Samba. [...] However, everything works well when I put the same set of files on a UFS volume shared by samba. Just an update in case someone looks for the same problem: On the samba

Re: Incomplete file listing with Samba on ext2fs

2007-11-06 Thread Rainer Schwarze
this is only happening with ext2fs? You might be running into a filename mangling limitation in Samba. That was my first interpretation after the test case with the filenames. However, everything works well when I put the same set of files on a UFS volume shared by samba. When copying the same set of files

Incomplete file listing with Samba on ext2fs

2007-11-05 Thread Rainer Schwarze
Hi, I've set up a FreeBSD6.2 machine and moved my file server disk from a Linux system where it was used before. The disk uses ext2fs. In FreeBSD I can see all files, when looking at the samba shares from a Windows 2000 system, I do not see all files. I also do not see all files when using

Re: Incomplete file listing with Samba on ext2fs

2007-11-05 Thread CyberLeo Kitsana
Rainer Schwarze wrote: I created 1000 files named file000 ... file0999 in a directory. I could see all of them via Windows. I created 1000 files named file-.file ... file-0999.file in a directory. I could see the first 130 files of them. Are you sure this is only happening with ext2fs

Re: ext2fs and NFS

2006-06-12 Thread Craig Rodrigues
On Wed, Oct 26, 2005 at 10:39:08PM +, Bob Hepple wrote: I need to export an ext2fs file system mounted@/mnt/guest - it's a removable IDE disc that I carry to from my linux [EMAIL PROTECTED] mount shows: /dev/ad2s1 on /mnt/guest (ext2fs, local) So, I put an entry into /etc/exports

Re: ext2fs and NFS

2005-12-31 Thread Bob Hepple
On Fri, 30 Dec 2005 15:03:35 +1030 Malcolm Kay [EMAIL PROTECTED] wrote: On Sat, 29 Oct 2005 04:23 am, Bob Hepple wrote: On Thu, 27 Oct 2005 11:39:03 +1000 Bob Hepple [EMAIL PROTECTED] wrote: I need to export an ext2fs file system mounted at /mnt/guest - it's a removable IDE disc

Re: ext2fs and NFS

2005-12-29 Thread Malcolm Kay
On Sat, 29 Oct 2005 04:23 am, Bob Hepple wrote: On Thu, 27 Oct 2005 11:39:03 +1000 Bob Hepple [EMAIL PROTECTED] wrote: I need to export an ext2fs file system mounted at /mnt/guest - it's a removable IDE disc that I carry to from my linux system at work... mount shows: /dev/ad2s1

Re: ext2fs and NFS

2005-10-28 Thread Bob Hepple
On Thu, 27 Oct 2005 11:39:03 +1000 Bob Hepple [EMAIL PROTECTED] wrote: I need to export an ext2fs file system mounted at /mnt/guest - it's a removable IDE disc that I carry to from my linux system at work... mount shows: /dev/ad2s1 on /mnt/guest (ext2fs, local) So, I put an entry

ext2fs and NFS

2005-10-26 Thread Bob Hepple
Hello, Google and the search screen at www.FreeBSD.org tell me that this question has been asked before but I can't find an answer ... I need to export an ext2fs file system mounted at /mnt/guest - it's a removable IDE disc that I carry to from my linux system at work... mount shows: /dev

ext2fs cannot be umounted

2004-10-12 Thread Oliver Fuchs
Hi, I am using FreeBSD 5.2.1-RELEASE and have compiled my kernel with optinion: options EXT2FS In my /etc/fstab I have added: /dev/ad0s6 /mnt/debian ext2fs rw 0 0 to mount my debian box. everything works fine except one thing: Shutting down via shutdown -p

Re: ext2fs cannot be umounted

2004-10-12 Thread Radek Kozlowski
On Tue, Oct 12, 2004 at 11:17:41AM +0200, Oliver Fuchs wrote: Hi, I am using FreeBSD 5.2.1-RELEASE and have compiled my kernel with optinion: options EXT2FS In my /etc/fstab I have added: /dev/ad0s6/mnt/debian ext2fs rw 0 0 to mount my debian box

Re: ext2fs cannot be umounted

2004-10-12 Thread Oliver Fuchs
On Tue, 12 Oct 2004, Radek Kozlowski wrote: On Tue, Oct 12, 2004 at 11:17:41AM +0200, Oliver Fuchs wrote: Hi, I am using FreeBSD 5.2.1-RELEASE and have compiled my kernel with optinion: options EXT2FS In my /etc/fstab I have added: /dev/ad0s6 /mnt/debian

Re: Error mounting Linux ext2fs drive

2004-10-01 Thread Damon Butler
Now here's the frustrating bit. Time has passed and the machine has been shut down and rebooted a few times. After that initial success, I have never been able to mount that [EMAIL PROTECTED] drive again. I invariably get a Operation not permitted error. What gives? How can I retrieve my

Error mounting Linux ext2fs drive

2004-09-30 Thread Damon Butler
I recompiled my kernel, including the options EXT2FS option line. No problem. After rebooting, I was able to successfully mount my linux drive thusly: mount -t ext2fs /dev/ad0s1 /linux I transferred some files and was very happy. Now here's the frustrating bit. Time has passed

Re: Error mounting Linux ext2fs drive

2004-09-30 Thread Damon Butler
not permitted. Seriously. Here's the error in full: ext2fs: /dev/ad0s1: Operation not permitted My attempts at Googling some help have so far proven useless. Bother. --Damon ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: Error mounting Linux ext2fs drive

2004-09-30 Thread Subhro
, I'll fetch a copy of it as soon as I can. What kind of error? I wish I knew. The error message is no more explicit than Operation not permitted. Seriously. Here's the error in full: ext2fs: /dev/ad0s1: Operation not permitted My attempts at Googling some help have so far proven

Re: Error mounting Linux ext2fs drive

2004-09-30 Thread Erik Greenwald
On Thu, Sep 30, 2004 at 08:39:16AM -0500, Damon Butler wrote: I recompiled my kernel, including the options EXT2FS option line. No problem. After rebooting, I was able to successfully mount my linux drive thusly: mount -t ext2fs /dev/ad0s1 /linux I transferred some files

Ext2FS (was Re: A few simple questions(...if you don't mind))

2004-07-05 Thread Warren Block
On Mon, 5 Jul 2004, Phil Schulz wrote: Mark Jayson Alvarez wrote: 5. Does any version of freebsd supports mounting, reading, and writing of ext3fs partitions of linux? No. Maybe. ext2fs is supposed to be ext3fs with journalling, and ext2fs can be mounted with mount_ext2fs. I could swear I've

Re: Ext2FS

2004-07-05 Thread Phil Schulz
Warren Block wrote: On Mon, 5 Jul 2004, Phil Schulz wrote: Mark Jayson Alvarez wrote: 5. Does any version of freebsd supports mounting, reading, and writing of ext3fs partitions of linux? No. Maybe. ext2fs is supposed to be ext3fs with journalling, and ext2fs can be mounted with mount_ext2fs

Re: Ext2FS (was Re: A few simple questions(...if you don't mind))

2004-07-05 Thread Nico Meijer
Hi Warren, Maybe. ext2fs is supposed to be ext3fs with journalling, and ext2fs can be mounted with mount_ext2fs. I could swear I've done this with ext3fs partitions, but can't recall when or where. IIRC, ext3 can only be mounted as ext2 as long as the partition is marked clean. HTH... Nico

Re: mount ext2fs

2004-03-25 Thread Robert Storey
be: mount_ext2fs /dev/as2s2 /data2 Assuming of course that /dev/ad2s2 is the correct partition, and that /data2 actually exists. Using mount -t ext2fs has never worked for me under FreeBSD, though it is the correct syntax under Linux. regards, Robert other deep routed issues. i had read

Re: mount ext2fs

2004-03-24 Thread Johnny
uidzero wrote, Johhny, Try mount_ext2fs /dev/as2s2 /data2 Just be sure to umount the partition before you reboot or anything because it could mess up your file system. Read the comment above the ext2fs module in thwe LINT kernel. Michael ; tried that, seems to be no different than mount

mount ext2fs

2004-03-22 Thread Johnny
i'm trying to mount ext2 partitions from an install of rh8 on my freebsd box. simple process i'd think, but apparently not with the current setup. the bsd box is 4.8-stable with a custom kernel including the ext2fs module, so i'd like to think that isn't the source of the problem. here is some

Re: mount ext2fs

2004-03-22 Thread uidzero
Johnny wrote: i'm trying to mount ext2 partitions from an install of rh8 on my freebsd box. simple process i'd think, but apparently not with the current setup. the bsd box is 4.8-stable with a custom kernel including the ext2fs module, so i'd like to think that isn't the source of the problem

Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-18 Thread Tim Robbins
On Tue, Feb 17, 2004 at 02:04:06PM +0100, Stefan Krantz wrote: I would like to extract a large (11GB) tar file on an ext3 filesystem. But it shows only to be about 3gb large: yabba# ls -la pictures.tar -rw-r--r-- 1 root wheel 3317055488 Feb 15 19:03 pictures.tar

Anyway to extract a large file from EXT2FS filesystem?

2004-02-17 Thread Stefan Krantz
Hi! I would like to extract a large (11GB) tar file on an ext3 filesystem. But it shows only to be about 3gb large: yabba# ls -la pictures.tar -rw-r--r-- 1 root wheel 3317055488 Feb 15 19:03 pictures.tar Is there any possible way to extract the file? I'm running 5.2-RELEASE on i386.

Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-17 Thread Kris Kennaway
On Tue, Feb 17, 2004 at 10:49:47AM +0100, Stefan Krantz wrote: Hi! I would like to extract a large (11GB) tar file on an ext3 filesystem. But it shows only to be about 3gb large: yabba# ls -la pictures.tar -rw-r--r-- 1 root wheel 3317055488 Feb 15 19:03 pictures.tar Is there any

Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-17 Thread Stefan Krantz
On Tue, 17 Feb 2004, Kris Kennaway wrote: On Tue, Feb 17, 2004 at 10:49:47AM +0100, Stefan Krantz wrote: Hi! I would like to extract a large (11GB) tar file on an ext3 filesystem. But it shows only to be about 3gb large: yabba# ls -la pictures.tar -rw-r--r-- 1 root wheel

Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-17 Thread Kris Kennaway
5BOn Tue, Feb 17, 2004 at 11:16:50AM +0100, Stefan Krantz wrote: On Tue, 17 Feb 2004, Kris Kennaway wrote: On Tue, Feb 17, 2004 at 10:49:47AM +0100, Stefan Krantz wrote: Hi! I would like to extract a large (11GB) tar file on an ext3 filesystem. But it shows only to be about

Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-17 Thread Tim Robbins
boot linux =/ (migrated to fbsd 5.2 ;). I'm CC'ing tjr and bde, who might have some idea about the problem. Try this patch and let me know how it goes. You'll have to specify the file name of /sys/gnu/ext2fs/ext2_inode_cnv.c to patch(1) manually, then either buildkernel or rebuild only

Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-17 Thread Bruce Evans
=/ (migrated to fbsd 5.2 ;). I'm CC'ing tjr and bde, who might have some idea about the problem. ext2fs under FreeBSD is missing support for files larger than Linux's old limit of 4GB. Fixing this should be relatively easy (start by using i_size_high when converting the Linux disk inode to a FreeBSDish

Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-17 Thread Stefan Krantz
just boot linux and split the file. But I can nolonger boot linux =/ (migrated to fbsd 5.2 ;). I'm CC'ing tjr and bde, who might have some idea about the problem. Try this patch and let me know how it goes. You'll have to specify the file name of /sys/gnu/ext2fs/ext2_inode_cnv.c to patch(1

Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-17 Thread Bruce Evans
3317055488 Feb 15 19:03 pictures.tar Is there any possible way to extract the file? Try this patch and let me know how it goes. You'll have to specify the file name of /sys/gnu/ext2fs/ext2_inode_cnv.c to patch(1) manually, then either buildkernel or rebuild only ext2fs.ko. If the file

Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-17 Thread Tim Robbins
: yabba# ls -la pictures.tar -rw-r--r-- 1 root wheel 3317055488 Feb 15 19:03 pictures.tar Is there any possible way to extract the file? Try this patch and let me know how it goes. You'll have to specify the file name of /sys/gnu/ext2fs/ext2_inode_cnv.c to patch(1

Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-17 Thread Bruce Evans
a little more than necessary. Anyway, we shouldn't copy it, to keep the the superblock update parts of FreeBSD's ext2fs free of the copyleft :-). Bruce ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: compiling ext2fs into a kernel

2003-11-21 Thread Lowell Gilbert
DG [EMAIL PROTECTED] writes: My first question is: what documentation is there on the available kernel options? [I don't run 5.x, but...] I thought that was supposed to be a NOTES file in the conf directory. Looks like it doesn't include EXT2FS; that might be worth a bug report. My second

compiling ext2fs into a kernel

2003-11-20 Thread DG
Greetings, I compiled a kernel from a standard 5.1-RELEASE installation yestreen to include support for ext2fs, but couldn't find any documentation about what option to set to include support for ext2fs. Grepping the handbook and all files in the .../i386/conf directory did not reveal any

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

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

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

Re: Migrating from Linux: mounting ext2fs

2003-10-23 Thread andi payn
On Wed, 2003-10-22 at 07:03, Miguel Gonalves 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/whatever

error when trying to mount ext2fs harddisk

2003-10-11 Thread Torben Brosten
Hi, I'm trying to mount an ext2fs formatted harddisk on freebsd 4-8 stable, but am getting an error. huey# mkdir /aduni huey# mount_ext2fs -o rdonly /dev/ad1s1 /aduni mount_ext2fs: /dev/ad1s1: Invalid argument Same error when trying: mount -t ext2fs /dev/ad1s1 /aduni The kernel DUEY has

Re: error when trying to mount ext2fs harddisk, wrong magic nbr??

2003-10-11 Thread Torben Brosten
After rebooting, tried again: huey# mount -t ext2fs /dev/ad1s1 /aduni ext2fs: #ad/0x2000a: wrong magic number 0x8b6 (expected 0xef53) ext2fs: /dev/ad1s1: Invalid argument I'm trying to mount an ext2fs formatted harddisk on freebsd 4-8 stable, but am getting an error. huey# mkdir /aduni huey

Re: error when trying to mount ext2fs harddisk, wrong magic nbr??

2003-10-11 Thread Torben Brosten
I'm trying to decipher the error message: ext2fs: #ad/0x000a: wrong magic number 0x8b6 (expected 0xef53) I've been reading man magic man file but I have limited C experience. I see the references to ext2 in /usr/share/misc/magic, particularly: 0x43a leshort ^0x001 (mounted or unclean

Re: error when trying to mount ext2fs harddisk, wrong magic nbr??

2003-10-11 Thread Torben Brosten
After reading more man pages and the chapter Adding a Disk from UNIX System Administration Handbook, 3rd ed. by Nemieth, Snyder, Seebass and Hein, I realize that this ext2fs harddrive will best be fixed by putting back into a linux environment and proceeding with fdisk + fsck etc. cheers

Re: Mounting an EXT2FS CD on FreeBSD-5.1

2003-07-31 Thread Satish Vanimisetti
[I'm copying -fs because this was originally posted there. I'm also CC'ing -questions.] # mount -t ext2fs /dev/acd1c /mnt/cdrom ext2fs: /dev/acd1c: No such file or directory The CD was burned (on a linux machine), as follows: 1. dd if=/dev/zero of=/tmp/cdimage bs=1024 count=640k 2. mkfs

RE: Mounting an EXT2FS CD on FreeBSD-5.1

2003-07-31 Thread Joshua Lokken
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Satish Vanimisetti Sent: Thursday, July 31, 2003 10:43 AM To: Brandon D. Valentine Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Mounting an EXT2FS CD on FreeBSD-5.1 [I'm copying -fs

RE: Mounting an EXT2FS CD on FreeBSD-5.1

2003-07-31 Thread Satish Vanimisetti
Have you tried: # mount_cd9660 /dev/acd1c /mnt/cdrom or # mount -t cd9660 /dev/acd1c /mnt/cdrom Yes, I have. I get an incorrect superblock error, which is expected, because the filesystem on the CD is ext2. Joshua Thanks, Satish Vanimisetti

Re: Recovering ext2fs partitions after crash

2003-07-04 Thread W. Sierke
) The filesystem size (according to the superblock) is 1281175 blocks The physical size of the device is 0 blocks Either the superblock or the partition table is likely to be corrupt! Aborty? The ext2fs partitions exist in an extended partition. Am I missing some knowledge about using extended

  1   2   >