Tagged Questions
1
vote
0answers
153 views
Obtain device name and mount point if partition label is known
How to obtain the partition device name and mount point when the file system
label is known?
There are several possibilities:
Linux
File system label to device name
The device name can be obtained ...
1
vote
1answer
427 views
what is inode for, in FreeBSD or Solaris
I know a little about linux kernel. BUt for Freebsd, the "vnode" actually is similar to the "inode" in Linux kernel.
And there is a "inode" concept in FreeBSD or Solaris.
So my question is: what is ...
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
4answers
327 views
FreeBSD is not Unix. But its Unix-Like Unix. Where is then the main Unix to read the source code?
I want to really understand System V, the main origin of Unix (not Unix-like nor modified Unix to Linux). The main origin which is very confusing and not really with care its written somewhere.
Is it ...
4
votes
3answers
214 views
Do BSD and SunOS have multithreaded architectures?
I'm interested in operating systems that have a multithreading architecture, like Mach and BeOS; not ones that depend on libraries like POSIX to be multithreading. Do BSD and SunOS have a ...