Re: USB Backup
- From: J G Miller <miller@xxxxxxxx>
- Date: Wed, 20 Oct 2010 22:36:31 +0000 (UTC)
On Wed, 20 Oct 2010 17:16:22 -0500, Paul Thompson wrote:
I got a WD terabyte USB drive to backup my SuSE 11.2 system, but
unfortunately it's formated at NTSF.
NTFS surely?
If you do fdisk -l, do you see it listed as /dev/sd{some_letter}1
It mounts as /media/Elements, how do I reformat it as something useful?
You do not want to format the disk, but create a file system on the partition,
viz
mke2fs -j -L "WD_1TB-Disk1" -v /dev/sd{some_letter}1
[assuming that this is your first WD_1TB disk]
Or you could label it with some other name according to your needs
and feelings.
man mke2fs for other options
.
Relevant Pages
- Re: Panasonic HD Recorders - What disk format?
... The earlier part of this is more about what may be Linux partitioning, ... might be possible to present the recorder with a larger disk already ... Most DOS/Windows utilities such as FDisk, Ghost, and Partition Magic Pro ... prompts to format it. ... (alt.os.linux) - Re: Cant find Hard disk
... Computer> Manage> Computer Management> Disk Management. ... Now you must partition and format your new drive. ... (microsoft.public.windowsxp.hardware) - Re: Formatting C
... would format my C drive after saving most of my data. ... If you want to erase the disk, you can use some other stand-alone tools ... But if the thing you're attempting to format, is the partition ... Also, just for fun, you can use an offline scanning tool, to avoid ... (microsoft.public.windowsxp.general) - Re: setting up a new hard drive as drive D
... I want to add a second hard disk as IDE drive D but I cannot see any ... You will partition & format your second HD using XP's Disk Management ... move the problem HD to another IDE connector. ... (microsoft.public.windowsxp.hardware) - Re: How do I label a disk?
... now I am going to definitely install solaris but I have this ... > to a dead disk. ... I tried to label it with the format command: ... format> partition ... (comp.unix.solaris) |
|