what command to use ?

Post your general questions or comments about GhostBSD here!
User avatar
galasrinnion
Posts: 40
Joined: Tue Oct 28, 2014 12:45 pm

Re: what command to use ?

Post by galasrinnion »

jackz wrote:
So it doesn't recognize UFS.
Maybe you should install and/or build a new kernel with support UFS for mount your slide of GhostBSD.

This would help you ... http://www.tldp.org/HOWTO/Linux+FreeBSD-5.html.
When trying to mount the ghost slice, from a live CD this is the message I got : An error occurred while accessing '48.0 GiB Hard Drive', the system responded: The kernel driver for this filesystem type is not available.: Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sda3,
missing codepage or helper program, or other error


whatcha think ?
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: what command to use ?

Post by ericbsd »

User avatar
galasrinnion
Posts: 40
Joined: Tue Oct 28, 2014 12:45 pm

Re: what command to use ?

Post by galasrinnion »

ericbsd wrote:This like should be what you need http://www.cyberciti.biz/faq/howto-linu ... ilesystem/.
Great....got it mounted following that links directives, When I get to # ls here is what is shown : root[mnt]# ls
COPYRIGHT bin boot cdmnt-install compat dev dist entropy etc home lib libexec media mnt proc root sbin sys tmp usr var

Sooo....what command should be entered next that will let me copy the ghostbsd sda3 home directiry over to sda1 so I can save those files and reinstall ghostbsd ?
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: what command to use ?

Post by ericbsd »

You do a cp -rf home /home.
Post Reply