Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to mount UFS partition?[solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
mirojira
l33t
l33t


Joined: 18 Feb 2006
Posts: 685

PostPosted: Wed Sep 26, 2007 1:30 pm    Post subject: How to mount UFS partition?[solved] Reply with quote

I created UFS primary partition, put into fstab
Code:
/dev/sda3               /FreeBSD        ufs             auto            0 0
enabled UFS support read only in kernel as module <M>, but still can't mount it. Did I forget something ?
EDIT:
Quote:
localhost / # mount -t ufs -o ufstype=44bsd /dev/sda3 /FreeBSD
mount: unknown filesystem type 'ufs'


Last edited by mirojira on Sat Oct 13, 2007 7:08 pm; edited 1 time in total
Back to top
View user's profile Send private message
pelacables
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2004
Posts: 120

PostPosted: Wed Sep 26, 2007 2:39 pm    Post subject: lsmod Reply with quote

do you really have module loaded?
lsmod, please?

Cheers,
Back to top
View user's profile Send private message
mirojira
l33t
l33t


Joined: 18 Feb 2006
Posts: 685

PostPosted: Wed Sep 26, 2007 5:00 pm    Post subject: Reply with quote

Quote:
ocalhost / # lsmod
Module Size Used by
radeon 112384 2
drm 120664 3 radeon
ipv6 230656 10
snd_pcm_oss 40384 0
snd_mixer_oss 16608 1 snd_pcm_oss
snd_seq_oss 32128 0
snd_seq_midi_event 7040 1 snd_seq_oss
snd_seq 48240 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 8076 2 snd_seq_oss,snd_seq
ntfs 96020 3
intel_agp 22812 1
agpgart 30764 2 drm,intel_agp
ehci_hcd 27468 0
uhci_hcd 22060 0
ohci_hcd 19108 0
usblp 13312 0
e100 32616 0
8139cp 22368 0
floppy 54404 0
pcspkr 3136 0
rtc 9136 0
8139too 25600 0
mii 5344 3 e100,8139cp,8139too
snd_intel8x0 32476 1
snd_ac97_codec 92644 1 snd_intel8x0
ac97_bus 2464 1 snd_ac97_codec
snd_pcm 72868 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 21604 2 snd_seq,snd_pcm
snd 50916 11 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,s nd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore 8352 1 snd
snd_page_alloc 9736 2 snd_intel8x0,snd_pcm
i2c_i801 8304 0
i2c_core 21376 1 i2c_i801
sg 29084 0
Quote:
localhost / # modprobe ufs
FATAL: Module ufs not found.
The same with u2fs and ufs2
Back to top
View user's profile Send private message
linuxtuxhellsinki
l33t
l33t


Joined: 15 Nov 2004
Posts: 700
Location: Hellsinki

PostPosted: Thu Sep 27, 2007 6:30 pm    Post subject: Reply with quote

What does these commads say ?
Code:
$ zgrep -i ufs /proc/config.gz
# CONFIG_UFS_FS is not set

# modinfo ufs

$ uname -a
Linux hellsinki 2.6.22-gentoo-r5 #1 PREEMPT Thu Aug 30 22:23:11 EEST 2007 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 1.80GHz GenuineIntel GNU/Linux

$ l /lib/modules/2.6.22-gentoo-r5/kernel/fs/
binfmt_aout.ko  cifs      cramfs  exportfs  fat   lockd  nfs   nls   reiserfs  squashfs  xfs
binfmt_misc.ko  configfs  dlm     ext4      jbd2  msdos  nfsd  ntfs  smbfs     vfat

_________________
1st use 'Search' & lastly add [Solved] to
the subject of your first post in the thread.
Back to top
View user's profile Send private message
mirojira
l33t
l33t


Joined: 18 Feb 2006
Posts: 685

PostPosted: Sat Oct 13, 2007 7:06 pm    Post subject: Reply with quote

Thanks guys
Your hints helped me a lot. Now I have installed FreeBSD and I can see the partition using
Code:
mount -t ufs -o ufstype=ufs2,ro /dev/sda3 /FreeBSD
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum