Skip to content

Instantly share code, notes, and snippets.

@asolkar
Created June 23, 2012 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asolkar/2976804 to your computer and use it in GitHub Desktop.
Save asolkar/2976804 to your computer and use it in GitHub Desktop.
Folder created with Windows Client mounts on Linux but not accessible, has weird permissions
:) ~ $ cd Bitcasa/
:) ~/Bitcasa $ ls -al
total 18
drwxrwxr-x 4 user1 user1 4096 Jun 8 07:45 .
drwxr-xr-x 83 user1 user1 12288 Jun 8 17:56 ..
drwxr-xr-x 0 user1 user1 0 Jun 9 10:18 User1 Mac
drwxr-xr-x 0 user1 user1 0 Jun 9 10:18 Sample Videos
:) ~/Bitcasa $ ls -al Sample\ Videos
total 59673
drwxr-xr-x 0 user1 user1 0 Jun 9 10:18 .
drwxrwxr-x 4 user1 user1 4096 Jun 8 07:45 ..
drwxr-sr-x 6 user1 user1 204 Sep 7 2011 A Lonely Place for Dying
drwxr-xr-x 6 user1 user1 204 Oct 20 2011 Animation Shorts
drwxr-xr-x 27 user1 user1 918 Oct 20 2011 Bitcasa at Disrupt
-rwxr--r-- 1 user1 user1 60951920 Oct 20 2011 Bitcasa Reveal Video.mp4
drwxr-sr-x 4 user1 user1 136 Sep 7 2011 Bummer
drwxr-sr-x 5 user1 user1 170 Sep 8 2011 California Dreaming
-rw-r--r-- 1 user1 user1 21508 Oct 20 2011 .DS_Store
drwxr-sr-x 4 user1 user1 136 Sep 7 2011 Lionshare and Legacy
drwxr-xr-x 6 user1 user1 204 Oct 20 2011 Pioneer One
drwxr-xr-x 3 user1 user1 102 Oct 20 2011 Route 66, An American Bad Dream
drwxr-xr-x 3 user1 user1 102 Oct 20 2011 Sintel
drwxr-sr-x 5 user1 user1 170 Sep 10 2011 Spontaneously Yours
drwxr-sr-x 4 user1 user1 136 Sep 7 2011 The Return of John Frum
-r--r--r-- 1 user1 root 125891 Jun 9 10:18 .VolumeIcon.icns
drwxr-xr-x 5 user1 user1 170 Oct 20 2011 Zenith
:) ~/Bitcasa $ ls -al User1\ Mac
total 128
drwxr-xr-x 0 user1 user1 0 Jun 9 10:18 .
drwxrwxr-x 4 user1 user1 4096 Jun 8 07:45 ..
drw-r--r-- 70 user1 user1 2380 Feb 6 00:06 user1
-r--r--r-- 1 user1 root 125891 Jun 9 10:18 .VolumeIcon.icns
:) ~/Bitcasa $ ls -al User1\ Mac/user1
ls: cannot access User1 Mac/user1/.: Permission denied
ls: cannot access User1 Mac/user1/..: Permission denied
ls: cannot access User1 Mac/user1/AppDev: Permission denied
ls: cannot access User1 Mac/user1/Scripts: Permission denied
ls: cannot access User1 Mac/user1/Public: Permission denied
ls: cannot access User1 Mac/user1/.ab36245: Permission denied
ls: cannot access User1 Mac/user1/Library: Permission denied
ls: cannot access User1 Mac/user1/dev: Permission denied
ls: cannot access User1 Mac/user1/Desktop: Permission denied
ls: cannot access User1 Mac/user1/Dropbox: Permission denied
ls: cannot access User1 Mac/user1/Movies: Permission denied
ls: cannot access User1 Mac/user1/Music: Permission denied
ls: cannot access User1 Mac/user1/Backups: Permission denied
ls: cannot access User1 Mac/user1/.ab230200: Permission denied
ls: cannot access User1 Mac/user1/Downloads: Permission denied
ls: cannot access User1 Mac/user1/Pictures: Permission denied
ls: cannot access User1 Mac/user1/Documents: Permission denied
total 0
d????????? ? ? ? ? ? .
d????????? ? ? ? ? ? ..
-????????? ? ? ? ? ? .ab230200
-????????? ? ? ? ? ? .ab36245
-????????? ? ? ? ? ? .addressbook
d????????? ? ? ? ? ? AppDev
d????????? ? ? ? ? ? Backups
-????????? ? ? ? ? ? .bash_history
d????????? ? ? ? ? ? Desktop
d????????? ? ? ? ? ? dev
d????????? ? ? ? ? ? Documents
d????????? ? ? ? ? ? Downloads
d????????? ? ? ? ? ? Dropbox
d????????? ? ? ? ? ? Library
d????????? ? ? ? ? ? Movies
d????????? ? ? ? ? ? Music
d????????? ? ? ? ? ? Pictures
d????????? ? ? ? ? ? Public
d????????? ? ? ? ? ? Scripts
:) ~/Bitcasa $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment