![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Making music with M-Audio on Linux | iBot | UNIX and Linux RSS News | 0 | 02-15-2008 03:20 PM |
| Making a "Recovery Partition" ?? | Akira | OS X (Apple) | 0 | 08-22-2007 11:02 PM |
| Is a Linux Civil War in the Making? - eWeek | iBot | UNIX and Linux RSS News | 0 | 06-28-2007 05:00 PM |
| Making dirs in a partition | smo59 | UNIX for Dummies Questions & Answers | 2 | 06-22-2005 01:58 PM |
| Making Socket System Call From Linux Kernel Module? | mian_m_hamayun | Linux | 0 | 04-06-2005 10:34 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
You would do a
mount -t ufs /dev/hda* /mnt/somewhere First check if UFS support is present with a 'cat /proc/filesystems' - if it isn't you need to load the kernel modules with 'insmod/modprobe ufs' (that's insmod, or modprobe) Then check it is loaded with lsmod. Then it's like mounting any other partition, specifying your filesystem with the -t flag. If you forget where the partition is (it happens) you can do 'fdisk -l' although you probably knew that. Viel Gluck. Nope, i'm not german. |
|
|||||
|
Thanks Tux, but I'm well aware of how one mounts an FS/share/volume/partition/etc. I asked *how* to *make* the UFS partition. Oh well, it doesn't really mater now. I've about had it with trying Darwin - it's just a lost cause.
btw.. anyone who is going to mention parted and fdisk, yes, i've alredy tried. Thanks anyway. |
|
||||
|
Oh, sorry man, I should learn to read.
As far as my knowledge goes UFS uses a partition Id of 83, which unfortunately is the same as the one for Linux swap. So I *guess* you would have to create what fdisk believes is a linux swap and use mkfs or other tool to put the UFS filesystem onto it. |
![]() |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|