Ubuntu Multimedia :: Flashdrive Files Don't Show Up On Ps3 When Copy?

Nov 8, 2010

I am using the 32bit version of ubuntu desktop 10.10. When I download a video on transmission and copy it to my 2gb iball pendrive the movie file doesn't show up on ps3. The file is compatible with my ps3 no question about that, it works fine when i re-downloaded it and copied the file to the same flashdrive using xp.

View 2 Replies


ADVERTISEMENT

Fedora :: Automatically Copy An Flashdrive To A Predetermined Folder?

Feb 13, 2011

Just wanting to know if there is a program or script or something I can use that will automatically copy all my files from a flashdrive, to a predetermined share, whenever that flashdrive is plugged into the server.

View 1 Replies View Related

General :: Automatically Copy An Flashdrive To A Predetermined Folder?

Feb 13, 2011

The reason I ask is, we have a home server running Fedora 12. I would like to be able to let anyone just plug in a flashdrive, and have Fedora automatically grab and copy all the files on that flashdrive to a specific share.

View 1 Replies View Related

Hardware :: Mounting And Copying Files To Usb Flashdrive?

Jul 19, 2009

i have an old version on my comp Redhat v 3.1.4-4 i am trying to mount and copy files to the ufd.

View 1 Replies View Related

General :: Access Other Files In A Bootable Usb Flashdrive?

Jun 7, 2011

I made a linux bootable usb flash drive. When I browse that usb flash drive in windows, it has a boot folder and inside it is the grub folder. Then I put a file in the flash drive in the same directory level as the boot folder. How can I access that file when I boot the usb flash drive in the other computer? When I am in the linux shell already

View 3 Replies View Related

Ubuntu Multimedia :: Copy Files To Camera Via USB?

Apr 1, 2010

I deleted files from my camera (SDHC via USB) which I now want to copy back but I don't know how.

The camera is mounted in ~/.gvfs and the target folder is owned by my user with read/execute permissions. Couldn't change the folders permission.

I tried to mount the camera using 'gksu nautilus', but the camera didn't show up in the side panel. Unfortunately I don't know how to mount the camera from the command line, so I'm stuck.

PS: the only available card reader doesn't recognize SDHC cards, so that's not an option. And no, I won't boot Windows for that task.

View 3 Replies View Related

Ubuntu Multimedia :: Zune Won't Work - Can't Copy / Erase The Files?

Aug 22, 2010

There are many Zune threads - all stating that zune won't work with ubuntu - so I get that. But I am curious... Why can I mount the zune player and see the files on the zune - and then when I try to add to the zune or remove them get an error message. Ubuntu can see what is on the Zune, so why can't it copy/erase the files?

View 2 Replies View Related

Ubuntu Multimedia :: Take Screenshots And Copy Image Files To Clipboard From The Command Line?

Feb 17, 2011

install imagemagick python, and pygtk.

Code:

sudo apt-get install imagemagick python pygtk

Now save the following script somewhere as imgclip.py. This is a simple python script which takes an image file and puts it in the gnome-clipboard.

Code:

#! /usr/bin/python
import pygtk
pygtk.require('2.0')

[code]...

View 1 Replies View Related

Debian Multimedia :: Copy Files To Pendrive Or From It Take Long Time

Feb 14, 2016

When I want copy a file to my Pendrive it take long time, How can I troubleshooting it? For example, It show me 13 seconds to finish but take 20 minutes to finish !!!

View 2 Replies View Related

Ubuntu Networking :: Copy Files From XP Infact Folders Using TERMINAL In Netbook, Not Copy And Paste Using Mouse?

Jul 9, 2010

just installed ubuntu couple of days back on my netbook. I am still a beginner, enjoying my adventure exploring ubuntu. I have another desktop which runs on XP. I am able to access XP shared folders through my netbook(linux). However, i wanted to copy files from XP infact folders using TERMINAL in my netbook, not copy and paste using my mouse. Are there any commands for it?

View 1 Replies View Related

Fedora :: Disk Copy Utility - Should Be Able To Not Only Copy Files But Boot Sector And Everything

Sep 1, 2010

I have a 160GB harddrive which I installed a F12, would like to upgrade to a bigger drive, but I hate to have to re-install everything.

Recommend a good disk copy utility? The utility should be able to not only copy files, but boot sector and everything. So I just need to make a copy, change my BIOS to boot from the new drive and run everything as before.

View 11 Replies View Related

General :: Copy Directory (Local) From Terminal And Show Progress Bar?

Aug 19, 2010

I am new both here and in Linux. As the subject says, I would like to learn how to copy a directory (not a file) from terminal with progress bar showing. The copy is local, i.e., not to another computer. My distro is CentOS 5.5. I know that if I do it with nautilus I would see the progress, but I want to learn how to do it from the terminal. I know that PV command can show a progress bar, but from what I saw, it works well for files, but not for directories (recursive).

Is it possible to use PV for directories? If yes, could you please show me the syntax? I also saw that some people mentioned that rsync can also show a progress bar, I tried to do it, but it didn't work out - perhaps I got the syntax wrong. If rsync can really be used to copy directories with progress bar, show me the syntax? Any other ideas on how to do it? I would like ideas that do not involve using any script, i.e., just something that I can do using the regular commands.

View 6 Replies View Related

Ubuntu :: Unity Files And Folders Search Doesn't Show 'old' Files?

Jul 20, 2011

I have noticed that the files and folders search in Unity, only shows up those files which have been amended (or possibly just opened) since the install.

i was wondering if there was a way i could have the search index (or something vaguely equivalent) all the files on my machine. This is especially important given that i reinstall the OS every six months on a new distribution cycle, copying all my old files across.

Without being able to see my old files the search is pretty much reduced to a recent history search.

View 3 Replies View Related

Ubuntu :: Show Date And Size Of Files During Files Replacement?

Jan 16, 2011

I am newer to Linux ( using Ubuntu 10.04) : I have noticed that during replacement of a file , no date and size of the new and old files are shown in the dialogue box so how to show that ( like the one in windows)

I know that it is easy question , but i really don't know how to do that , by the way I have checked folder preferences and system --> preferences but i did not find something for that

View 9 Replies View Related

Ubuntu :: Command Line To Copy Files From One Location To Another / Retain Source Files Group / User?

Feb 20, 2011

Is there a method at the command line to copy files from one location to another and retain the source files group and user?I'm migrating some MySQL files from one machine to another.I want to back-up the original files in the directory presently. They have owner:group of mysql, some have owner:group root:mysql and so on. To copy them under cli or Nautilus everything changes to root for I execute sudo cp or gksudo nautilus and copy via gui.

Since it is MySQL data I could simply do a dump of the database and restore it on the other machine. But there's about 20 db's and I want to do this via a copy for it will be faster - at least that is what I think.

View 5 Replies View Related

General :: Creating A Script To Move Or Copy Files Into Multiple Directories Below The Files?

Aug 25, 2009

How can you create a script to move or copy files from a main directory into multiple directories below the main directory.

View 7 Replies View Related

General :: Can't Copy Files To Root Owned Files?

Feb 1, 2011

When i installed ubuntu. I made a seperate partition so that i could copy an ISO image onto it of an up-to-date version of ubuntu. I wanted to then boot the ISO up so i could install the version that way.I've already tried doing it through the update manager but it'll download, almost be done with installing and it freezes on me. so i figured this would be easier. However i do not know how to gain access to the other partition to copy the ISO image.

View 6 Replies View Related

General :: Copy Files And Folder Except Some Files And Folders?

Jun 8, 2010

I have many files and folders in my source folder. I want to copy some files and folders from that source folder to destination folder. What should be require to given with the "cp" command?

View 1 Replies View Related

Ubuntu Multimedia :: Default Audio Player - VLC Doesn't Show Up On The List As Preferred Applications For Multimedia

Oct 12, 2010

Ubuntu insists on using movie player as the default for audio files. I would like to use VLC. VLC doesn't show up on the list as preferred applications for multimedia. I tried using custom with vlc %u but it doesn't work.

View 3 Replies View Related

Ubuntu :: Remix Be Run Off A USB Flashdrive?

Mar 20, 2010

I'm a new netbook owner considering installing Ubuntu Netbook Remix. Is it possible for me to download it to a usb drive and test it out with out installing it (similar to what can be done through the CD drive on desktops/laptops)? I'm worried about not being able to fully get into swing with Ubuntu fast enough to get my schoolwork done, so I'm wondering if I can try it before I actually install it. If I do install it and don't like it, can I revert easily back to windows?

View 1 Replies View Related

Ubuntu :: Can't Show Files With The Filemanager

Jul 9, 2011

i get this message when i try to open my folder with the filemanager supplied by xubuntu.

Code:
Fehler beim Untersuchen der Datei /home/michael/.gvfs mit fstat(): Der Socket ist nicht verbunden.

A quick google search didn't bring results. What does this mean and how to fix it?

View 2 Replies View Related

Ubuntu Installation :: Changing From HDD To FlashDrive ?

Jan 22, 2011

Does anyone know if it would be possible to copy/clone my current Ubuntu install to a memory card of usb stick, and then boot from it? I have a HTPC and the hard drive is the loudest component in the pc. I was hoping that running it from a flash drive would be a lot quieter.

View 2 Replies View Related

Ubuntu :: Cannot See Some Files Nor Copy Them

May 5, 2010

I am upgrading a QNAP NAS - the unit only had 1 drive to begin with. I have taken this original drive out and hooked it to my ubuntu system and when I boot my machine ubuntu sees the volume that was the volume the qnap shared. and it sees MOST of the files. but when I go to copy stuff it gives errors stating things like 'can't copy data2.cab' - when I go the directory where it claims it can't copy data2.cab there is no data2.cab.

Thing is I am pretty sure there *IS* a data2.cab ... just that the rights or something are such that I cannot see / copy it. is there a simple command I can run on the *entire* drive that will set the ownership of ALL files so that I can see and move them? I just need to copy all these files over to the upgraded nas and then I can reformat this drive.

View 3 Replies View Related

Ubuntu :: Can't Copy Files To /var/www

May 9, 2010

I just installed Ubuntu 10.04. I have successfully installed Apache2, PHP5, and MySQL. I cannot copy files or directories into /var/www.

how I can enable copying of files and directories into /var/www?

View 3 Replies View Related

Ubuntu :: Copy Files From Mac Hd

May 20, 2010

i have a macbook that wont boot. i want to copy the picture and music from the hd. i took the hd out and put it into my dell inspiron. i booted up with a live cd and im able to view the files. i can play the music. i just cant copy anything to my external hd. its telling me i dont have premissions. i tried to change that in the properties but it wont let me.

View 4 Replies View Related

Ubuntu :: Copy Two Files With The Name

Sep 18, 2010

the problem is that when i try to copy two files with the name(say ajax.js and Ajax.js) to a pen drive/USB it shows the options for either Replace/Skip. with the above two options either one of the ajax.js files will be copied, but i need these two files. I have also used different USB's, but no difference...

View 9 Replies View Related

Ubuntu :: Using Cp To Copy Files?

Nov 18, 2010

I have a folder that contains multiple files i want to copy.

file1_DK, file2_DK, file3_DK, file4_NO

If i wanted to copy files1-3_DK but exclude file4_NO how would i do that?

View 9 Replies View Related

Ubuntu :: Show Hidden Files In Desktop?

Feb 18, 2010

There are some hidden files in my desktop..How do i make them visible?

View 2 Replies View Related

Ubuntu :: Desktop Hidden Files / Show On Them?

Aug 13, 2010

I created an image and then saved it to my desktop as *.jpg

It doesn't show on my desktop anywhere. However, when I click to upload from my desktop to a website or to 'insert' and attachment in my email program and browse to my desktop, it shows that it is on my desktop and all works fine.

I have a feeling the * is the problem in the name and I would happily rename it if I could only get to it from my desktop but I cannot at all.

Any ideas how I can fix this?

View 3 Replies View Related

Ubuntu :: Nautilus Doesn't Show All Files?

Nov 29, 2010

Nautlius doesn't show all the files that are in a folder From the screenshots below you can see that there are more files in the folder (ls from the terminal shows them all), however nautilus doesn't. Other .mkv files show up in other folders so its not that

I've tired turning off previews and that didn't work. Running nautilus as root didn't work either

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved