As a test, I created another user account without Firevault being activated, then deleted the account. The deleted user account was created as a .dmg and I could mount it with no problem.
ctc1 wrote:
I changed the permissions so that my user account had read/write access.
that's not enough. a sparse bundle is a folder and you have to apply the permissions recursively.
enter the following in terminal (copy and paste please)
sudo chown -R `id -un`:`id -gn`
DO NOTR press enter yet. press space. drag the sparse bundle to the terminal window. the result will look like this
sudo chown -R `id -un`:`id -gn` /Users/Deleted\ Users/username.sparsebundle
here username should be the name of the sparsebundle.
press enter in terminal. you'll have to enter your admin password (which you won't see). that's normal. then enter the following terminal command
chmod -R a
r,X /Users/Deleted\ Users/username.sparsebundle
again, the username will be the name of teh sprse bundle. when all is done try mounting the bundle again.
Do I need to do something special with the permissions as a result of this user account being created with firevault active?
As a test, I created another user account without Firevault being activated, then deleted the account. The deleted user account was created as a .dmg and I could mount it with no problem.