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"

Reply via email to