Re: [Ubuntu-BR] Partição Reiserfs não mais recon hecida pelo Ubuntu

2006-08-08 Por tôpico hamacker
cat /proc/filesystem
   e se não aparecer o reiserfs, então modprobe nele :
sudo modprobe reiserfs
   e confira novamente

cat /proc/filesystem

agora se aparecer sua montagem vai funcionar, se funcionar é porque 
alguma coisa mudou sua lista /etc/modules ou /etc/modprobe.d enquanto 
voce esteve fora. Não há como um micro desligado fazer essas alteracoes 
sozinho.

Se não funcionar é porque sua partição realmente corrompeu-se.

[]'s

Paulino Michelazzo escreveu:
 Amigos,
 
 Acabei de retornar ao paraíso depois de 10 dias fora. Como de costume,
 deixei toda a energia desligada para a economia.
 
 Voltei hoje e liguei meu servidorzinho que uso para backups e outras
 coisas onde possuo o seguinte:
 
 [EMAIL PROTECTED]:~# fdisk -l
 Disk /dev/hda: 40.0 GB, 40020664320 bytes
 255 heads, 63 sectors/track, 4865 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes
 Device Boot  Start End  Blocks   Id  System
 /dev/hda1   1486539078081   83  Linux
 
 Disk /dev/hdb: 40.0 GB, 40060403712 bytes
 16 heads, 63 sectors/track, 77622 cylinders
 Units = cylinders of 1008 * 512 = 516096 bytes
 Device Boot  Start End  Blocks   Id  System
 /dev/hdb1   1   7762239121456+  83  Linux
 
 Disk /dev/hdc: 3227 MB, 3227148288 bytes
 255 heads, 63 sectors/track, 392 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes
 Device Boot  Start End  Blocks   Id  System
 /dev/hdc1   1  31  248976   82  Linux swap / Solaris
 /dev/hdc2   *  32 392 2899732+  83  Linux
 
 
 A questão é: a partição/disco hda1 é uma reiserfs que é montada
 automaticamente da seguinte forma:
 /dev/hda1   /dados  reiserfsdefaults0   0
 
 Simplesmente o Ubuntu não sabe quem é o sistema de arquivos. Ele não
 monta automaticamente e quando tento forçar a montagem ele diz:
 mount: unknown filesystem type 'reiserfs'
 
 Ou seja, desaprendeu nestes dias fora o que é reiser :)
 Alguém tem idéia do que pode ter acontecido? Estou rodando nesta
 máquina a versão 5.04 com o kernel 2.6.12-9-386
 
 Abraços
 

-- 
ubuntu-br mailing list
ubuntu-br@lists.ubuntu.com
www.ubuntu-br.org
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Partição Reiserfs não mais recon hecida pelo Ubuntu

2006-08-08 Por tôpico Marcelo Mendes
 A questão é: a partição/disco hda1 é uma reiserfs que é montada
 automaticamente da seguinte forma:
 /dev/hda1   /dados  reiserfsdefaults0   0

 Simplesmente o Ubuntu não sabe quem é o sistema de arquivos. Ele não
 monta automaticamente e quando tento forçar a montagem ele diz:
 mount: unknown filesystem type 'reiserfs'

 Ou seja, desaprendeu nestes dias fora o que é reiser :)
 Alguém tem idéia do que pode ter acontecido? Estou rodando nesta
 máquina a versão 5.04 com o kernel 2.6.12-9-386

Por algum motivo obscuro o módulo reiserfs não foi carregado, então:

$sudo modprobe reiserfs

e tente montar novamente, se montar era isso. Será estranho... muito estranho...
Mas, é como dizem, shit happens

Abraço.

-- 
Software Livre, uma causa por sí só
Marcelo Mendes ( x_madbot )
[EMAIL PROTECTED] | ICQ: 106452350

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDac8QERhDwjN7vvcRAjccAJ9Q/kT55xrp5D5Rh9vILxDkPRoy0QCfZQN4
shih3kdTiOaOn9gka58DKzA=
=8/6v
-END PGP SIGNATURE-

-- 
ubuntu-br mailing list
ubuntu-br@lists.ubuntu.com
www.ubuntu-br.org
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Partição Reiserfs não mais recon hecida pelo Ubuntu

2006-08-08 Por tôpico Paulino Michelazzo
Pessoas,

Sensacional :):):)

[EMAIL PROTECTED]:/# cat /proc/filesystem
cat: /proc/filesystem: No such file or directory

[EMAIL PROTECTED]:/# modprobe reiserfs
FATAL: Module reiserfs not found.

[EMAIL PROTECTED]:/# apt-get install libreiserfs0.3-0
Reading package lists... Done
Building dependency tree... Done
libreiserfs0.3-0 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

Será que chegou a hora fatal do upgrade de versão? :)

Abraços e obrigado

2006/8/8, hamacker [EMAIL PROTECTED]:
 cat /proc/filesystem
e se não aparecer o reiserfs, então modprobe nele :
 sudo modprobe reiserfs
e confira novamente

 cat /proc/filesystem

 agora se aparecer sua montagem vai funcionar, se funcionar é porque
 alguma coisa mudou sua lista /etc/modules ou /etc/modprobe.d enquanto
 voce esteve fora. Não há como um micro desligado fazer essas alteracoes
 sozinho.

 Se não funcionar é porque sua partição realmente corrompeu-se.

 []'s

-- 
Paulino Michelazzo
http://www.fabricalivre.com.br
Mobile Phone: +55 11 7693-1838
São Paulo/SP: +55 11 3717-2386
João Pessoa/PB: +55 83 3235-4386

-- 
ubuntu-br mailing list
ubuntu-br@lists.ubuntu.com
www.ubuntu-br.org
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Partição Reiserfs não mais recon hecida pelo Ubuntu

2006-08-08 Por tôpico hamacker
desculpa aí, é filesystemS com S no final.

voce poderia ter dado um TAB, não ?
cuidado com as coisas mastigas demais. :)

Paulino Michelazzo escreveu:
 Pessoas,
 
 Sensacional :):):)
 
 [EMAIL PROTECTED]:/# cat /proc/filesystem
 cat: /proc/filesystem: No such file or directory
 
 [EMAIL PROTECTED]:/# modprobe reiserfs
 FATAL: Module reiserfs not found.
 
 [EMAIL PROTECTED]:/# apt-get install libreiserfs0.3-0
 Reading package lists... Done
 Building dependency tree... Done
 libreiserfs0.3-0 is already the newest version.
 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
 
 Será que chegou a hora fatal do upgrade de versão? :)
 

-- 
ubuntu-br mailing list
ubuntu-br@lists.ubuntu.com
www.ubuntu-br.org
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Partição Reiserfs não mais recon hecida pelo Ubuntu

2006-08-08 Por tôpico Paulino Michelazzo
Já tinha percebido isso mas mesmo assim não existe nem sinal do módulo :(

2006/8/8, hamacker [EMAIL PROTECTED]:
 desculpa aí, é filesystemS com S no final.

 voce poderia ter dado um TAB, não ?
 cuidado com as coisas mastigas demais. :)

 Paulino Michelazzo escreveu:
  Pessoas,
 
  Sensacional :):):)
 
  [EMAIL PROTECTED]:/# cat /proc/filesystem
  cat: /proc/filesystem: No such file or directory
 
  [EMAIL PROTECTED]:/# modprobe reiserfs
  FATAL: Module reiserfs not found.
 
  [EMAIL PROTECTED]:/# apt-get install libreiserfs0.3-0
  Reading package lists... Done
  Building dependency tree... Done
  libreiserfs0.3-0 is already the newest version.
  0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
 
  Será que chegou a hora fatal do upgrade de versão? :)
 

 --
 ubuntu-br mailing list
 ubuntu-br@lists.ubuntu.com
 www.ubuntu-br.org
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br



-- 
Paulino Michelazzo
http://www.fabricalivre.com.br
Mobile Phone: +55 11 7693-1838
São Paulo/SP: +55 11 3717-2386
João Pessoa/PB: +55 83 3235-4386

-- 
ubuntu-br mailing list
ubuntu-br@lists.ubuntu.com
www.ubuntu-br.org
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Partição Reiserfs não mais recon hecida pelo Ubuntu

2006-08-08 Por tôpico Carlos Eduardo Pedroza Santiviago
On 8/8/06, Paulino Michelazzo [EMAIL PROTECTED] wrote:
 Pessoas,

 Sensacional :):):)

 [EMAIL PROTECTED]:/# cat /proc/filesystem
 cat: /proc/filesystem: No such file or directory

 [EMAIL PROTECTED]:/# modprobe reiserfs
 FATAL: Module reiserfs not found.

Parece que seus módulos sumiram? :-)

-- 
ubuntu-br mailing list
ubuntu-br@lists.ubuntu.com
www.ubuntu-br.org
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br