Changeset 31654


Ignore:
Timestamp:
12/09/14 18:40:46 (9 years ago)
Author:
obi
Message:

more debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/rectimer.h

    r31653 r31654  
    539539                        else
    540540                        {
    541 
     541printf("########################################\n");
    542542printf("sdparm -C START /dev/sda\n");
    543543system("sdparm -C START /dev/sda");
     544printf("########################################\n");
    544545
    545546
     
    551552                                system(cmd);
    552553                                free(cmd), cmd = NULL;
     554printf("########################################\n");
     555
    553556                                sleep(5);
    554557                                cmd = NULL;
     
    560563
    561564
     565printf("########################################\n");
    562566
    563567printf("fdisk -l\n");
    564568system("fdisk -l");
     569printf("########################################\n");
    565570
    566571printf("ls -al /media/\n");
    567572system("ls -al /media/");
     573printf("########################################\n");
     574
    568575printf("ls -al /media/hdd/\n");
    569576system("ls -al /media/hdd/");
     577printf("########################################\n");
     578
    570579printf("ls -al /media/hdd/movie/\n");
    571580system("ls -al /media/hdd/movie/");
     581printf("########################################\n");
    572582
    573583printf("fdisk -l\n");
    574584system("fdisk -l");
     585printf("########################################\n");
     586
    575587printf("ls -al /media/\n");
    576588system("ls -al /media/");
     589printf("########################################\n");
     590
    577591printf("ls -al /media/hdd/\n");
    578592system("ls -al /media/hdd/");
     593printf("########################################\n");
     594
    579595printf("ls -al /media/hdd/movie/\n");
    580596system("ls -al /media/hdd/movie/");
     597printf("########################################\n");
    581598
    582599printf("ls -al /media/autofs/\n");
    583600system("ls -al /media/autofs/");
     601printf("########################################\n");
    584602
    585603printf("ls -al /media/autofs/sda1/\n");
    586604system("ls -al /media/autofs/sda1/");
     605printf("########################################\n");
    587606
    588607                                // workaround end       
Note: See TracChangeset for help on using the changeset viewer.