Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:hey retard: (Score 1) 300

The way those filesystems do it is that they implement an allocator of resources beneath the actual "filesystem", so that you can snapshot things by marking blocks CoW and then allocating non-filesystem space for the metadata.

As it happens, ext and friends don't roll that way, so adding that functionality breaks compatibility with those filesystems.

Also, most of the new filesystems which allow snapshots in the way I describe have some awesome problems - like needing to truncate a file in order to rm when the filesystem is full, because the way the allocator structure works means that you can't know ahead of time how much space it takes to atomically delete a file, either...

Comment Re:Painful (Score 1) 572

You're just wrong.

NTFS itself is case-sensitive - the Windows interface on top of it is case-preserving and disallows collisions in case-insensitive cases, but NTFS itself allows multiple files which would collide in a really case-insensitive filesystem.

If you don't believe me, go mount a filesystem using NTFS-3G, make two files which would collide on a case-insensitive filesystem, and be amazed as it fails to panic.

Or, if you really want proof, go read the NTFS specifications about how it behaves in various namespaces.

Submission + - Jack Kirby Heirs Reclaim Marvel/Disney Rights

lbalbalba writes: "Heirs to comic book legend Jack Kirby sent 45 notices of copyright termination to Marvel Entertainment, prospective Marvel buyer Disney, Sony Pictures, Universal Pictures, 20th Century Fox, Paramount Pictures, and others studios that that hold licensed media rights to Marvel characters, this according to a Sunday afternoon report published on the New York Times website. New York Times"

Submission + - SPAM: Dell buying Perot Systems for $3.9 billion

alphadogg writes: "Dell has agreed to buy Perot Systems for around $3.9 billion in cash, and intends to make the company its global services delivery division, the companies said Monday.The deal will allow Dell to expand its range of IT services, and potentially allow it to sell more hardware to existing Perot customers, it said. Dell's rival Hewlett-Packard expanded its own global services unit with the acquisition of EDS for $13.9 billion in May 2008. Over the last four quarters, Dell and Perot together had revenue of $16 billion from enterprise hardware and IT services, with $8 billion coming from enhanced services and support, Dell said. Perot's contribution to that is relatively small: In 2008, the company reported total revenue of $2.78 billion."
Link to Original Source

Submission + - Vegetative patients 'still learn' (scienceblog.com)

enigma48 writes: "Scientists have found that some individuals in the vegetative and minimally conscious states, despite lacking the means of reporting awareness themselves, can learn and thereby demonstrate at least a partial consciousness. Their findings are reported in today's (20 September) online edition of Nature Neuroscience.

It is the first time that scientists have tested whether patients in vegetative and minimally conscious states can learn. By establishing that they can, it is believed that this simple test will enable practitioners to assess the patient's consciousness without the need of imaging.

The abstract is available in the advance issue of nature here: http://www.nature.com/neuro/journal/vaop/ncurrent/abs/nn.2391.html"

Linux

Submission + - Internet radio exec: don't mention Linux! (pcpro.co.uk) 1

Barence writes: "It might be reliable enough to power their device, but it seems some companies are still a bit reluctant to use the "L word" when talking about their products. Speaking at the launch of the touchscreen Pure Sensia digital radio, director of marketing Colin Crawford was pressed for specifics of the new device's software. But after his CEO reminded him that the new radio was based on a Linux OS, Crawford remarked: "I don't like the using the word 'Linux' on a radio.""
Hardware Hacking

Submission + - #twatch Open Hardware Networked LCD Screen

An anonymous reader writes: Dangerous Prototype's #twatch is a DIY network appliance that displays real-time topic trends from Twitter. It can also show system statistics, RSS feeds, mail notifications, and more using a TCP server on port 1337 that accepts commands from LCD control programs like LCD Smartie (Windows) and LCDproc (Linux). Everything you need to build your own is on the project's page. We've covered this hardware hacker's work previously.

Comment Johns Hopkins University... (Score 1) 835

...it varies.

IT@JH (the enterprise university-wide technical department) has Linux running on a number of servers, though they would love it if you'd only run RHEL4 and nothing else, for reasons too complicated to go into.

The new VPN software claims to support Linux, but doesn't, and one look at the installer script shows it couldn't have possibly worked for a very long time.

The undergraduate networking documentation has Linux explanations (though conveniently this is "plug in, have fun", with a few notes for brokenness in an old version of NetworkManager and another footnote for WICD being Just Broken in certain forms of PEAP).

So, sort of.

But heaven forbid you call the support line about Linux. They'll make a best-effort attempt to fix it, but...I've seen them claim that having Ubuntu in your boot menu could cause your optical drive to not work. At all. (As in, physically won't eject, after a hard power cycle.)

Comment I've seen this. (Score 5, Informative) 136

I got to clean out a system with this about a week ago. It was really nasty.

The worst part was that I spent the better part of two days trying to figure out why the search links were still being poisoned, even after nothing on several LiveCDs found anything...it turned out that it had installed an invisible Firefox plugin/extension which was doing it.

Exciting, huh?

Comment tl;dr (Score 1) 931

tl;dr of all the IANAL posts:
It's not legal, but it's possible the school could punish you if you refused.

Since she went in without asking explicitly, THAT is illegal s&s, and you can hand her ass to her legally, though they'd make an implied consent argument.

Slashdot Top Deals

The number of arguments is unimportant unless some of them are correct. -- Ralph Hartley

Working...