After decrypting /home dir on non-bootable 9.10 still can not copy files

Bug #578491 reported by morgan jarl

This bug report was converted into a question: question #112709: After decrypting /home dir on non-bootable 9.10 still can not copy files.

6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu
Invalid
Undecided
Unassigned

Bug Description

I have followed the instructions on this blog post: http://blog.dustinkirkland.com/2009/03/mounting-your-encrypted-home-from.html

Dustin asked that we ask for support here, so here I am.

I followed all the steps and can now see all my files in the terminal, but not copy them.

The only step I am not sure it actually worked is the last one where I get this message:
morgan@ubuntu:~$ cat .profile
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022

# if running bash
if [ -n "$BASH_VERSION" ]; then
    # include .bashrc if it exists
    if [ -f "$HOME/.bashrc" ]; then
 . "$HOME/.bashrc"
    fi
fi

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
    PATH="$HOME/bin:$PATH"
fi
____________________________

I am running from a LiveCD of 9.10 and trying to copy my encrypted /home folder and I get this message when I am trying to do it even if I follow the above steps:

morgan@ubuntu:~$ cp /home/morgan /media/OneTouch4
cp: omitting directory `/home/morgan'

Any ideas?

Adam Guthrie (therigu)
Changed in ubuntu:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.