General :: Label A Drive During The Format Command?
Dec 18, 2009
I use to know this command but lost it and did not note the entire command on my Linux cheat sheet. Someone once showed me a simple very easy command I could use to simple format a USB flash drive as FAT32 and in the same command also name the label of the drive.I have the device /dev/sdc1 and I am formatting this as FAT32 so it's compatible across multiple systems but also want the drive to have the name 'my_usb'.
View 3 Replies
ADVERTISEMENT
Jun 16, 2010
I have a USB thumb drive that I just partitioned using the 'fdisk' utility in Linux. Now I am trying to learn the command that will allow me to format the drive as 'fat32' while also setting the disk label on the device as "ocz_usb" when the drive gets mounted. Does anyone know the command I would use that will format the USB drive and properly set the disk label at the same time?
View 3 Replies
View Related
Jun 8, 2010
I am currently using Lucid Lynx and when I open Nautilus, the drives are labelled as follows:
200 GB Hard Diskrive Label
How can I get rid of the the 200 GB Hard Disk bit
View 1 Replies
View Related
Aug 24, 2010
i was trying to re-label my flash drive and i manged to with the help of this command
mlabel -i /dev/sdc1 -s ::test
what does the -i option means cause after i read the manual pages i couldn't find it there. mlabel only takes the "v" "s" "c" switches and no "i" and when I remove the -i option from the whole command don;t work and i can't re-label. its just driving me crazy that every one is using it and no tells what does it do.
View 2 Replies
View Related
Sep 15, 2010
I need some assistance in trying to format a USB hard drive to vfat format but can't seem to do so. I am currently using RHEL 5.3. I have tried the following commands and they all come back as "command not found"
mke2fs vfat /dev/sc1
fdisk vfat /dev/sdc1
mkfs.vfat /dev/sdc1
What am I doing incorrectly?? Can someone please point me in the right direction??
View 6 Replies
View Related
Jun 2, 2010
I have to configure "Oracle Ent Linux 5" in different two server.
After installing the server ,I observer that the grub loader entry are different like:
Machine 1:
Machine 2:
Here , I don't understand the difference between 'LABEL=/1' and 'LABEL=/' .
View 1 Replies
View Related
Jun 19, 2011
How do I change the partition label of a drive in openSuse. I am using KDE. I have this howto: Editing FAT32 Partition Labels using mtools But its too long and requires to edit configuration files, when actually for removable media this is a very long cycle.
View 7 Replies
View Related
Sep 25, 2010
I'm attempting to set a label for my Windows partition, but it seems risky. Here's a picture of GParted before I attempt to set a label w/ the drive unmounted (wont let me change label when mounted):
After I set a label, the image goes empty as if it will format if I click 'Apply': My question, is it safe to hit apply or will it wipe my drive, and if so, why? In Windows I can just set a label even with the drive mounted.
View 1 Replies
View Related
Nov 5, 2010
This isn't important but it's always been an itch I can't figure out. I have 3 partitions on my laptop: Ubuntu, OSx86 and Windows 7. I use Pysdm Storage Device Manager to automount them on start-up.
My OSx86 partition is labelled "OS X" and displays as such on all three systems. My Windows partition displays as "80GB File System" (as it's meant to).
I was just wondering whether or not it was possible to change how it displays on Ubuntu safely, to something more aesthetically pleasing such as "Win7".
View 4 Replies
View Related
Jan 31, 2010
I'm having trouble umounting partitions.
This is the entry I have in /etc/fstab for backup:
I can mount it ok:
But can't umount it:
View 3 Replies
View Related
Aug 3, 2011
My pendrive has become read only. I want to format it using Linux - how do I do that?
If I run mkfs.vfat devsdc1, it doesn't work.
View 2 Replies
View Related
Jan 22, 2011
I have a Foxsat receiver/recorder. It allows me to take of programs to a pen drive up to 4GB. Well actually that is pretty useless when a film comes along. I was told to make my pen drive into an ext3 from a Linux OS. I have now OpenSuse 64bit. HOw can I format my pen drive and make it into an EXT3
View 3 Replies
View Related
Aug 27, 2010
i am running ps xo "pid,command" but I can't find my process in the results. I know that the process is running because I run ps ax | grep command-name
View 4 Replies
View Related
Feb 5, 2010
I have a script that is in Unix. I wanted to know is there any difference between output of ls command in unix and linux
In Unix
Code:
ls -ltr | awk '{print $9}'
In linux output is something similar to
Code:
drwxrwxrwx 2 vinay vinay 4096 2010-02-04 20:31 test
According to above output nothing will be displayed for
Code:
ls -ltr | awk '{print $9}'
ls -ltr | awk '{print $8}' will give test as ouptut in Linux.
I wanted to check the output format for ls -ltr, Anyone using Unix systems may paste a sample output of the command ls -ltr..
View 2 Replies
View Related
Feb 22, 2011
I want to know how to set time format (12 hrs or 24 hrs) using command.I tried thisode:date +%T -s "2011-02-23 14:00"But it only displays 24 hrs format on TERMINAL but it does not SET 24 hrs format on the system
View 4 Replies
View Related
Jul 19, 2010
I'm trying to partition/format a new external hard disk for backup and have run into a snag that now prevents my computer from booting. In the description below of what happened please bear with me as I do my best to remember the commands and screen output (which for obvious reasons I don't have in front of me).As root.The disk was subsequently writable. However, I then realized that the default start and end cylinders had resulted in a very small partition apparently occupying some free cyclinders in the beginning of the disk.
So next I ran fdisk again, deleting the sdc4 I had just created and creating a new one instead, this time using the cylinders at the end of the disk. When I exited fdisk I got a message something like that the new tables can only be read upon a subsequent reboot. I ran mkfs again, but not e2label. Indeed using /sbin/fdisk -l, sdc4 still had the small size as defined initially. So I rebooted.
Now when it comes up I get something like "checking filesystems. fchk.ext3: can't resolve 'LABEL=/media/LaCie2TB1'" and am prompted to login as root to correct. I tried to simply delete sdc4 again but that didn't help. I also tried to edit /etc/fstab (using vi, which I don't know at all) but it kept telling me that this is a read only file, even though permissions are rw for root.Can anyone out there help me so that (1) I can boot into my computer, and (2) I can correctly partition and format the hard drive??
View 2 Replies
View Related
Mar 7, 2011
I have usb drive its file system readonly ISO9660. How to format it ?It always says "Readonly FS"
View 2 Replies
View Related
Nov 4, 2010
I have a Seagate external hard drive and I want to use it to back up my home server since it runs Ubuntu 6.10 and the upgrade to 10.10. My problem is that I am not able to format the drive to use it. I can not change the permissons or if I try to format I have all sorts of trouble. I have tried doing it on the home server running 6.10 and another pc running 10.10 and had no luck. Is there a better way? I have even tried chmod and chown with no luck.
View 2 Replies
View Related
Sep 15, 2010
I added new hard drive on a machine running linux redhat linux 5 and I need to define and format this drive to be usable.
View 5 Replies
View Related
Feb 27, 2010
I have a 250 GB external hard drive formatted with Windows NTFS file type.How do I format it to use linux and what file type is best. I'm done with Windows so that is not a concern.
View 4 Replies
View Related
Feb 2, 2010
Is it possible to format a Fat32 Ubuntu system drive to ntfs leaving the program and data undisturbed? I created a gparted liveCD and used it to format a slave drive to ntfs. It worked perfectly. Can the gparted liveCD be used on the master drive similarly without destroying the existing files on it?
AMD 1700 2.66ghz, 1gb memory, 80gb HDD plus 60gb HDD, Nvidia TNT2 AGP Video, DVD +/-RW, running Ubuntu Intrepid Ibex 8.10 Standard Desktop installation
View 2 Replies
View Related
Apr 15, 2010
how do i format a hard drive in order to install linux,The following errors are displayed during installation:"VolGroup01" not found followed by could not find filesystem '/dev/root
View 2 Replies
View Related
Jan 5, 2010
i had encounter 1 of my pc ide harddisk suddenly failed.it shows me imminent drive failure, replace by new disk, backup your data. this message shows at boot or startup during bios process.there was ntfs c/d drive partition and i install windowsxp+ubuntu over windows as testing purpose. running fine slowly i found the hard disk response very slow. at last it is dead.now it shows hard disk via various utilities like gparted, booting.but i want to know, can we do low level formatting, what are the benefits of this. what tools r best to do recovery hard disk or repair harddisk. disk partition utility usualy do not have this features. is there any way to recover such hard disk that still shown or appear on screen, but no data, since i found it wipe out eveyrthing from drive
View 6 Replies
View Related
Nov 3, 2010
My Red Hat EL 5.5 64 bit edition, I've install it on my primary hard drive 12 GB it works fine and then I added secondary 20 GB hard drive (sdb1) into this system and then format it as VolGroup01 see the attachment, but how come it doesn't show up ?
Code:
View 3 Replies
View Related
Oct 11, 2009
Is it possible to print the permission in octal format for a directory recursively?Code:
stat -c "%a" /etcIt prints the permission for /etc directory only.
View 2 Replies
View Related
Feb 18, 2011
I'm working on Linux OS (Suse/redhat) and trying to format a linux partition from a c program. Is there a way to do this without using : 'system ("mkfs.ext4 /dev/sdxy")'
View 4 Replies
View Related
Jun 30, 2011
I have a 2TB Seagate GoFlex Desk External HDD. I want to format it. Which is the best disk format, which will be supported in all OS, like Windows, Linux and Mac?
View 2 Replies
View Related
Mar 28, 2011
how to reformat my Bufalo USB drive to EXT3 format so that I can use it as a secondary drive for my Humax PVR. I am a new user to both Linux Ubunto and Gparted I have downloaded Gparted and connected the external drive to my laptop which is running Ubunto and can see the external drive I have never partitioned or formatted a drive before.
View 6 Replies
View Related
Aug 11, 2011
hard drive formatting, compatibility with Macs, and Windows Etc, suggestions? GUID APM or what else? can I format a hard drive on a linux system that will be compatible witha Mac?
View 3 Replies
View Related
Feb 14, 2011
I'm unable to format a new drive. I've tried commands, which complete without error, yet the drive is still listed as NTFS.
===========Ive tried the following
[root@server ~]# mke2fs -j -m1 /dev/sdb1
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
[Code]....
View 14 Replies
View Related