Its very easy to rename a flash disk or even a memory card or any storage in windows because all you have to do is right click on the disk and an option is there rename, I have failed to find a way of doing this in linux ubuntu 8.04, but I understand its possible even in the command line, how to do this, I need to rename my flash disk.
I have formatted to EX3 in gparted all went fine, however I cannot rename the disk or write anything to it as access is locked to root Furthermore a file has been created called "lost and found" its locked and 46GB in size - what is this?
I have a 21GB mounted partition /media/mydata. On my desktop it's labelled as "21 GB Filesystem". When I open it with Nautilus it's called "mydata". Is there a way of changing that label to "mydata" on the desktop?
its very easy to rename a flash disk or even a memory card or any storage in windows because all you have to do is right click on the disk and an option is there rename, i have failed to find a way of doing this in linux ubuntu 8.04, but i understand its possible even in the command line, i need to rename my flash disk
I've a dvd of "backtrack 4 r2 nemesis" which I'm about to install into my flash disk, so that I can access my installed backtrack system from not only my computer, but also from another computer by using the flash disk. "I don't know how to install "backtrack 4 r2 nemesis" into my flash disk".
I recently acquired (another) older laptop in need of a hard drive. Lower capacity IDE laptop drives are getting hard to come by from reliable sellers. I'd like to rewire a USB port, and run it into the hard drive slot, running the system off a flash drive rather than a hard drive. I'm running in to the problem I can't find any way to set it up. The system does not support any BIOS options for messing with USB drives. Why it CAN boot off one is beyond be, it's not in the temp boot menu, but when I leave it in, it boots off USB by default. I tried loading Ubuntu, and I have tried copying the files off of a setup hard drive to the flash drive, but I have yet to be successful. Is it even possible to run a linux off a flash drive so I can keep a desktop environment, rather than having it reset to the default ISO state every time I reboot?
I wanted to install a Linux distro to a flash drive so that I can have a portable OS with all my settings, programs, etc. wherever I go. So I fired up a Linux Mint Live CD and installed Mint to the flash drive, and this seems to work OK. But now, whenever I try to boot up my system normally without the flash drive plugged in, it doesn't seem to work. It basically hangs for a bit, and then I get the following prompt:
However, when I try powering my system up when the USB is plugged into the computer, it gives me an option between using the OS installed on my USB and the OS installed on my HD. Selecting the latter, everything loads up just fine. I'm guessing that installing Mint to the flash drive somehow messed with my native Grub installation.
a friend of mine just given me an old 2004 IBM NetVista 8305 desktop and suggested to use Linux Ubuntu which is something new to me. So i installed it via USB memory stick & it works. After installation of the OS I am impressed with functionality & speed. when i conect the external hard drive via usb it doesn't show & i tried my usb flash disc it showed the same problem. I tried both disk in my laptop (Windows XP) & it works.
How would I rename all files with a leading decimal point recursivley? I some how got all my music files to have a decimal point.I tried the below and got a " sed argument to long".[CODE]find /media/MUSIC -type f -name "*.wma" | xargs -0 sed -i 's/.(.*)/1/'[CODE]
Another question, can i just use -type f with out -name ? I am sure that all the files got the decimal point added as the first character.
USB flash disk partition disappeared as well as partition table I'm not sure about the cause
Code:
root@u# less /var/log/syslog usb 5-1: New USB device found, idVendor=058f, idProduct=1234 usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[code]....
Where did the partition table go? The device had one ext3 partition something around 4GB(size of USB storage device). I need to restore few files from this device.
I have been trying everything to install flash player on Ubuntu 11.04, I've done everything and it wont work. Tried Downloading it from adobe, that ..... redirects me to, tried the source in the software centre, tried installing it through the terminal.
It either won't add the source or asks me for my install disk, when that is in the drive it keeps asking like it isn't (but it is mounted ect)Any one know a terminal command or way to fix this.
I just installed ubuntu 9.10 on a 4GB usb stick given the menu item at the top. I selected 512MB for my own user space. then I rebooted, and started updating it. I am getting almost 200 packages by default now that need to be updated.
alas, ubuntu live update now runs out of space while doing the update. this is not because 4GB is too little, but because too little space seems to be dedicated to the root partition.
what is the recommended way to have an up-to-date 9.10 copy now?
I am using Ubuntu 9.10 Desktop. My problem is when I plug in flash disk in computer in runtime system don't automatically mount partions. There isn't any new files in /dev which I could be mount. What cause it? Before everything was working.
Recently I have found myself getting terrible disk thrashing, to the point that my desktop is almost uncontrollable. I have found that killing the plug-in container task (I'm using 64-bit Firefox 4) brings the thrashing to an end. In other words it's a problem to do with Flash.
I've tried installing UNR on a 1GB flash drive in the past, and on two occasions it completely broke due to lack of disk space. When I say broke, it was when I was trying to install or upgrade packages, it said it ran out of disk space, everything slowed right down, and in the end I had to restart. I was put into a recovery shell and after poking around for about 30 minutes, gave up. Then reinstalled.
Now my shiny new 4GB flash drive is split into two sections, one for documents (1.9GB) and one for the installation+persistency file (1.9GB). I went about updating the UNR system, adding software I need (some of which is quite big, anti-virus software, lyx etc), and quickly found the old warning message: disk space low. hastily make some free space (apt-get clean, delete a big firefox cache), and post this message. My questions:how do I find out how much disk space is left on this 1.9GB partition - specifically the persistency file? I've tried disk usage analyzer, also du -h, but can't really understand it. I want to be able to see ahead of time when I am short of disk space. I would like to switch to using XFCE instead of gnome for speed and disk space. Is this possible? What is the best way to switch, without risking maxing-out disk space and crippling the system again? is there are way to take a snapshot of the whole partition? I would like to back it up in case it goes haywire again. Would I just want to copy the persistency file, that's it?
I'm running Ubuntu 10.04 as a full install from a USB flash drive. In other words, I've installed to the flash stick just as though it were a normal hard drive. This is not a Live USB/Persistent install.
The drive is an off-the shelf 8GB Gigaware stick, and its read/write performance is pretty slow. Any time I do anything that requires disk access, it's very sluggish and tends to hang.
I'm looking for advice on things I could do to minimize the amount of disk-access made in the course of using the system, so that it will feel snappier and more responsive.
Some things I've done already:Installed 'preload', which is a daemon that monitors what programs you use frequently, and pre-loads them into RAM to reduce startup time. Mounted /tmp as a tmpfs (RAM disk) and moved my Firefox and Chrome browser caches into RAM. Set noatime for my root and home partitions.
Should I be trying to disable the filesystem journal as well? I'm less concerned with potentially burning out the flash drive with too many writes than I am with just making the system more responsive and nicer to use.
One other thing I was reading about is the so-called "Laptop Mode" that appears to be kernel settings to allow you to spin down a laptop hard drive: [url]
Obviously a flash drive doesn't spin, but it seems like some of those same techniques could be helpful here. Is there anyone who has experience running Linux in a situation with a very slow hard drive?
The computers I'm using this flash drive with all have between 2 and 8 GB of RAM, so moving more stuff into RAM is unlikely to be an issue.
For various reasons, when I installed our server, I configured it so that it would boot off a USB flash disk. The flash disk mounts as /boot and / mounts on our RAID array.
It all works very well, but I would like to have backup so that if/when the flash disk goes, I can pop in another one.
I have tried to make copies of the flash disk (using both cp and dd), but it doesn't work. When the server starts its bootup sequence, instead of Linux loading, a cursor starts blinking endlessly.
If I put the original flash in, it works fine. If I put the copy in, it doesn't work.
I can't see any difference between the copy and the original. They seem to have the same content. If I do blkid both have the same label and UUID. The label is /boot, and /etc/fstab refers to this
I have an 8gb USB Flash Drive. I am trying to make a Xubuntu 11.04 boot disk from it. I have done this once before with Ubuntu, but not Xubuntu. The problem is that when I go into the Startup Disk Creator, I get this error and the process stops. This is what the Flash drive file structure looks like after the process stops.
how to get a working bootable USB boot disk for DOS using Fedora 12. I needed the dos boot disk to flash my motherboard BIOS as it did not support linux for updating the bios. Thought I'd put the steps involved to help other people who wanted to do something similar. The steps outlined here are for a Fedora 12 system. You should be able to extrapolate the minor changes that may be required for other linux distributions. All commands listed below to be typed in on a command prompt, logged in as root. Here goes...
1. Prerequisites:
syslinux testdisk freedos base cd (http://www.freedos.org/)
[code]....
Acknowledgments:
1. [URL] for enlightening me on the fact that testdisk could be used instead of install-mbr
I've an HP DL380 G6 server, SAS hot swappable hdds connected with Smart Array P212 raid controller. I've configured RAID5 and installing RHEL 4.4 in the server. But its not detecting the hdds, i m suspecting that the OS doesn't have the driver for raid controller. I've downloaded the driver disk for the above controller from HP's site. The problem is the server does not have any fdd controller integrated on board, is there any way to use usb pendrives as driver disk during linux installation.
I've upgraded my pc to -current. All done well. But I forgot to reinstall my nvidia driver. I have no cd/dvd-rom. How to make usb storage (8GB) for rescue.
I would like to use a USB flash drive as a boot disk. I have 2 hard drives. I will have Windows 7 as Drive 1 and Linux as Drive 2.I would like to not touch Drive 1 at all NO grub or other boot-loader. My old system I used a floppy drive as a boot disk.This worked if floppy was inserted: It booted grub giving me the choice of Windows(drive 1)or Linux(drive 2). I would like to replace the floppy with a USB stick. I have a couple of 64 MB (LOL) flash drives to use.
I accidently created an account with the wrong username. I need to change it to something else. I never done this before but I think you can issue this command "usermod -l login-name old-name" which only changes the username nothing else.I know I will also need to change the home directory to reflect the changes but I am not sure what to do.
I need help with renaming files and folders in one go. I have a folder called /opt/utility/pictures/ Inside that folder have sub-folders and files such as code...