![]() |
|
|||||||
| FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
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 |
|
|||
|
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. |
|
|||
|
I use
Code:
mount -t ext2fs /dev/ad0s1 /mnt/linux |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ssh mount inquiry | revzalot | Solaris | 1 | 18th March 2009 10:49 PM |
| mount ufs from linux | kanonmat | FreeBSD General | 8 | 2nd December 2008 05: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 |