DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Installation and Upgrading

FreeBSD Installation and Upgrading Installing and upgrading FreeBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 16th June 2009
Sunsawe Sunsawe is offline
Port Guard
 
Join Date: May 2008
Posts: 39
Default Mounting ext2 partitions seems to fail

Hi,

I have a fresh installation of FreeBSD 7.2 on my box.
I am simply trying to mount the ext2 partitions on an hard drive.

The hard drive is recognized, the partitions and the file system as well.
The command:

mount -t etx2fs /dev/partition /mounting/point

works perfectly.

df -h indicates that the partition is mounted and ready to use then.

But... the mounting point is then a file and not a folder anymore!
So I can not do anything with it more or less.

the command ls -al returns a "bad file descriptor" error.

I tried to umount it and it appears as a folder again.

Does anyone know why this is happening?

Thank you

Last edited by Sunsawe; 16th June 2009 at 10:44 PM.
Reply With Quote
  #2   (View Single Post)  
Old 17th June 2009
adamk adamk is offline
Spam Deminer
 
Join Date: May 2008
Posts: 250
Default

http://forums.freebsd.org/showthread.php?t=912
Reply With Quote
  #3   (View Single Post)  
Old 17th June 2009
renice renice is offline
FreeBSD
 
Join Date: Jun 2009
Posts: 1
Default

Hello, try this:

Code:
fetch http://pflog.net/~floyd/ext2fs.diff
kldunload ext2fs
cd /usr/src/sys/gnu/fs
patch < /root/ext2fs.diff 
cd /usr/src/sys/modules/ext2fs/
make depend
make obj
make 
make install
make load
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
DHCP Cable Connection Fail fmgil OpenBSD General 4 1st September 2009 05:18 PM
ext2 lost+found gosha General Hardware 0 21st June 2009 01:32 PM
Basic networking fail. diw OpenBSD General 13 31st March 2009 09:29 AM
RAID-1 over NFS with fail-over PatrickBaer FreeBSD General 0 12th October 2008 12:03 AM
Mounting ext2 in fstab latorion FreeBSD General 3 6th August 2008 04:56 PM


All times are GMT. The time now is 04:05 PM.


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