Re: [CentOS] mount UFS partition on CentOS 5.

2008-10-01 Thread Tru Huynh
On Tue, Sep 30, 2008 at 08:25:09PM -0400, Daniel Bruno wrote: > Hi Tru, Hi Daniel, please don't top post and trimm your replies in this mailing list (even if you use gmail ;) ) > > I installed rpmforge, dkms and dmks-ufs, how you can see below: > ... > but I still can't mount the partition: >

Re: [CentOS] mount UFS partition on CentOS 5.

2008-10-01 Thread Rainer Duffner
Daniel Bruno schrieb: > Hi Tru, > > I installed rpmforge, dkms and dmks-ufs, how you can see below: > > [EMAIL PROTECTED] ~]# rpm -qva |grep dkms > dkms-2.0.20.4-1.el5.rf > dkms-ufs-2.6.18_8.1.8.el5-3.c5 > > [EMAIL PROTECTED] ~]# lsmod |grep ufs > ufs64644 0 > > but I still can

Re: [CentOS] mount UFS partition on CentOS 5.

2008-09-30 Thread Daniel Bruno
Hi Tru, I installed rpmforge, dkms and dmks-ufs, how you can see below: [EMAIL PROTECTED] ~]# rpm -qva |grep dkms dkms-2.0.20.4-1.el5.rf dkms-ufs-2.6.18_8.1.8.el5-3.c5 [EMAIL PROTECTED] ~]# lsmod |grep ufs ufs64644 0 but I still can't mount the partition: # mount -t ufs -o

Re: [CentOS] mount UFS partition on CentOS 5.

2008-09-30 Thread MHR
On Tue, Sep 30, 2008 at 2:05 PM, Daniel Bruno <[EMAIL PROTECTED]> wrote: > Hi Dears, > Hiya, sweetie. > I am having trouble mounting a partition with UFS file system (FreeBSD), I > am trying to build with the following commands: > > mount-r-t-o ufs ufstype = ufs2 / dev/hdb1 / part > mount-r-t-o u

Re: [CentOS] mount UFS partition on CentOS 5.

2008-09-30 Thread Tru Huynh
On Tue, Sep 30, 2008 at 05:12:59PM -0400, William L. Maltby wrote: > > We need more information. However, presuming you are running 5.2, stock > kernel, check config-2.6.18-92.1.13.el5 in the grub directory. UFS is > not enabled. Maybe a plus kernel has it enabled or you can build a > custom kerne

Re: [CentOS] mount UFS partition on CentOS 5.

2008-09-30 Thread William L. Maltby
On Tue, 2008-09-30 at 17:05 -0400, Daniel Bruno wrote: > Hi Dears, > > I am having trouble mounting a partition with UFS file system > (FreeBSD), I am trying to build with the following commands: > > mount-r-t-o ufs ufstype = ufs2 / dev/hdb1 / part > mount-r-t-o ufs ufstype = 44bsd / dev/hdb1

Re: [CentOS] mount UFS partition on CentOS 5.

2008-09-30 Thread nate
Daniel Bruno wrote: > Hi Dears, > > I am having trouble mounting a partition with UFS file system (FreeBSD), I > am trying to build with the following commands: > Does the driver exist? grep -i ufs /boot/config-`uname -r` also grep -i ufs /proc/filesystems It seems on CentOS 4.6 and 5.1 at leas