Displaying 6 results from an estimated 6 matches for "2000gb".
Did you mean:
200gb
2014 Mar 17
1
Slow RAID resync
...4.7M
sde1 16.3M 54.7M
I partitiioned the disk with --> parted -a optimal /dev/sdb
[root at nas ~]# parted -a optimal /dev/sdb
GNU Parted 2.1
Using /dev/sdb
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p
Model: ATA ST2000DM001-1E61 (scsi)
Disk /dev/sdb: 2000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 2000GB 2000GB primary ntfs raid
There is no ntfs filesystem on the disk, I've still not worked out
how to remove that flag.
I've foll...
2015 Apr 10
0
how can I tell what's on the MBR of /dev/sda?
...25MB 524MB primary ext4 boot
2 525MB 512GB 512GB primary lvm
note tho, that if "Partition Table" instead says gpt, then the disk is
formatted GPT and doesn't use the MBR.
$ sudo parted /dev/sdb print
Model: ATA ST32000644NS (scsi)
Disk /dev/sdb: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 65.5kB 2000GB 2000GB pri raid
--
john r pierce, recycling bits in santa cruz
2015 Apr 10
4
how can I tell what's on the MBR of /dev/sda?
Subject says it.
I would like to find out if I have anything written on the MBR of a disk
in my system /dev/sda, or any other device.
If there is something there, is it readable, or recognizable to humans?
thanks,
-chuck
2012 Jul 10
1
Problem with RAID on 6.3
...RAID 5 array. Because
of the size I built them as a GPT partitioned disk. They were originally
built on a CentOS 5.x machine but more recently plugged into a CentOS
6.2 machine where they were detected just fine
e.g.
% parted /dev/sdj print
Model: ATA ST2000DL003-9VT1 (scsi)
Disk /dev/sdj: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
3 2097kB 2000GB 2000GB Linux RAID raid
The MBR is empty except for the standard "protection" partition
% fdisk -l /dev/sdj...
2009 Jun 26
2
2TB partition limitation on X86_64 version??
we have DELL server with Centos 5.3 X86_64 bits version on it. This server also have couple MD1000 connect to it. We configured MD1000 as one hardware Volume size 2990GB.
I tried to use "fdisk" to partition this 2990Gb volume and "fdisk" can only see 2000GB. does 64 bits O.S. still have 2TB limitation on File system?
Does there has other tool can partition disk size large than 2TB? (I don't like use LVM)
Thanks.
______________________________________________________________________________________________________
?????????Yahoo!?????...
2014 Sep 23
0
CentOS or upstream bug in parted
I make a gpt, then mkpart pri xfs 0.0GB 100%
and it comes up with
Number Start End Size File system Name Flags
1 1049kB 2000GB 2000GB ntfs pri
^^^^ not xfs
mark