I will be using cloudbiolinux with 1000 Genomes data for teaching starting the end of this week. I created a new instance on EC2 region US-East (searched for "1000HumanGenomes"). When logging into that server, I indeed see a directory /mnt/1000genomes. The permissions in this directory are however messed up:
-r--r--r-- 1 root root 4092699 2012-03-27 17:51 alignment.index
---------- 1 root root 18446744073709551615 1969-12-31 23:59 alignment_indices
---------- 1 root root 18446744073709551615 1969-12-31 23:59 CHANGELOG
---------- 1 root root 18446744073709551615 1969-12-31 23:59 changelog_details
---------- 1 root root 43157492 2012-05-04 17:47 current.tree
---------- 1 root root 18446744073709551615 1969-12-31 23:59 data
-r--r--r-- 1 root root 2049291 2012-03-12 20:13 exome.alignment.index
---------- 1 root root 18446744073709551615 1969-12-31 23:59 phase1
---------- 1 root root 18446744073709551615 1969-12-31 23:59 pilot_data
-r--r--r-- 1 root root 16244 2012-03-27 19:47 README.alignment_data
-r--r--r-- 1 root root 8408 2011-04-04 13:52 README.ftp_structure
-r--r--r-- 1 ubuntu ubuntu 2082 2009-08-14 12:58 README.pilot_data
-r--r--r-- 1 root root 1506 2012-01-11 15:12 README.populations
-r--r--r-- 1 ubuntu ubuntu 6548 2011-07-23 21:03 README.sequence_data
---------- 1 root root 18446744073709551615 1969-12-31 23:59 release
-r--r--r-- 1 root root 33690740 2012-04-20 15:06 sequence.index
---------- 1 root root 18446744073709551615 1969-12-31 23:59 sequence_indices
---------- 1 root root 18446744073709551615 1969-12-31 23:59 technical
As you can see, the permissions for all directories are set to "000". A "sudo chmod 755 pilot_data" gives me an Input/output error. Rebooted the EC2 instance in the hope that that would help, but to no avail...
jan.