PDA

View Full Version : data block number



sangupari
March 7th, 2009, 08:14 AM
hi
I am working in linux 2.6.26 in ext2 file system in ubuntu:)
i want to change the data block number.In debugfs if the command stat filename is given it will display the details of the inode inclulding the block number which includes logical block number + physical block number.for ex it displays like (0-1)577-578.Here 0 represents the logical no and 577 represents the physical no.I want to update my physical number into this.