Date: Wed, 28 Nov 2012 21:11:54 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: Ralf Mardorf <ralf.mardorf@rocketmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Cannot boot - creating partition and installing FreeBSD is [solved] Message-ID: <alpine.BSF.2.00.1211282106260.70669@wonkity.com> In-Reply-To: <1354158097.2393.30.camel@q> References: <1353795280.2662.12.camel@q> <20121124233520.7ad4b4be.freebsd@edvax.de> <1353798889.2662.46.camel@q> <20121125002717.11a61c8d.freebsd@edvax.de> <1353807268.2773.16.camel@q> <20121125131908.671f6d31.freebsd@edvax.de> <1353846552.2508.23.camel@q> <alpine.BSF.2.00.1211251322500.23965@wonkity.com> <1353877782.2508.225.camel@q> <alpine.BSF.2.00.1211251421160.23965@wonkity.com> <1354029192.2827.11.camel@q> <alpine.BSF.2.00.1211270901130.56247@wonkity.com> <1354046327.2528.15.camel@q> <alpine.BSF.2.00.1211271653330.60249@wonkity.com> <1354086404.2528.89.camel@q> <1354119648.3152.4.camel@q> <alpine.BSF.2.00.1211280923390.66068@wonkity.com> <1354156932.2393.22.camel@q> <1354158097.2393.30.camel@q>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 29 Nov 2012, Ralf Mardorf wrote: > PS: > spinymouse@q:/boot$ grep CONFIG_UFS_FS config-3.6.5-rt14 > CONFIG_UFS_FS=m > # CONFIG_UFS_FS_WRITE is not set > spinymouse@q:/boot$ lsmod | grep ufs > spinymouse@q:/boot$ sudo modprobe ufs > [sudo] password for spinymouse: > spinymouse@q:/boot$ lsmod | grep ufs > ufs 74797 0 > > So for write access I've got to build the kernel again. No problem, > since I anyway build the kernel-rt myself. > > Still strange, when I try to mount it by using Nautilus I get: > > Unable to mount 62 GB Volume > > Error mounting /dev/sda1 at /media/spinymouse/disk: Command-line `mount > -t "ufs" -o "uhelper=udisks2,nodev,nosuid" "/dev/sda1" > "/media/spinymouse/disk"' exited with non-zero exit status 32: mount: > wrong fs type, bad option, bad superblock on /dev/sda1, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so It's trying to mount the whole slice rather than individual FreeBSD partitions inside that slice. I don't know how--or if--Linux has a way to refer to those partitions. The FreeBSD notation would be ada0s1a, ada0s1b (swap), ada0s1d, ada0s1e. "c" refers to the whole disk, not an individual partition. > There's still the multi-boot issue. How to boot FreeBSD and Linux. Grub can do it, as can others. Can't speak to the details, though.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1211282106260.70669>