Search found 52 matches
- Fri Jun 02, 2017 11:36 am
- Forum: Installing GhostBSD
- Topic: VirtualBox Guest Additions
- Replies: 14
- Views: 23141
Re: VirtualBox Guest Additions
Could you please put the full command line that you are using? Sure: # mount_smbfs -I 192.168.56.1 //user@RASPBERRY/sharing /mnt/shares plus the obvious variations like changing the case of the netbios name, leaving out the username, missing out or providing the password on demand... Are you sure y...
- Fri Jun 02, 2017 10:43 am
- Forum: Installing GhostBSD
- Topic: VirtualBox Guest Additions
- Replies: 14
- Views: 23141
Re: VirtualBox Guest Additions
Could you please put the full command line that you are using?mechanic wrote:Today the same problem. I can ping both the guest (G-BSD) from the Windows machine and windows from the Guest system. The response to the mount_smb command is "unable to open connection: syserror = operation timed out"
- Thu Jun 01, 2017 2:05 pm
- Forum: Installing GhostBSD
- Topic: VirtualBox Guest Additions
- Replies: 14
- Views: 23141
Re: VirtualBox Guest Additions
Well I installed the virtualbox-ose-additions port - which incidentally included a LOT of extra download including the full kernel It is strongly advised to not mix "ports" and "packages", this is especially true when they are out of sync, like in the case of pkgs quarterly repo...
- Fri Mar 07, 2014 8:05 am
- Forum: Announcements
- Topic: GhostBSD 4.0-ALPHA1 now available
- Replies: 1
- Views: 5245
Re: GhostBSD 4.0-ALPHA1 now available
ericbsd wrote:The first ALPHA build of the 4.0-RELEASE release cycle is now available on SourceForge for the amd64, i386 architectures.
see http://ghostbsd.org/4.0-alpha1 for more info.
- Wed Feb 26, 2014 11:41 am
- Forum: Graphics Cards
- Topic: Intel 4000 graphics
- Replies: 3
- Views: 10508
Re: Intel 4000 graphics
Actually, more of a general question. My machine uses an internal Intel 4000 graphics. This turns out a little slow. Will I have to expect an improvement in version GhostBSD 4.0? Can I even do anything to the graphics to make it faster? (This is not a problem that requires a solution) You can maybe...
- Wed Feb 26, 2014 11:37 am
- Forum: Installation and Maintenance of software
- Topic: GhostBSD 3.5... which binary package manager is "official"?
- Replies: 4
- Views: 11761
Re: GhostBSD 3.5... which binary package manager is "officia
Hello, I'm new GhostBSD/FreeBSD user. I'm testing it in a virtual machine, so i'm interested in binary package management. Executing bxpkg and trying to update instructs me to use it with --repo-site option: Your system 9.1-RELEASE-p4 is unknown! Try updating bxpkg or supply repository URL with a -...
- Fri Jan 03, 2014 7:41 am
- Forum: Installing GhostBSD
- Topic: GhostBSD and ports
- Replies: 4
- Views: 9259
Re: GhostBSD and ports
Is it possible to make GhostBSD primarily ports based. It seems like versions of packages seem to get in the way. I'm thinking of switching from Gentoo Linux to GhostBSD and I'd like as much software as possible built from ports. Would it be easier to just start from a FreeBSD system? Gentoo may lo...
- Tue Dec 24, 2013 8:31 am
- Forum: Announcements
- Topic: Merry Christmas 2013
- Replies: 1
- Views: 6011
Merry Christmas 2013
GhostBSD Team wish to all of you and your family a Merry Christmas and we hope you have a nice day. Thank you very much for all your support and patience. Stay tuned because GhostBSD 4.0 will come soon.
- Mon Dec 23, 2013 10:49 am
- Forum: General Hardware Support
- Topic: NTFS drives automount read and write.
- Replies: 14
- Views: 33410
Re: NTFS drives automount read and write.
You can add in /boot/loader.conf fuse_load="YES" I had already tried that it does not make any difference, It just says on the boot screen unable to configure read/write as if something is missing. What is Kmod fusefs as that is installed and should ntfsprogs be installed as it conflicts ...
- Mon Dec 23, 2013 8:10 am
- Forum: General Hardware Support
- Topic: NTFS drives automount read and write.
- Replies: 14
- Views: 33410
Re: NTFS drives automount read and write.
It should be in media if you want mount it and automatically visible in the desktop environment. /dev/(your disk) /media/(your folder) ntfs-3g rw,late 0 0 This does not work all it does is throw GhostBSD into kernel panic, the last thing starting on the screen is fusefs ada2s1 is not a valid file d...