LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-07-2014, 12:30 PM   #1
steadyeddy
LQ Newbie
 
Registered: Oct 2014
Location: Oklahoma
Distribution: Kubuntu 14 and Zorin lite
Posts: 14

Rep: Reputation: Disabled
how to copy wallpaper files to flash drive


I am tech guy at an elementary school and this summer replaced XP on older machines with Kubuntu 14. I like the interface, but have horrible time getting anything done in it. I don't understand the directory structure for one thing.

I'd like to not have to download wallpaper on every machine. I want to do one and copy the images to a flash drive and then go to each machine and copy them to the correct directory/folder.
Thanks,
Ed
 
Old 10-07-2014, 01:08 PM   #2
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,138

Rep: Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263
Do you not have a network?

Code:
for dest in machine1 machine2 machine3 ; do
  scp file file2 file3 dest:/correct/directory/
done
If you must use flash, it is probably in some MSDOS filesystem format like VFAT.
Make sure mtools is installed. Then use mdir, mcopy, mdel just like the equivalent dir, copy, del DOS commands.

http://www.gnu.org/software/mtools/manual/mtools.html
 
Old 10-07-2014, 01:09 PM   #3
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,493

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
I'm not using Kubuntu but do have KDE and it has a folder /usr/share/wallpapers. You should then be able to click on an open space on the Desktop and select 'Folder View' and when the new window opens it will default to View and you can set an image or slideshow and Add folders with your own images.
 
Old 10-07-2014, 01:14 PM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
A flash drive is typically mounted to the /media/<username>/ folder. This is followed by its UUID. For example one of my external drives is found here: /media/jdkaye/e0c208be-f070-49ce-899b-1e175b577bcc. If I create a folder on that drive called "wallpaper" I can then copy all the wallpaper files I wish to /media/jdkaye/e0c208be-f070-49ce-899b-1e175b577bcc/wallpaper. Once copied you can plug the flash drive into any machine and copy the wallpaper files from the flash drive onto that machine. Just remember that the pathname to the files on the flash drive will vary each time it's mounted on another machine unless every machine uses the same username.
jdk
 
Old 10-07-2014, 01:33 PM   #5
steadyeddy
LQ Newbie
 
Registered: Oct 2014
Location: Oklahoma
Distribution: Kubuntu 14 and Zorin lite
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by smallpond View Post
Do you not have a network?

Code:
for dest in machine1 machine2 machine3 ; do
  scp file file2 file3 dest:/correct/directory/
done
If you must use flash, it is probably in some MSDOS filesystem format like VFAT.
Make sure mtools is installed. Then use mdir, mcopy, mdel just like the equivalent dir, copy, del DOS commands.

http://www.gnu.org/software/mtools/manual/mtools.html
I do have a windows network, but have not yet figured out how to configure the machines to join the domain. That's for another day.

Thanks for the info on mtools. I'll look at that when I have a little time w/o interruptions.
 
Old 10-07-2014, 01:51 PM   #6
steadyeddy
LQ Newbie
 
Registered: Oct 2014
Location: Oklahoma
Distribution: Kubuntu 14 and Zorin lite
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yancek View Post
I'm not using Kubuntu but do have KDE and it has a folder /usr/share/wallpapers. You should then be able to click on an open space on the Desktop and select 'Folder View' and when the new window opens it will default to View and you can set an image or slideshow and Add folders with your own images.
Thanks. I found the downloaded images accidentally in gwenview. /home/.kde/share/wallpapers I can't navigate to the .kde folder in the dolphin file manager though. It doesn't show up. Is that a hidden folder like sys folders in windows?

I think if I could get there, I could copy them to a flash drive.
I appreciate the help.
 
Old 10-07-2014, 03:12 PM   #7
exvor
Senior Member
 
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: Gentoo, LFS, Debian,Ubuntu
Posts: 1,537

Rep: Reputation: 87
Quote:
Originally Posted by steadyeddy View Post
Thanks. I found the downloaded images accidentally in gwenview. /home/.kde/share/wallpapers I can't navigate to the .kde folder in the dolphin file manager though. It doesn't show up. Is that a hidden folder like sys folders in windows?

I think if I could get there, I could copy them to a flash drive.
I appreciate the help.
Yes the . in front of the file name will cause the file to be hidden in most Linux file system viewers including the command line. You simply need to enable showing of hidden folders in whatever file manager your using. In a command line you can see these hidden directories/files by using a ls -a.

Hope this helps.
 
1 members found this post helpful.
Old 10-07-2014, 03:47 PM   #8
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,493

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
Quote:
/home/.kde/share/wallpapers I can't navigate to the .kde folder in the dolphin file manager
Open dolphin, go to your /home/user directory and click on the View tab at the top and select show hidden files.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Cannot copy files to USB flash drive from internal HDD. erik2282 Linux - Desktop 8 10-04-2014 12:23 PM
Need to copy old hard drive to a flash drive (memory stick), or to what-ever. hearthstone Linux - Hardware 3 01-20-2013 09:29 PM
can't copy iso to flash drive sl0wj0n Linux - Newbie 3 09-08-2011 10:49 PM
Copy mbr of usb flash drive using dd. sr_25 Linux - Newbie 4 02-22-2011 08:16 AM
Cannot Copy Files From Network FAT32/NTFS Drive to My Local Linux Drive michaelh Linux - Networking 3 10-29-2002 10:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration