Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ?

2012-04-19 Thread Xavier
On Wed, Apr 18, 2012 at 02:12:41PM +0200, Julian H. Stacey wrote:

Hi Julian,

 Hi,
 Reference:
  From:Xavier xavierfreebsdquesti...@gmail.com
  Date:Sat, 7 Apr 2012 22:25:28 +0200
  Message-id:CALe6D=vpy0rk1=-
9rvtv46xp8zd4xvzngb1cbwwacdazwtq...@mail.gmail.com

 Xavier wrote:
  On Sat, Apr 07, 2012 at 04:15:41PM -0400, ill...@gmail.com wrote:
 
  Hi,
 
   On 7 April 2012 13:53, Xavier xavierfreebsdquesti...@gmail.com
wrote:
Hi to all,
   
I have:
   
casa# disktype /dev/da1
   
--- /dev/da1
Character device, size 3.771 GiB (4048551936 bytes)
FreeBSD boot loader (i386 boot2/BTX 1.02 at sector 2)
BSD disklabel (at sector 1), 8 partitions
Partition c: 2.145 GiB (2302711808 bytes, 4497484 sectors from 0)
 Type 0 (Unused)
DOS/MBR partition map
Partition 1: 3.547 GiB (3808272384 bytes, 7438032 sectors from 63)
 Type 0x83 (Linux)
 Ext3 file system
   UUID D1A7E6D6-3A34-4864-B6E8-C4DAA34AD776 (DCE, v4)
   Last mounted at /
   Volume size 3.547 GiB (3808272384 bytes, 929754 blocks of 4 KiB)
Partition 2: 227.5 MiB (238533120 bytes, 465885 sectors from
7438095)
 Type 0x05 (Extended)
 Partition 5: 227.5 MiB (238500864 bytes, 465822 sectors from
7438095+63)
   Type 0x82 (Linux swap / Solaris)
   Linux swap, version 2, subversion 1, 4 KiB pages, little-endian
 Swap size 227.4 MiB (238489600 bytes, 58225 pages of 4 KiB)
   
I'm running from FreeBSD 9.0-RELEASE
   
I try:
   
casa# mount -t ext2fs /dev/da1a /mnt/JetFlash\ Transcend\ 4GB\ 1100/
mount: /dev/da1a : Invalid argument
   
How can I mount it ?
  
   mount -t ext2fs /dev/da1s1 /mnt/JetFlash\ Transcend\ 4GB\ 1100/
   perhaps?  Note---^^
  
   If that still doesn't work, try adding -r in there (as ext2fs might
not
   support r/w in your configuration).
  
 
  casa# mount -t ext2fs /dev/da1s1 /mnt/JetFlash\ Transcend\ 4GB\ 1100/
  mount: /dev/da1s1 : No such file or directory
  casa#
  casa# mount -r -t ext2fs /dev/da1s1 /mnt/JetFlash\ Transcend\ 4GB\ 1100/
  mount: /dev/da1s1 : No such file or directory
  casa#
 
  You have more ideas ?

 With 9.0-RELEASE generic kernel:
 man mount
 ...
 man 2 nmount
 The type argument names the file system.  The types of file
 systems known to the system can be obtained with lsvfs(1).
 lsvfs
 FilesystemRefs Flags
  - ---
 devfs1 synthetic
 msdosfs  0
 nfs  0 network
 procfs   0 synthetic
 cd9660   0 read-only
 ufs  1
 cd /boot/kernel ; find . -name \*ext\* -print
 kldload /boot/kernel/ext2fs.ko ; lsvfs
 # Adds
 ext2fs   0
 man ext2fs
 To link into the kernel:
 options EXT2FS
 To load as a kernel loadable module:
 kldload ext2fs
 No mention of ext3 there, nor from find (above).

 .. so you May be out of luck ..

 Divide the problem. Reduce simulltaneous testing of backslash  ext3.
 Delete all backslash junk during test.  Try
 su ; mkdir /mnt/test ; mount -r -t ext2fs /dev/da1a /mnt/test

I try:

casa# kldstat | grep ext
101 0xc93b9000 1ext2fs.ko

casa% lsvfs | grep ext
ext2fs   0

casa# disktype /dev/da0

--- /dev/da0
Character device, size 14.92 GiB (16025387008 bytes)
DOS/MBR partition map
Partition 1: 13.93 GiB (14961082368 bytes, 29220864 sectors from 2048,
bootable)
  Type 0x83 (Linux)
Ext3 file system
UUID DF70360E-9DD3-436D-9627-A614FB0FD24E (DCE, v4)
Last mounted at /
Volume size 13.93 GiB (14961082368 bytes, 3652608 blocks
of 4 KiB)
Partition 2: 0.988 GiB (1061159936 bytes, 2072578
sectors from 29224958)
  Type 0x05 (Extended)
Partition 5: 1012 MiB (1061158912 bytes, 2072576
sectors from 29224958+2)
Type 0x82 (Linux swap / Solaris)


casa% ls /dev/da0*
/dev/da0/dev/da0s1  /dev/da0s2  /dev/da0s5

How can get the correct da0 node for your mount(8) command ?

Thanks, see you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ?

2012-04-18 Thread Julian H. Stacey
Hi,
Reference:
 From: Xavier xavierfreebsdquesti...@gmail.com 
 Date: Sat, 7 Apr 2012 22:25:28 +0200 
 Message-id:   
 CALe6D=vpy0rk1=-9rvtv46xp8zd4xvzngb1cbwwacdazwtq...@mail.gmail.com 

Xavier wrote:
 On Sat, Apr 07, 2012 at 04:15:41PM -0400, ill...@gmail.com wrote:
 
 Hi,
 
  On 7 April 2012 13:53, Xavier xavierfreebsdquesti...@gmail.com wrote:
   Hi to all,
  
   I have:
  
   casa# disktype /dev/da1
  
   --- /dev/da1
   Character device, size 3.771 GiB (4048551936 bytes)
   FreeBSD boot loader (i386 boot2/BTX 1.02 at sector 2)
   BSD disklabel (at sector 1), 8 partitions
   Partition c: 2.145 GiB (2302711808 bytes, 4497484 sectors from 0)
Type 0 (Unused)
   DOS/MBR partition map
   Partition 1: 3.547 GiB (3808272384 bytes, 7438032 sectors from 63)
Type 0x83 (Linux)
Ext3 file system
  UUID D1A7E6D6-3A34-4864-B6E8-C4DAA34AD776 (DCE, v4)
  Last mounted at /
  Volume size 3.547 GiB (3808272384 bytes, 929754 blocks of 4 KiB)
   Partition 2: 227.5 MiB (238533120 bytes, 465885 sectors from 7438095)
Type 0x05 (Extended)
Partition 5: 227.5 MiB (238500864 bytes, 465822 sectors from 7438095+63)
  Type 0x82 (Linux swap / Solaris)
  Linux swap, version 2, subversion 1, 4 KiB pages, little-endian
Swap size 227.4 MiB (238489600 bytes, 58225 pages of 4 KiB)
  
   I'm running from FreeBSD 9.0-RELEASE
  
   I try:
  
   casa# mount -t ext2fs /dev/da1a /mnt/JetFlash\ Transcend\ 4GB\ 1100/
   mount: /dev/da1a : Invalid argument
  
   How can I mount it ?
 
  mount -t ext2fs /dev/da1s1 /mnt/JetFlash\ Transcend\ 4GB\ 1100/
  perhaps?  Note---^^
 
  If that still doesn't work, try adding -r in there (as ext2fs might not
  support r/w in your configuration).
 
 
 casa# mount -t ext2fs /dev/da1s1 /mnt/JetFlash\ Transcend\ 4GB\ 1100/
 mount: /dev/da1s1 : No such file or directory
 casa#
 casa# mount -r -t ext2fs /dev/da1s1 /mnt/JetFlash\ Transcend\ 4GB\ 1100/
 mount: /dev/da1s1 : No such file or directory
 casa#
 
 You have more ideas ?

With 9.0-RELEASE generic kernel:
man mount
...
man 2 nmount
The type argument names the file system.  The types of file
systems known to the system can be obtained with lsvfs(1).
lsvfs
FilesystemRefs Flags
 - ---
devfs1 synthetic
msdosfs  0 
nfs  0 network
procfs   0 synthetic
cd9660   0 read-only
ufs  1 
cd /boot/kernel ; find . -name \*ext\* -print
kldload /boot/kernel/ext2fs.ko ; lsvfs  
# Adds
ext2fs   0 
man ext2fs 
To link into the kernel:
options EXT2FS
To load as a kernel loadable module:
kldload ext2fs
No mention of ext3 there, nor from find (above).

.. so you May be out of luck ..

Divide the problem. Reduce simulltaneous testing of backslash  ext3.
Delete all backslash junk during test.  Try
su ; mkdir /mnt/test ; mount -r -t ext2fs /dev/da1a /mnt/test
If that likely too fails, then select a list:
freebsd...@freebsd.org
or
freebsd-curr...@freebsd.org 
+ cc code authors on freebsd
{ see names in base of man ext2fs`  look in sources or cvs maybe }
Ask them if anyone is known to be working on Ext3 on FreeBSD 
(or *OtherBSD, as that'd be a good start for a port)

If all that fails, insert stick in a Linux box (*),
copy data from the ext3 stick, reformat stick as Ext2,  write the data back.

Ext2 doesnt need the latest FreeBSD-9, at least FreeBSD-8.2
can also handle Ext2.

Linux boxes can be found in unexpected places, eg some
media devices are built on Linux, (Some some manufacturers are not
aware BSD offers more liberal licensing than FSF).  Whether
such devices can reformat to user selected format I haven't yet had
access to try so you might need a real Linux PC to re-format.

Examples of media boxes:
Iomega ScreenPlay TV Link, Director Edition
high definition multimedia player
http://go.iomega.com/section?p=4760secid=42740#tech_specsItem_tab
External USB Drive Format:
NTFS (default), FAT32, Mac OS Extended (HFS+)**, Ext2 or Ext3.
(No mention of UFS, so presumably a Linux, I will collect one soon).

http://www.humaxfoxsathdr.co.uk/
Foxsat-HDR/500
http://www.humaxdirect.co.uk/product.asp?ProdRef=10087#more-info
(Not stated what this supports.)

Dreambox 800
http://www.dreambox800.co.uk/Dreambox-800-Satellite-Receiver-pro
(Not stated what this supports, but based on Linux)

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 

Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ?

2012-04-18 Thread RW
On Wed, 18 Apr 2012 14:12:41 +0200
Julian H. Stacey wrote:


 No mention of ext3 there, nor from find (above).
 
 .. so you May be out of luck ..

ext3 is ext2+journalling. If fsck supports ext3, then it can sync the
journal and the partition can be safely mounted as ext2.

It's a long time since I've used ext3 so this may have changed, but
when I did it needed an fsck from ports.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ?

2012-04-18 Thread Julian H. Stacey
Hi,
Reference:
 From: RW rwmailli...@googlemail.com 
 Date: Wed, 18 Apr 2012 14:13:19 +0100 
 Message-id:   20120418141319.7cb8c...@gumby.homeunix.com 

RW wrote:
 On Wed, 18 Apr 2012 14:12:41 +0200
 Julian H. Stacey wrote:
 
 
  No mention of ext3 there, nor from find (above).
  
  .. so you May be out of luck ..
 
 ext3 is ext2+journalling. If fsck supports ext3, then it can sync the
 journal and the partition can be safely mounted as ext2.
 
 It's a long time since I've used ext3 so this may have changed, but
 when I did it needed an fsck from ports.

I tried to find that for original poster Xavier
(cc restored in case Xavier not on questions@), using
cd /pub/FreeBSD/branches/-current/ports 
echo `find . -type f | xargs grep -i -l fsck` | xargs grep -i -l ext3
 got:
./emulators/linux_base-c6/pkg-plist
./emulators/linux_base-f10/pkg-plist
./emulators/linux_base-fc4/pkg-plist
./emulators/linux_dist-gentoo-stage3/pkg-plist.i486
./emulators/linux_dist-gentoo-stage3/pkg-plist.i686

./sysutils/e2fsprogs/Makefile
COMMENT?=   Utilities  library to manipulate ext2/3/4 
filesystems

Xavier, I suggest try /usr/ports/sysutils/e2fsprogs 

I saw this warning building on 8.2-RELEASE:
If you format ext2 file systems with other operating systems,
make sure that mke2fs is called with -I 128 for partitions
that you plan to share with FreeBSD.
(Not tried building it on 9 as I'm rebuilding machine now.)

/usr/local/share/doc/e2fsprogs/
COPYING
http://e2fsprogs.sourceforge.net
Says there it supports ext3  4 too.

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/alternative, base64, quoted-printable.
Mail from @yahoo dumped @berklix.  http://berklix.org/yahoo/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ?

2012-04-08 Thread Thomas Mueller
from Xavier xavierfreebsdquesti...@gmail.com:

 I have:

 casa# disktype /dev/da1

 --- /dev/da1
 Character device, size 3.771 GiB (4048551936 bytes)
 FreeBSD boot loader (i386 boot2/BTX 1.02 at sector 2)
 BSD disklabel (at sector 1), 8 partitions
 Partition c: 2.145 GiB (2302711808 bytes, 4497484 sectors from 0)
   Type 0 (Unused)
 DOS/MBR partition map
 Partition 1: 3.547 GiB (3808272384 bytes, 7438032 sectors from 63)
   Type 0x83 (Linux)
   Ext3 file system
 UUID D1A7E6D6-3A34-4864-B6E8-C4DAA34AD776 (DCE, v4)
 Last mounted at /
 Volume size 3.547 GiB (3808272384 bytes, 929754 blocks of 4 KiB)
 Partition 2: 227.5 MiB (238533120 bytes, 465885 sectors from 7438095)
   Type 0x05 (Extended)
   Partition 5: 227.5 MiB (238500864 bytes, 465822 sectors from 7438095+63)
 Type 0x82 (Linux swap / Solaris)
 Linux swap, version 2, subversion 1, 4 KiB pages, little-endian
   Swap size 227.4 MiB (238489600 bytes, 58225 pages of 4 KiB)

 I'm running from FreeBSD 9.0-RELEASE

 I try:

 casa# mount -t ext2fs /dev/da1a /mnt/JetFlash\ Transcend\ 4GB\ 1100/
 mount: /dev/da1a : Invalid argument

 How can I mount it ?

I'm confused between the BSD disklabel and DOS/MBR partition map.

What does (running from Linux)

fdisk -lu /dev/sdb (or whatever the Linux name for that disk is) show?

How do you mount that Linux ext3fs partition in Linux?  That knowledge might 
help me figure how to mount that partition from FreeBSD.

I'm still not sure how or if FreeBSD supports ext3fs as opposed to ext2fs.

I don't see the rationale for setting up an extended partition when you only 
use two partitions.  The second (Linux swap) partition could be primary, and 
you would be well under the quota of four primary partitions.

Tom
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ?

2012-04-08 Thread Xavier
On Sun, Apr 08, 2012 at 06:32:36AM -0400, Thomas Mueller wrote:

Hi Thomas,

 from Xavier xavierfreebsdquesti...@gmail.com:

  I have:

  casa# disktype /dev/da1

  --- /dev/da1
  Character device, size 3.771 GiB (4048551936 bytes)
  FreeBSD boot loader (i386 boot2/BTX 1.02 at sector 2)
  BSD disklabel (at sector 1), 8 partitions
  Partition c: 2.145 GiB (2302711808 bytes, 4497484 sectors from 0)
Type 0 (Unused)
  DOS/MBR partition map
  Partition 1: 3.547 GiB (3808272384 bytes, 7438032 sectors from 63)
Type 0x83 (Linux)
Ext3 file system
  UUID D1A7E6D6-3A34-4864-B6E8-C4DAA34AD776 (DCE, v4)
  Last mounted at /
  Volume size 3.547 GiB (3808272384 bytes, 929754 blocks of 4 KiB)
  Partition 2: 227.5 MiB (238533120 bytes, 465885 sectors from 7438095)
Type 0x05 (Extended)
Partition 5: 227.5 MiB (238500864 bytes, 465822 sectors from
7438095+63)
  Type 0x82 (Linux swap / Solaris)
  Linux swap, version 2, subversion 1, 4 KiB pages, little-endian
Swap size 227.4 MiB (238489600 bytes, 58225 pages of 4 KiB)

  I'm running from FreeBSD 9.0-RELEASE

  I try:

  casa# mount -t ext2fs /dev/da1a /mnt/JetFlash\ Transcend\ 4GB\ 1100/
  mount: /dev/da1a : Invalid argument

  How can I mount it ?

 I'm confused between the BSD disklabel and DOS/MBR partition map.

 What does (running from Linux)

 fdisk -lu /dev/sdb (or whatever the Linux name for that disk is) show?
  ^^

  I'll run that command line from a GNU/Linux ( not from FreeBSD ) ?



 How do you mount that Linux ext3fs partition in Linux?  That knowledge
might help me figure how to mount that partition from FreeBSD.

I don't probe it. /dev/da1 is a USB pen drive with GNU/Linux OS.

Well, I wait to confirm that command ...

Thanks, see you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Can FreeBSD 9.0-RELEASE mount Ext3 file system ?

2012-04-07 Thread Xavier
Hi to all,

I have:

casa# disktype /dev/da1

--- /dev/da1
Character device, size 3.771 GiB (4048551936 bytes)
FreeBSD boot loader (i386 boot2/BTX 1.02 at sector 2)
BSD disklabel (at sector 1), 8 partitions
Partition c: 2.145 GiB (2302711808 bytes, 4497484 sectors from 0)
  Type 0 (Unused)
DOS/MBR partition map
Partition 1: 3.547 GiB (3808272384 bytes, 7438032 sectors from 63)
  Type 0x83 (Linux)
  Ext3 file system
UUID D1A7E6D6-3A34-4864-B6E8-C4DAA34AD776 (DCE, v4)
Last mounted at /
Volume size 3.547 GiB (3808272384 bytes, 929754 blocks of 4 KiB)
Partition 2: 227.5 MiB (238533120 bytes, 465885 sectors from 7438095)
  Type 0x05 (Extended)
  Partition 5: 227.5 MiB (238500864 bytes, 465822 sectors from 7438095+63)
Type 0x82 (Linux swap / Solaris)
Linux swap, version 2, subversion 1, 4 KiB pages, little-endian
  Swap size 227.4 MiB (238489600 bytes, 58225 pages of 4 KiB)

I'm running from FreeBSD 9.0-RELEASE

I try:

casa# mount -t ext2fs /dev/da1a /mnt/JetFlash\ Transcend\ 4GB\ 1100/
mount: /dev/da1a : Invalid argument

How can I mount it ?

Thanks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ?

2012-04-07 Thread Xavier
On Sat, Apr 07, 2012 at 10:06:44PM +0300, Odhiambo Washington wrote:

Hi Odhiambo,

 man mount

 mount fstype  device mount-point

Yes, but look:

 
  I try:
 
  casa# mount -t ext2fs /dev/da1a /mnt/JetFlash\ Transcend\ 4GB\ 1100/
  mount: /dev/da1a : Invalid argument

I don't know why !?

Thanks, see you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ?

2012-04-07 Thread ill...@gmail.com
On 7 April 2012 13:53, Xavier xavierfreebsdquesti...@gmail.com wrote:
 Hi to all,

 I have:

 casa# disktype /dev/da1

 --- /dev/da1
 Character device, size 3.771 GiB (4048551936 bytes)
 FreeBSD boot loader (i386 boot2/BTX 1.02 at sector 2)
 BSD disklabel (at sector 1), 8 partitions
 Partition c: 2.145 GiB (2302711808 bytes, 4497484 sectors from 0)
  Type 0 (Unused)
 DOS/MBR partition map
 Partition 1: 3.547 GiB (3808272384 bytes, 7438032 sectors from 63)
  Type 0x83 (Linux)
  Ext3 file system
    UUID D1A7E6D6-3A34-4864-B6E8-C4DAA34AD776 (DCE, v4)
    Last mounted at /
    Volume size 3.547 GiB (3808272384 bytes, 929754 blocks of 4 KiB)
 Partition 2: 227.5 MiB (238533120 bytes, 465885 sectors from 7438095)
  Type 0x05 (Extended)
  Partition 5: 227.5 MiB (238500864 bytes, 465822 sectors from 7438095+63)
    Type 0x82 (Linux swap / Solaris)
    Linux swap, version 2, subversion 1, 4 KiB pages, little-endian
      Swap size 227.4 MiB (238489600 bytes, 58225 pages of 4 KiB)

 I'm running from FreeBSD 9.0-RELEASE

 I try:

 casa# mount -t ext2fs /dev/da1a /mnt/JetFlash\ Transcend\ 4GB\ 1100/
 mount: /dev/da1a : Invalid argument

 How can I mount it ?

mount -t ext2fs /dev/da1s1 /mnt/JetFlash\ Transcend\ 4GB\ 1100/
perhaps?  Note---^^

If that still doesn't work, try adding -r in there (as ext2fs might not
support r/w in your configuration).

-- 
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ?

2012-04-07 Thread Xavier
On Sat, Apr 07, 2012 at 04:15:41PM -0400, ill...@gmail.com wrote:

Hi,

 On 7 April 2012 13:53, Xavier xavierfreebsdquesti...@gmail.com wrote:
  Hi to all,
 
  I have:
 
  casa# disktype /dev/da1
 
  --- /dev/da1
  Character device, size 3.771 GiB (4048551936 bytes)
  FreeBSD boot loader (i386 boot2/BTX 1.02 at sector 2)
  BSD disklabel (at sector 1), 8 partitions
  Partition c: 2.145 GiB (2302711808 bytes, 4497484 sectors from 0)
   Type 0 (Unused)
  DOS/MBR partition map
  Partition 1: 3.547 GiB (3808272384 bytes, 7438032 sectors from 63)
   Type 0x83 (Linux)
   Ext3 file system
 UUID D1A7E6D6-3A34-4864-B6E8-C4DAA34AD776 (DCE, v4)
 Last mounted at /
 Volume size 3.547 GiB (3808272384 bytes, 929754 blocks of 4 KiB)
  Partition 2: 227.5 MiB (238533120 bytes, 465885 sectors from 7438095)
   Type 0x05 (Extended)
   Partition 5: 227.5 MiB (238500864 bytes, 465822 sectors from 7438095+63)
 Type 0x82 (Linux swap / Solaris)
 Linux swap, version 2, subversion 1, 4 KiB pages, little-endian
   Swap size 227.4 MiB (238489600 bytes, 58225 pages of 4 KiB)
 
  I'm running from FreeBSD 9.0-RELEASE
 
  I try:
 
  casa# mount -t ext2fs /dev/da1a /mnt/JetFlash\ Transcend\ 4GB\ 1100/
  mount: /dev/da1a : Invalid argument
 
  How can I mount it ?

 mount -t ext2fs /dev/da1s1 /mnt/JetFlash\ Transcend\ 4GB\ 1100/
 perhaps?  Note---^^

 If that still doesn't work, try adding -r in there (as ext2fs might not
 support r/w in your configuration).


casa# mount -t ext2fs /dev/da1s1 /mnt/JetFlash\ Transcend\ 4GB\ 1100/
mount: /dev/da1s1 : No such file or directory
casa#
casa# mount -r -t ext2fs /dev/da1s1 /mnt/JetFlash\ Transcend\ 4GB\ 1100/
mount: /dev/da1s1 : No such file or directory
casa#

You have more ideas ?

Thanks, see you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ?

2012-04-07 Thread Adam Vande More

   I don't know why !?
  
   Is ext2fs.ko loaded? Does /var/log/messages reveal anything?


 Yes :

 casa# kldstat | grep ext
  91 0xc8806000 1ext2fs.ko
 casa#


 I try:

 casa# mount -t ext2fs /dev/da1a /mnt/JetFlash\ Transcend\ 4GB\ 1100/
 mount: /dev/da1a : Invalid argument

 /var/log/messages :

 Apr  7 22:16:35 casa kernel: ext2fs: da1a: wrong magic number 0 (expected
 0xef53


What is the output from gpart list?

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ?

2012-04-07 Thread Xavier
On Sat, Apr 07, 2012 at 06:25:29PM -0500, Adam Vande More wrote:

Hi Adam,

 
I don't know why !?
   
Is ext2fs.ko loaded? Does /var/log/messages reveal anything?
 
 
  Yes :
 
  casa# kldstat | grep ext
   91 0xc8806000 1ext2fs.ko
  casa#
 
 
  I try:
 
  casa# mount -t ext2fs /dev/da1a /mnt/JetFlash\ Transcend\ 4GB\ 1100/
  mount: /dev/da1a : Invalid argument
 
  /var/log/messages :
 
  Apr  7 22:16:35 casa kernel: ext2fs: da1a: wrong magic number 0
(expected
  0xef53
 
 
 What is the output from gpart list?

###cut here###
Geom name: da1
modified: false
state: OK
fwheads: 255
fwsectors: 63
last: 7907327
first: 0
entries: 8
scheme: BSD
Providers:
1. Name: da1a
   Mediasize: 2302703616 (2.1G)
   Sectorsize: 512
   Stripesize: 0
   Stripeoffset: 8192
   Mode: r0w0e0
   rawtype: 0
   length: 2302703616
   offset: 8192
   type: !0
   index: 1
   end: 4497483
   start: 16
Consumers:
1. Name: da1
   Mediasize: 4048551936 (3.8G)
   Sectorsize: 512
   Mode: r0w0e0
###cut here###

Have ideas ?

Thanks, see you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org