Ubuntu :: When Add Files In /home/user/myfiles - Do Not Transfer To The Live Cd
Feb 14, 2011
I want to add files to the live cd. I use distcdfs because backup errors out because i have too much data on dive. I have the modify set to exclude everything but what I want. when i add my files in the /home/user/myfiles they do not transfer to the live cd? I'm using the gui so what I'm I doing wrong?
I am trying to install Debian over Kali since in order to use steam, newest version of wine and a few other things causes a change reaction that would require about two-thirds of my main os re-written with non kali files which makes me a little uneasy.
I have downloaded the debian-live-7.8.0-i386-gnome-desktop.iso from torrent from the link from debian download listings at debian.org. and I put it on a 8gb flash drive formated with gparted to a bootable fat32 partition and is listed as being /dev/sdc I installed the iso to the drive uss dd using the following code
now it boots to the flash drive just fine with only the gnome3 drivers loaded by the live os isn't fully functional with my system. Ie. when I log into any of the live modes it gives me a message that it was switched to gnome3 [fallback] I am using the current version of gnome3 desktop manager installed from source on kali with out any trouble.
Also when I click the graphical installer or the installer modes from the grub i get a background image with some sort of artifiacts in the top inchish of the screen then everything but the mouse freezes. But when I go into one of the live modes and click the installer in their it opens just fine but when it starts transferring files it says that it couldn't transfer files from the cd after all the language and localization screens at the beginning.
I did find a misc page on the internet involving a cruchbang with the same problem [URL] I went to the folder in the usb drive in question and it looks like since that was originally post something has changed or it could have been a crunchbang format.
So basically I am asking did I do a step wrong should I try a different way of instillation, or do I have a corrupted image? also I am unable to use disk media due to the type of drives and disks I have access to.
i've been trying to get rid of unnecessary files on my kids' computer and just noticed that /home/.Trash-0 contains a duplicate of the file tree of the /home directory, including all of the current users' files and subdirectories. is this something i should leave alone? the machine is running slack 13.0 with KDE, and this is something i never noticed before.
In what files/dirs in the home dir does xfce store the user config data?
Or if you like.
What files do I need to restore from backup in order to restore my xfce desktop with all the different settings I made?
Edit: All user config files is usually stored somewhere in /home/$USER/. And since all the programs, kde, xfce and gnome stores their config there, this question is about what files belong to the xfce desktop.
This is my guess of what files belong to the xfce desktop:
i am using Ubuntu 9.10. I want to make a live CD with some programs installed i know i can do that by chroot ,etc. but i cannot re-download all packages again due to bandwidth limit. The packages i want to have on my live CD are already installed on my OS.(i usually clear the cache after installation to save disk space). Is there a way to transfer the programs to the live CD.
ps. all the programs are installed either by deb's or apt-get, none by source...
Is there any way that I can transfer domain to my home server. The problem is, right now I'm having a mail server some where on the internet, but it is about to due soon. And it is really expensive as well, so I want to setup my homeserver mail server.
I can't seem to find this anywhere. I have burned Debian 5.06 for i386 and trying to login when running the live cd. What is the username and password to get in?
edit.... I found 'user' and 'live' but they don't work.
I have a secondary disk which holds a /home directory structure from a previous install of Linux. I installed a new version on a new primary drive and mounted this secondary drive as the new /home. Problem is, even though the users are the same names and I can access the home directories for the users, I cannot login directly to their home directories, as I get the following error: -
Code:
login as: [me] [me]@[machine]'s password: Last login: Wed Jan 6 18:34:33 2010 from [machine] Could not chdir to home directory /home/[me]: Permission denied [[me]@[machine] /]$
Now, since the usernames are correct and the users are in the passwd file with the correct home directory paths, could it be user ID's that are different or something else? It's not as though I cannot access the home directories for the users, simply that I cannot log directly into them from a login prompt.
I wanted to create an user but don't allow it to see the other user's home folder so I made chmod 0750 /home/folder and it worked fine so I went ahead and decided to completely forbid access to the root folder and I had the "great" idea to make chmod 0750 /, and now I'm having problems with wine and other applications, in example I used to have a folder in this address 209.239.114.51/mmgr but now it's giving me errors and if I try to run some applications I got error "There was an error creating the child process for this terminal"
I have 2 users and I would like to copy all the files and folders in one home dir to another.... sounds simple, til i got started. Ive tried
Code:
sudo cp -nRv /home/user1/* /home/user2 but that didnt copy the .* folders. Im after the firefox and thunderbird folders mainly, but all of them is OK too.
im talking about the .adobe, .amsn ..........
How can I copy the .* folders from one user home folder to another and then give the correct permissions to the new user.
i'm new to linux and just installed Ubuntu and decided to play around with it. i just executed
Code: useradd test which supposedly creates a folder in the home directory '/home/test' but when i look in there i can't see it i also did a
Code: grep test /etc/passwd which returns: 'test:x:1001:1001::/home/test:/bin/sh' which i believe means it is meant to exist.
Addendum: I have also now noticed that when i log in and log back in i have the option to login as 'test' but it prompts me for a password which i did not set :s
Wondering if its possible to have a User's home folder that resides in a different partition (could be ntfs or ext). I don't mean mounting /home on a different partition. The home directory will still be available for adding more users but I'd like to have a specific User's folder away from /home
what is the correct way/procedure to re-create a user home directory. For instance, on a Mac/Windows machine, i would just rename the existing user profile [home dir], and then just log back in as the user - job done. On OpenSuse/Linux, it seems it does not work that way..?! When i try to rename my home folder to say me.old via root, and log back in as me, i get all kinds of errors. Opensuse does create a new home dir, but it appears not properly.
created a user but i forgot to change the home directory permission.so after user created when i go to the user and group mangement i cant see that permission filed related to the home permission directory.my purpose is to stop accessing other user to my home directory,how it can be possible??
I'm developing an application in which one user must run java software that I'm compiling as another user. I wanted to give user A permission to see the bin direcory of my workspace, which is in the home directory of user B. I was wondering how can this be done? I gave the bin direcotry full read/execute premissions, but since it's in my home directory user A can't navigate to it.
I know there are a few ways I could get around the problem but they arn't very elegant. I was wondering if there is a simple method for giving a user access to a specific directory without giving access to all the parent directories. I tried symbolic link but user A still can't access it, and a hard link to a directory isn't allowed in Linux. I don't feel like making a hard link to every single file in the bin directory, and I'm not sure that would work anyways, since every recompile overwrites them.
i have rhel 5.2 and i want to create user using useradd command without creating user home directory and not throwing any warning/error about not creating any home directory.i have tried useradd -u "$NEW_UID" -g <gid> -d "/home/$1" -M "$1"where $1 is user name and $NEW_UID is i am calculating.it throws error as useradd: cannot create directory /home/$1which i dont want to come , how to prevent this?
How can I transfer data from one user account to the other? I wish to delete one of the accounts but before that I want to transfer all the data in that account to the other account so that my data is saved.
After doing the last update I can only reboot to the BusyBox (intramfs) prompt -pic is attached. Other posts suggest there are some missing modules but I haven't figured it out yet.
There are some files I'd like to save to my external hard drive not to mention my evolution emails, Firefox bookmarks, etc. in case I have to reinstall 9.10.
find these things when I'm booted up using the Live CD? They must be buried somewhere in the file system but haven't been able to find them.
how to get past the BusyBox boot issue, attached is the RESULTS.txt file from the Boot Info Script.
My linux install will no longer boot, and I am looking to copy an *encrypted* home folder to an external harddrive so I can have all my files when I reinstall Ubuntu. Does anyone know how I can access those files and put them on the external HDD?
I need to backup my /home directory on the HDD. I broke the current ubuntu installation, so I can not just boot up the system without the live CD. Is there any way I can access my user data in /home? I need to back it up so I can reformat/reinstall.
Installed Ubuntu along with Debian on my Notebook and use Grub Manager to choose between them on startup. Since i like Debian now a lot (in past days it was a very hard system to handle, but there has been some progress i noticed), i have to change some things (want Debian as main system now) For Ubuntu i have: (was meant to be main system on Notebook) "/", "/home" and a "swap" partition, but since i am now going to use mainly Debian, i wanted to store my files all in the "/home"-folder of my extended Ubuntu partition (has much more space available) not in the "/home" folder of the Debian system. So i want both (Debian and Ubuntu) to use the same extended partition ("/home") which i created for Ubuntu to save their files like downloads, videos, and so on.
i installed it correctly and then it loaded,, GREAT, but then i was looking through all different options on the first screen, i was looking through the different features and i looked at my documents. there was nothing there i booted up vista and found the folders, so i was wondering if there was a way to transfer the files.
i have taken a basic networking class that involved both XP and fedora. I was recommended to use ubuntu though because it's easier to use anyways i have a world of warcraft folder on a windows vista running computer and was wondering how i could use either telnet or FTP to get that ~20GB folder over to my linux desktop.I installed 10.04 and have installed WINE (which i'm still trying to figure out how to work).
I need to re-install windows on the windows side of my pc (my HDD is partitioned), and was wondering if there's any way to back up my pics and iTunes library by placing them on the Ubuntu side of my PC?
With transfering files and folders across from windows xp to lovely ubuntu 10.10 without the need for any usb sticks or anything. I installed Linux via the installer which is found in the ISO image whilst still in windows.
I used Winzip to open the ISO image and found the installer for installing whilst in windows xp so it installed it on the same partition as xp.
He's got these files for linux, like installations, and some themes, and stuff like that, but it's not like windows, idk how to transfer files. On AIM on windows i can just transfer files, but i cant do it the same way with Ubuntu.