Oral Argument in SCO's Appeal Set for January 20th at 9 AM

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Oral Argument in SCO's Appeal Set for January 20th at 9 AM
# 1  
Old 11-24-2010
Oral Argument in SCO's Appeal Set for January 20th at 9 AM

The date is set for oral argument to be heard in SCO's appeal of SCO v. Novell: January 20th at 9 AM sharp:
11/23/2010 Open Document [9817739] Calendar notice sent to counsel. Arguments to be held on January 20, 2011 at 9:00 am MST in Courtroom IV, Byron White United States Courthouse, Denver, CO. Counsel is required to go to http://www.ca10.uscourts.gov under the argument calendar tab to obtain an important notice regarding calendared cases and required forms. The calendar acknowledgment form must be completed and filed with the clerk via Electronic Case Filing within 10 days of today's date.
I hope some of you can go. As you probably recall from last time, there is no transcript of oral argument available to the public in this appeals court. Crazy but true. You have to be there or you missed it. Sometimes you can apply for audio tapes, but they don't have to say yes. So if there is any way to arrange your affairs to attend, please do and take careful notes. If you contact me first, I can give you some helpful hints.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MKFS.BFS(8)						       System Administration						       MKFS.BFS(8)

NAME
mkfs.bfs - make an SCO bfs filesystem SYNOPSIS
mkfs.bfs [options] device [block-count] DESCRIPTION
mkfs.bfs creates an SCO bfs filesystem on a block device (usually a disk partition or a file accessed via the loop device). The block-count parameter is the desired size of the filesystem, in blocks. If nothing is specified, the entire partition will be used. OPTIONS
-N, --inodes number Specify the desired number of inodes (at most 512). If nothing is specified, some default number in the range 48-512 is picked depending on the size of the partition. -V, --vname label Specify the volume label. I have no idea if/where this is used. -F, --fname name Specify the filesystem name. I have no idea if/where this is used. -v, --verbose Explain what is being done. -c This option is silently ignored. -l This option is silently ignored. -h, --help Display help text and exit. -V, --version Display version information and exit. Option -V only works as --version when it is the only option. EXIT CODES
The exit code returned by mkfs.bfs is 0 when all went well, and 1 when something went wrong. SEE ALSO
mkfs(8) AVAILABILITY
The mkfs.bfs command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/. util-linux July 2011 MKFS.BFS(8)