Questions tagged [bsd]

Berkeley Software Distribution (BSD, sometimes called Berkeley Unix) is a Unix operating system derivative developed and distributed by the Computer Systems Research Group (CSRG) of the University of California, Berkeley, from 1977 to 1995.

Today the term "BSD" is often non-specifically used to refer to any of the BSD descendants which together form a branch of the family of Unix-like operating systems. Operating systems derived from the original BSD code remain actively developed and widely used.

12 questions
5
votes
1 answer

One single ping, Vasily

The BSD version of Ping(8), notably on OS X, includes a convenient "one ping only" option (-o) that mirrors Sean Connery's famous quote from Hunt for Red October. The option terminates Ping once the first reply is received. I am trying to find out…
0xF2
  • 3,155
3
votes
1 answer

BSD compatible commands

The BSD versions of a number of basic Unix commands, such as ls, behave differently from the GNU versions used by Ubuntu. Some operating systems, including Solaris, provide BSD commands in addition to the "native" ones. For example, Solaris 9 has…
3
votes
1 answer

How to Create FreeBSD 10 bootable in Ubuntu 14.04.01?

I want install FreeBSD 10 , how to create USB Bootable ? i tried Unitbooten but its Not working This Post please Help !!!
Ashu_FalcoN
  • 2,118
2
votes
0 answers

Partition table BSD

I messed up the partition table of my HDD and i guess now its in the BSD format and windows/ubuntu both cannot read it. Does this mean I need to format my HDD and lose my entire file system or is there some way to get my files back(not using…
Sekhar
  • 21
2
votes
1 answer

How can I read a netbsd (UFS filesystem) disk?

I tried installing netbsd on another computer as I wanted to learn some BSD-stuff. Now I want to mount the disk in Ubuntu 12.04, to be able to exchange files. But nothing I found on Google works. Any hints for me? I successfully mounted my Windows 7…
Beamie
  • 313
2
votes
2 answers

Mounting an unknown filesystem type

I'm in possession of a 100G disk that sports a partition that I have not been able to mount. Using partx -o type on the device tells me the partition has type 0xa5, generally associated with BSD operating systems. Executing a plain mount command…
a763532
  • 21
2
votes
1 answer

Difference between FreeBSD and Ubuntu

I want to know which differences between FreeBSD and ubuntu! Someone praise FreeBSD and someone praise Ubuntu and I would like to choose the best ! Which differences between FreeBSD and Ubuntu?
Denny00
  • 147
1
vote
1 answer

Is ubuntubsd a official flavour?

I have heard about a BSD project called UbuntuBSD, i just want to know that, is that a official project of ubuntu and canonical?
1
vote
1 answer

Does Ext4 stores owner and group names? Or only IDs?

I am wondering if Ext4 file system stores names or IDs for file ownership information? Most probably the IDs... but that makes another question. Does all Ubuntu versions have standardized IDs for common usernames? For…
Maris B.
  • 453
  • 2
  • 7
  • 17
1
vote
1 answer

How to fix USB flash on Ubuntu?

I tried to create a PC-BSD start up/install on my usb flash drive using dd to try dual booting with it, and now I am left with a USB with only 1GB available instead of 16GB. The command I used was: dd…
Fr0sti3
  • 41
  • 1
  • 4
0
votes
1 answer

How to install BSD ethernet driver in Linux?

I'm running Ubuntu 14.04 on an old Dell Dimension 4600 that's like 15 years old. I got it for free and it came with an ethernet card that isn't working with the e100 module that arrived with Ubuntu by default. Card is Intel Corporation 82562EZ…
paperduck
  • 101
  • 3
0
votes
0 answers

LDAPS issue between openbsd and Ubuntu

I am having issues with LDAP. I have an overarching VM openbsd that has the LDAP database that all other VM's access based on certificating. SO far, it has been conveniently set up so that all I have to do is scp a cacert.pem file into the file,…