Re: mounting a xfs file system gives the message: "failure code -3003" and "structure needs cleaning"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2016-10-30 21:36, Steffen D. wrote:
> Hello list!
> 
> I'll try to explain my problem:
> 

> "inux-ibbi:/home/steffen # xfs_repair /dev/sda4
> Phase 1 - Superblock finden und =C3=BCberpr=C3=BCfen...
> Phase 2 - ein internes Protokoll benutzen

I don't know if it is too late, but to make things easier for the
experts here, it is better to run the command in English. Like this:

LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 xfs_repair /dev/sda4


I have a script for convenience:


cer@Telcontar:~> cat /usr/local/bin/ingles
#!/bin/sh

LANG=en_US.UTF-8 \
  LC_ALL=en_US.UTF-8 \
  DICTIONARY=english \
  KDE_LANG=en_US.UTF-8 \
  exec "$@"

cer@Telcontar:~>



-- 
Cheers / Saludos,

		Carlos E. R.
		(from 13.1 x86_64 "Bottle" at Telcontar)

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux