Ana içeriğe atla

Kayıtlar

Mart, 2015 tarihine ait yayınlar gösteriliyor

disklerdeki sektör büyüklüğü ne olmalı?

Aşağıdaki diskte, işletim sistemi tarafında max_sector_kb ne olmalı? root@e8470p:~# hdparm  -I /dev/sdb /dev/sdb: ATA device, with non-removable media     Model Number:       ST1000LM014-1EJ164                          Serial Number:      W381VN7C     Firmware Revision:  SM16        Transport:          Serial, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0 Standards:     Used: unknown (minor revision code 0x001f)     Supported: 9 8 7 6 5     Likely used: 9 Configuration:     Logical        max    current     cylinders    16383    16383     heads        16    16     sectors/track    63    63     --     CHS current addressable sectors:   16514064     LBA    user addressable sectors:  268435455     LBA48  user addressable sectors: 1953525168     Logical  Sector size:                   512 bytes     Physical Sector size:                  4096 bytes     Logical Sector-0 offset:                  0 bytes     device size with M = 1024*1024:      953869 MBytes     devic

örnek ubuntu interfaces dosyası

Debian ve Ubuntu linux dağıtımında interface dosyasına bir örnek; # cat interfaces # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback auto br0 eth0 eth1 eth2 eth3 iface eth0 manual                             mtu 9212 iface eth1 manual                             mtu 9212 iface eth2 manual                              mtu 9212 iface eth3 manual                              mtu 9212 iface br0 inet static                                 bridge_ports eth0 eth1 eth2                                 bridge_fd 0                                 bridge_hello 2                                 bridge_maxage 12                                 bridge_stp on                                 mtu               9212                                 address 172.16.0.44                                 netmask 255.255.255.0                                 network 172.16.0                                 broadcast 172.16.0.255                                 gateway 172.16.0.25