Say
Results 1 to 5 of 5
Thread: How to: Move files from flashdrive to Cr-48 and to put them where you want them.
  1. #1
    Member
    Points: 959, Level: 12
    Level completed: 6%, Points required for next Level: 141
    Overall activity: 80.0%
    Achievements:
    Tagger First Class500 Experience Points3 months registered
    heartlesshero is on a distinguished road heartlesshero's Avatar
    Join Date
    Feb 2011
    Posts
    40
    Points
    959
    Level
    12
    Rep Power
    0

    How to: Move files from flashdrive to Cr-48 and to put them where you want them.

    Step 1: Read my tutorial for creating folders. The same warnings apply. There will be two versions to this. One which is easy and is low risk but gives less sorting abilities. The second involves the techniques from my first tutorial so it would be wise to bone up on that one before you try the harder version of this tutorial.

    The Easy Way:
    Step 2: There is a difference between a software switch and a hardware switch on the Cr-48. You will need to enable the software switch under "About Chrome Os" and my clicking "more info" and changing beta to developer. (You may not need to do this, If you can do the next step then you can skip this step)

    Step 3: In the omnibox type "about:flags" this will give you options that are still being developed and might not work.

    Step 4: Enable "Advanced File System" and anything you want to try or find useful. I recommend the Media Player and the web page pre-rendering.

    Step 5: Hit the "Restard Button at the bottom of the page.
    Now comes the fun part.
    Step 6: Plug-in your flashdrive.

    Step 7: There should be a popup with your files and data, if not then you should be able to access it later by hitting "ctrl + o" (thats an oh not zero) and then hitting back on the popup so you can find your flashdrive.

    (Just realized that you can just right click the names of your files in this popup and just "Save as.." them to download them to the computer but there are good things to know in the rest of this tutorial even if it's harder. I promise"

    Step 8: Find a .txt or .pdf or .mp3 or any file that is supported by Chrome OS and open it.

    Step 9: In the Omnibox there should now be a "url" of sorts for where your file is. Remove from that url the name of your file but leave the name of the folder it is in.

    Step 10: If you don't see the names of your files in the Chrome window instead of the popup then you didn't do it correctly (or I explained it poorly)

    Step 11: You can now use this directory to find your files and folders in directory format and you can "right click" on them (or "alt + click mousepad") to save them.

    The Hard Way (involves the command line)

    Step 1:This is where reading the Folder tutorial is key. (cause I don't want to retype it) Open the command line.

    Step 2: Plug in your flashdrive

    Step 3: Find your flashdrive in the command line. You can do this by typing "cd .." two or three times in a row. This will take you to where your "media" folder is.

    Step 4: Type "cd media" and then type "ls" in order for you to determine the name of your flashdrive.

    Step 5: Type "cd nameofyourflashdrive" You should now have access to it and the files which you can view by typing "ls"

    Step 6: To move this to your Downloads folder your going to have to remember where it was. It should be in the home/chronos/user/Downloads directory. And your flashdrive should have the directory of media/nameofflashdrive/file.
    (Remember, that moving it is the same as "cutting" it. I will show you how to "copy" next.)

    Step 8: Type "mv media/nameofflashdrive/file home/chronos/user/Downloads" or if you are in the folder that has the file you can just type the name of the file instead of it's directory.

    Step 9: To copy "dd if=/media/nameofflashdrive/file of=/home/chronos/user/Downloads/file"
    Make sure you "create" the file in the "of" command otherwise it will not work.

    That should be everything. If there are questions I will gladly advise.
    cjhintonjr likes this.
    I have the thirst for knowledge. Don't try to stop be or I might become your nightmare.


  2.    Sponsored Links

    Install the Chrome OS Lounge App!  

  3. #2
    Member
    Points: 804, Level: 11
    Level completed: 3%, Points required for next Level: 146
    Overall activity: 40.0%
    Achievements:
    Tagger First Class3 months registered500 Experience Points
    Marcand is on a distinguished road
    Join Date
    Feb 2011
    Location
    Texas
    Posts
    75
    Points
    804
    Level
    11
    Rep Power
    2
    Well, I found my Downloads directory and had no problem creating subdirectories. But I can't find the Media directory. Also, some of the items listed seem to have two parts to their name, such as "Local Storage" but I can't access it using the command as "cd Local Storage" ... it gives me a syntax error. I see one called "Media Cache", is that what I'm looking for? I'm familiar with old school DOS but lost in linux. What am I missing here?
    “Try not. Do, or do not. There is no try.” - Yoda

  4. #3
    Member
    Points: 959, Level: 12
    Level completed: 6%, Points required for next Level: 141
    Overall activity: 80.0%
    Achievements:
    Tagger First Class500 Experience Points3 months registered
    heartlesshero is on a distinguished road heartlesshero's Avatar
    Join Date
    Feb 2011
    Posts
    40
    Points
    959
    Level
    12
    Rep Power
    0
    Quote Originally Posted by Marcand View Post
    Well, I found my Downloads directory and had no problem creating subdirectories. But I can't find the Media directory. Also, some of the items listed seem to have two parts to their name, such as "Local Storage" but I can't access it using the command as "cd Local Storage" ... it gives me a syntax error. I see one called "Media Cache", is that what I'm looking for? I'm familiar with old school DOS but lost in linux. What am I missing here?
    okay you are having two types of problems. First off, the media folder. Imagine that you are in windows. You have your C: drive and then you have the folders for your user in the C: drive and folders that hold your operating system. Right now you are still in the folders that pertain to your User rather than your C: drive where you can see everything. So what you need to do is go into the terminal and type "cd .." or cd SPACE period period for as many times as you can. Then next time you use "ls" to see your directories you should be able to see your media folder.

    For your syntax error issue, you can solve this in one of two ways, you can either use "\" for a space each time (terminal doesn't like spaces). Or you can just hit "tab" after you start typing the name of the directory and it should auto-complete for you.
    I have the thirst for knowledge. Don't try to stop be or I might become your nightmare.


  5. #4
    Member
    Points: 804, Level: 11
    Level completed: 3%, Points required for next Level: 146
    Overall activity: 40.0%
    Achievements:
    Tagger First Class3 months registered500 Experience Points
    Marcand is on a distinguished road
    Join Date
    Feb 2011
    Location
    Texas
    Posts
    75
    Points
    804
    Level
    11
    Rep Power
    2
    Thanks! I was able to access the flash drive and move the files.
    “Try not. Do, or do not. There is no try.” - Yoda

  6. #5
    Junior Member
    Points: 554, Level: 8
    Level completed: 54%, Points required for next Level: 46
    Overall activity: 60.0%
    Achievements:
    Tagger Second Class3 months registered500 Experience Points
    carbira1 is on a distinguished road
    Join Date
    Feb 2011
    Location
    Michigan
    Posts
    5
    Points
    554
    Level
    8
    Rep Power
    0
    Thank you for this how to.

Similar Threads

  1. how do i view files in my mp3 can i?
    By penguin in forum CR-48 Chrome Notebook
    Replies: 0
    Last Post: 02-12-2011, 05:45 PM
  2. Renaming mp3 files on cr-48
    By Jimmy Foster in forum General Chrome OS
    Replies: 2
    Last Post: 02-12-2011, 12:40 PM
  3. Moving files to an SD Card
    By ryohazuki in forum CR-48 Chrome Notebook
    Replies: 1
    Last Post: 02-09-2011, 07:12 AM
  4. Quick move to the cloud.
    By To-Ku-Oh Li in forum Introduce Yourself!
    Replies: 3
    Last Post: 01-30-2011, 05:11 PM
  5. zip or rar files
    By Jimmy Foster in forum General Chrome OS
    Replies: 3
    Last Post: 01-26-2011, 04:26 PM

Search tags for this page

chrome os gif
,
chrome os read flash drive
,

chromium os move file

,

chromium os zero

,
copy file from thumb drive to cr-48
,
copy files to thumbdrive chrome os
,
cr-48 thumbdrive support
,
how to copy files chrome os
,
how to copy files cr-48
,
how to open a file from cd drive on chrome os
,
how to open flash drive on htc thunderbolt
,
how to put items on flash drive
,
how to save files on to cr-48
,
move files in chrome os
,
move files in chromium os
Click on a term to search for related topics.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Explore
Google imgChrome OS Lounge is the largest Chrome OS forum community, therefore we aim to provide the best collaborative platform for users of all abilities. This means that Chrome OS Lounge is the best place to get help, advice, tutorials, reviews and news relating to Google's Chrome Operating System, Chromium OS and other Google products.
We also have a great Chrome OS wiki, user blogs and a great 'media' section where you can share your videos and photos.
We hope that your stay with us will show you that this is not just 'any other' Chrome OS forum; rather we, hope that you will find this to be a helpful and friendly community!
Stay connected
Powered by vBulletin® Version 4.1.7
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
Content Relevant URLs by vBSEO 3.6.0 PL2
Designed by Jay Hafling
and Taiyab Raja