I made a typo in that command - I posted that above, Try this:
sudo fsck.jfs -a -v /dev/sdc1
sudo fsck.jfs -a -v /dev/sdc1
reel@ReelBox:~$ sudo fsck.jfs -a -v /dev/sdc1 [sudo] password for reel: fsck.jfs version 1.1.15, 04-Mar-2011 processing started: 1/7/2015 0:00:58 The current device is: /dev/sdc1 Open(...READ/WRITE EXCLUSIVE...) returned rc = 0 Primary superblock is valid. The type of file system for the device is JFS. Block size in bytes: 4096 Filesystem size in blocks: 732566637 **Phase 0 - Replay Journal Log LOGREDO: Log record for Sync Point at: 0x09223c4 LOGREDO: Beginning to update the Inode Allocation Map. LOGREDO: Done updating the Inode Allocation Map. LOGREDO: Beginning to update the Block Map. ujfs_rw_diskblocks: read 0 of 4096 bytes at offset 12619776 LOGREDO: Read Block Map data extents failed. LOGREDO: Write Block Map control page failed in UpdateMaps(). LOGREDO: Unable to update map(s). logredo failed (rc=-271). fsck continuing. **Phase 1 - Check Blocks, Files/Directories, and Directory Entries ujfs_rw_diskblocks: read 0 of 16384 bytes at offset 450640166912 Unrecoverable error reading M from /dev/sdc1. CANNOT CONTINUE. Fatal error (-10015,30) accessing the filesystem (1,450640166912,16384,0). processing terminated: 1/7/2015 0:01:34 with return code: -10015 exit code: 8. reel@ReelBox:~$
reel@ReelBox:~$ sudo mount -vsf -t jfs -o ro,nointegrity,errors=remount-ro /dev/sdc1 /mnt/sdc1 [sudo] password for reel: /dev/sdc1 on /mnt/sdc1 type jfs (ro,nointegrity,errors=remount-ro) reel@ReelBox:~$ ls /mnt/sdc1 reel@ReelBox:~$
reel@ReelBox:~$ sudo mount -vs -t jfs -o ro,nointegrity,errors=remount-ro /dev/sdc1 /mnt/sdc1 [sudo] password for reel: /dev/sdc1 on /mnt/sdc1 type jfs (ro,nointegrity,errors=remount-ro) reel@ReelBox:~$ ls /mnt/sdc1 music opt pictures recordings video reel@ReelBox:~$
There are 0 users viewing this topic.
Comment