Tagged Questions
1
vote
0answers
48 views
How to boot into FreeBSD installed in the second partition of an external drive
I have installed FreeBSD 9.1 on the second partition of an external hard disk and I'm not able to get my computer to boot from it. FreeBSD was installed using the FreeBSD memstick image dd'd onto a ...
3
votes
1answer
208 views
How do I make use of unused space on my boot drive on FreeBSD
I have an old FreeBSD Server (running 7.3-RELEASE) that desperately needs additional storage. In fact, it has some-- the original 20G SCSI drives have been replaced by 300G SCSI drives, so in theory ...
1
vote
3answers
195 views
FreeBSD and Linux shared partitions
Which directories, and how, can I share between FreeBSD and Linux? In particular, how can I deduplicate respectively /usr/home and /home?
I guess directly sharing a partition between both systems ...
4
votes
1answer
286 views
How to add a Linux Partition on FreeBSD
Today I installed FreeBSD 9.0 PPC on my Mac mini G4 with 40GB HDD.
During installation, (using the FSBD utility 'gpart') I have allocated a total of about 23GB for FreeBSD leaving 17GB totally free ...
2
votes
2answers
278 views
Changing partition sizes on FreeBSD using bsdlabel
I have recently installed FreeBSD but I don't like the partition sizes that I accepted during installation and would like to change them. I have followed the instructions to do so in the man pages, so ...
2
votes
0answers
111 views
How Solaris sub-partitions can be accessed in FreeBSD?
First of all, Linux detects it okay:
sdg1: <solaris: [s0] sdg5 [s1] sdg6 [s2] sdg7 [s8] sdg8 >
But FreeBSD 9.0 does show only main partition. Possibly only Solaris labels for sparc64 is ...
1
vote
1answer
247 views
/usr partition filled up, need to make it larger or mount it somewhere else
I have 160 GBhdd. I have ubuntu on about 30GB and Rest is PC-BSD 9.0.
On PC-BSD, my /usr is about 11GB and that is all used up. I realize that when I try to install ubuntu inside VirtualBox. I need ...
2
votes
3answers
669 views
How much disk space should be allocated for FreeBSD?
I have a Samsung N150 netbook with 160 GB hard disk. I want to install FreeBSD OS. There will be no other OSs, no dual booting or like that, just FreeBSD. So the manual says to have a separate ...
20
votes
7answers
2k views
How can I use DD to migrate data from an old drive to a new drive?
I am upgrading the internal SATA hard drive on my laptop from a 40G drive to a 160G drive. I have a Linux/Ubuntu desktop which has a SATA card. I would actually like to do the same thing for a couple ...