- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to mount ufs partition under redhat AS 4 -- pl...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 05:24 AM
03-14-2006 05:24 AM
is there any patch/rpm available to mount ufs under redhat AS 4.
Regards
Maaz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 05:48 AM
03-14-2006 05:48 AM
Solutionmount -t ufs -o ufstype=44bsd /dev/hdaX /mnt/freebsdpartition
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 05:55 AM
03-14-2006 05:55 AM
Re: how to mount ufs partition under redhat AS 4 -- plz help ASAP
Is there any rpm/.gz available to support the UFS under redhat AS 4 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 06:55 AM
03-14-2006 06:55 AM
Re: how to mount ufs partition under redhat AS 4 -- plz help ASAP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:38 AM
03-14-2006 07:38 AM
Re: how to mount ufs partition under redhat AS 4 -- plz help ASAP
did you try to run mount command?
as far as I remember, you don't need to see ufs module in "lsmod", mount command should load it automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 03:39 PM
03-14-2006 03:39 PM
Re: how to mount ufs partition under redhat AS 4 -- plz help ASAP
The following link may be usefull, Please go through.
http://www.tldp.org/HOWTO/Linux+FreeBSD-5.html
rgds,
Subbu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:25 PM
03-14-2006 08:25 PM
Re: how to mount ufs partition under redhat AS 4 -- plz help ASAP
You wont be able to write to a UFS partition.
In order to mount it readonly use the command given by Sergies.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 12:08 AM
03-15-2006 12:08 AM
Re: how to mount ufs partition under redhat AS 4 -- plz help ASAP
mount: fs type ufs doesnt support by the kernel
After download u2fs-0.4.3.tar.gz from ftp://metalab.unc.edu/pub/Linux/ALPHA/ufs/
#cd /usr/src
#tar zxvf u2fs-0.4.3.tar.gz
now instead of a Directory, i found 3 files
u2fs-0.4.3.patch, u2fs-0.4.3.lsm and u2fs-0.4.3.readme.
#cat u2fs-0.4.3.readme
.
.
Apply it with the following commands,
cd /usr/src
tar xvfz u2fs-0.4.3.tar.gz
patch -p0 < u2fs-0.4.3.patch
Now prblm is that when I ran the "patch -p0 < u2fs-0.4.3.patch" i got the "File to patch:" prompt. When I press just "enter" it says Skipping File[y]: y
# patch -p0 < u2fs-0.4.3.patch
File to patch:
Skipping[y]:y
but when I provide a parameter/input to File prompt, here is the output
# patch -p0 < u2fs-0.4.3.patch
File to patch: u2fs-0.4.3.patch
patching file u2fs-0.4.3.patch
Hunk #1 FAILED at 3076.
1 out of 1 hunk FAILED -- saving rejects to file u2fs-0.4.3.patch.rej
can't find file to patch at input line 58
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -r -c3 v2.0.17/linux/arch/i386/defconfig linux/arch/i386/defconfig
|*** v2.0.17/linux/arch/i386/defconfig Mon Aug 5 05:41:50 1996
|--- linux/arch/i386/defconfig Wed Oct 30 04:21:34 1996
File to patch:
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 12:34 AM
03-15-2006 12:34 AM
Re: how to mount ufs partition under redhat AS 4 -- plz help ASAP
Packages for 32-bit x86:
kernel-2.6.9-34.EL.i686.rpm
or
kernel-smp-2.6.9-34.EL.i686.rpm (for SMP version)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 01:53 AM
03-15-2006 01:53 AM
Re: how to mount ufs partition under redhat AS 4 -- plz help ASAP
from where I can have kernel-2.6.9-34.EL.i686.rpm
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:20 AM
03-16-2006 06:20 AM
Re: how to mount ufs partition under redhat AS 4 -- plz help ASAP
#mount -t ufs -o ro -o ufstype=44bsd /dev/hdaX /mnt/freebsdpartition
Regards
Maaz