sda: p2 extends beyond EOD, truncated
|
28th Jan, 2014, 11:39 PM
Post: #1
|
|||
|
|||
sda: p2 extends beyond EOD, truncated
On Xbian Beta 2, I moved the Xbian installation to an external USB3 hard disk.
All seems to be working fine but this message caught my attention and I wonder if this is ok or if it´s some sort of upcoming problem: Terminal xbian@xbian ~ $ sudo dmesg | grep sda [ 6.430025] sd 0:0:0:0: [sda] 3906963456 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 6.430823] sd 0:0:0:0: [sda] Write Protect is off [ 6.430854] sd 0:0:0:0: [sda] Mode Sense: 47 00 10 08 [ 6.435222] sd 0:0:0:0: [sda] No Caching mode page present [ 6.435253] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 6.438211] sd 0:0:0:0: [sda] No Caching mode page present [ 6.438241] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 10.946689] sda: sda1 sda2 [ 10.947044] sda: p2 size 3906963456 extends beyond EOD, enabling native capacity [ 10.952314] sd 0:0:0:0: [sda] No Caching mode page present [ 10.952344] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 10.953271] sda: sda1 sda2 [ 10.953597] sda: p2 size 3906963456 extends beyond EOD, truncated [ 10.991825] sd 0:0:0:0: [sda] No Caching mode page present [ 10.991855] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 10.991880] sd 0:0:0:0: [sda] Attached SCSI disk [ 11.463185] device label xbian-copy devid 1 transid 812 /dev/sda2 [ 11.555472] device fsid 746bbcf3-c2b2-43d2-a5bc-6bb2cbf7851a devid 1 transid 753 /dev/sda1 [ 11.894174] device fsid 746bbcf3-c2b2-43d2-a5bc-6bb2cbf7851a devid 1 transid 753 /dev/sda1 [ 11.897701] device label xbian-copy devid 1 transid 812 /dev/sda2 [ 12.335134] sd 0:0:0:0: [sda] No Caching mode page present [ 12.335165] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 12.336118] sda: sda1 sda2 [ 12.337075] sda: p2 size 3906963456 extends beyond EOD, truncated [ 12.353007] sd 0:0:0:0: [sda] No Caching mode page present [ 12.353038] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 12.354499] sda: sda1 sda2 [ 12.355461] sda: p2 size 3906963456 extends beyond EOD, truncated [ 12.774689] device label xbian-copy devid 1 transid 812 /dev/sda2 [ 13.195397] device fsid 746bbcf3-c2b2-43d2-a5bc-6bb2cbf7851a devid 1 transid 753 /dev/sda1 [ 13.259681] device label xbian-copy devid 1 transid 812 /dev/sda2 [ 13.903849] device fsid 746bbcf3-c2b2-43d2-a5bc-6bb2cbf7851a devid 1 transid 753 /dev/sda1 [ 13.909335] device label xbian-copy devid 1 transid 812 /dev/sda2 [ 16.958311] device label xbian-copy devid 1 transid 812 /dev/sda2 [ 17.124422] device label xbian-copy devid 1 transid 812 /dev/sda2 [ 30.336054] device label xbian-copy devid 1 transid 812 /dev/sda2 The line in question is: [ 12.355461] sda: p2 size 3906963456 extends beyond EOD, truncated Should I worry? Thanks, |
|||
29th Jan, 2014, 06:31 AM
Post: #2
|
|||
|
|||
RE: sda: p2 extends beyond EOD, truncated
1) How did you copy the files to USB?
2) Is the USB disk externally powered? 3) Can you post /boot/config.txt and cmdline.txt 4) Post the entire dmesg via pastebin. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
29th Jan, 2014, 07:09 AM
Post: #3
|
|||
|
|||
RE: sda: p2 extends beyond EOD, truncated
(29th Jan, 2014 06:31 AM)IriDium Wrote: 1) How did you copy the files to USB? Hi Iridium, 1- I copied to usb via Xbian Copier 2- Western Digital USB3.0 conected to an externally powered USB3 4port hub. USB hub connected to RPI. 3- Terminal xbian@xbian /boot $ cat cmdline.txt sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=LABEL=xbian-copy rootflags=subvol=root/@,autodefrag,compress=lzo rootfstype=btrfs rootwait smsc95xx.turbo_mode=N elevator=cfq logo.nologo quiet noswap loglevel=0 mod_scsi.scan=sync partswap startevent=mountall splash nohdparm --startup-event mountall xbian@xbian /boot $ Terminal xbian@xbian /boot $ cat config.txt initramfs initramfs.gz 0x00a00000 gpu_mem_512=128 gpu_mem_256=128 initial_turbo=1 disable_splash=1 arm_freq=840 core_freq=275 sdram_freq=400 over_voltage=0 xbian@xbian /boot $ 4- Dmesg via pastebin http://pastebin.com/0SC4Vzmh |
|||
3rd Feb, 2014, 09:15 AM
Post: #4
|
|||
|
|||
RE: sda: p2 extends beyond EOD, truncated
can you post
Code: fdisk -l /dev/sda by any case xbian-copy is not creating/altering partition (only in case of creating img file) meaning this inconsistency must have been there already before. also please post Code: btrfs fi show but it will be easy ti repair Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
4th Feb, 2014, 12:52 AM
Post: #5
|
|||
|
|||
RE: sda: p2 extends beyond EOD, truncated
(3rd Feb, 2014 09:15 AM)mk01 Wrote: can you post Terminal xbian@xbian ~ $ sudo fdisk -l /dev/sda [sudo] password for xbian: Disk /dev/sda: 2000.4 GB, 2000365289472 bytes 255 heads, 63 sectors/track, 243197 cylinders, total 3906963456 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x0005f107 Device Boot Start End Blocks Id System /dev/sda1 2048 3883522047 1941760000 83 Linux /dev/sda2 3883522048 3495518207 1953481728 83 Linux xbian@xbian ~ $ Terminal xbian@xbian ~ $ sudo btrfs fi show Label: 'xbian-copy' uuid: dd8da261-ca70-48a3-9f4b-ebe3bad62dfd Total devices 1 FS bytes used 1.62GB devid 1 size 11.18GB used 2.27GB path /dev/sda2 Label: none uuid: 746bbcf3-c2b2-43d2-a5bc-6bb2cbf7851a Total devices 1 FS bytes used 1014.95GB devid 1 size 1.81TB used 1.01TB path /dev/sda1 Label: 'xbian-beta2' uuid: 67901a92-640f-4087-96b2-7719a8367476 Total devices 1 FS bytes used 454.16MB devid 1 size 14.56GB used 1.52GB path /dev/mmcblk0p2 Btrfs v0.20-rc1-358-g194aa4a xbian@xbian ~ $ |
|||
« Next Oldest | Next Newest »
|