DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 26th August 2009
guitarscn guitarscn is offline
Package Pilot
 
Join Date: Oct 2008
Posts: 166
Default how to mount ext3

I have an externl hdd formatted entirely in ext3 with no partitions.

I do 'mount -t ext3 /dev/da0 /mount5'
And it says operation not supported by device
I also tried ext2
Reply With Quote
  #2   (View Single Post)  
Old 26th August 2009
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

You'll need to use -t ext2, but you'll also need to specify the slice.. FreeBSD uses a dynamic device file system, so do a $ ls /dev/da0* and see what shows up.

EDIT: No partitions? not sure why you did that for.. can't help you with that.. or if FreeBSD can mount it.
Reply With Quote
  #3   (View Single Post)  
Old 26th August 2009
tankist tankist is offline
New User
 
Join Date: May 2008
Posts: 6
Default

I use

Code:
mount -t ext2fs /dev/ad0s1 /mnt/linux
on FreeBSD 8 beta. Didn't work on 7.2 because of inode size change in Linux.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ssh mount inquiry revzalot Solaris 1 18th March 2009 11:49 PM
mount ufs from linux kanonmat FreeBSD General 8 2nd December 2008 06:13 AM
NFS mount /usr/home? giddyupman FreeBSD General 1 1st September 2008 07:06 PM
Cannot mount (NTFS) IIMarckus OpenBSD General 4 11th August 2008 08:44 PM
What is good support to the file system ext3? aleunix Solaris 3 29th May 2008 03:50 PM


All times are GMT. The time now is 08:15 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick