You are not logged in.

#1 2013-02-10 00:10:52

tanrax
Member
Registered: 2012-08-11
Posts: 31

Problem pacman mountpoint

Do not ask me how it happened, but the KDE partition manager removed fstab. After many headaches, document myself and learn a bit more about Linux (if it were not for these problems would not learn anything), I got my fstab restore perfect setup.

My problem is that, because of this I have told you, when I use pacman gives me an error.

sudo pacman -Syu
:: Sincronizando las bases de datos de paquetes...
 core está actualizado
 extra está actualizado
 community está actualizado
 multilib está actualizado
:: Iniciando actualización completa del sistema...
resolviendo dependencias...
verificando conflictos...

Objetivos (5): dhcpcd-5.6.4-2  lib32-libdrm-2.4.42-1  lib32-v4l-utils-0.9.3-1  libdrm-2.4.42-1
               v4l-utils-0.9.3-1

Tamaño instalado:       4,59 MiB
Tamaño a actualizar:    1,29 MiB

¿Continuar con la instalación? [S/n] s
(5/5) verificando la integridad de los paquetes                  [###################################] 100%
(5/5) cargando los archivos del paquete...                       [###################################] 100%
(5/5) verificando conflictos entre archivos                      [###################################] 100%
error: no se puede determinar el punto de montaje del sistema de archivos
error: no hay suficiente espacio en el disco
error: error al realizar la transacción (error inesperado)
Ocurrieron errores, no se actualizaron paquetes

Forgive the language, I'm Spanish. The translation would be:

Error: Unable to determine the mount point of the file system
Error: Not enough disk space
Error: Failed to complete the transaction (unexpected error)
Errors occurred, no packages were updated

It's like pacman not know where is the / partition.

Any help the much grateful smile

My fstab:

tmpfs   /tmp    tmpfs   nodev,nosuid    0       0
/dev/sda5       /       ext4    defaults,noatime        0       1
/dev/sda6       /home   ext4    defaults,noatime        0       2
/dev/sda7       none    swap    defaults        0       0

And:

lsblk -f
NAME   FSTYPE LABEL UUID                                 MOUNTPOINT
sda                                                      
├─sda1                                                   
├─sda2 ntfs         20DB77E204C147E7                     
├─sda3 ntfs         94B25DE5B25DCBFC                     
├─sda5 ext4         b697ad60-880d-45ad-adb8-2b613c2a8256 /
├─sda6 ext4         a9b4eec8-fd04-437e-9a49-ecc352957cb2 /home
└─sda7 swap         ec30d31b-cb0d-43e9-a6fc-977c6c2ed360 [SWAP]
sr0     

Note: I have also the problem that not autologin slim and ignores the session file .bashrc, that relationship will not if.

Last edited by tanrax (2013-02-10 00:51:42)

Offline

#2 2013-02-11 14:10:28

rainofchaos
Wiki Admin
Registered: 2011-12-07
Posts: 14

Re: Problem pacman mountpoint

It seems your root is full. Use command df to check it.
If it is so, run following code to clean pacman cache:

sudo pacman -Sc

Offline

#3 2013-02-11 17:57:31

tanrax
Member
Registered: 2012-08-11
Posts: 31

Re: Problem pacman mountpoint

rainofchaos wrote:

It seems your root is full. Use command df to check it.
If it is so, run following code to clean pacman cache:

sudo pacman -Sc

Thanks for the help, but it has not worked: (

I found that when you start jumping me the message: ext2fs_check_if_mount Can not check if filesystem in mont due to missing mtab file

Offline

#4 2013-02-12 10:51:04

rainofchaos
Wiki Admin
Registered: 2011-12-07
Posts: 14

Re: Problem pacman mountpoint

Check this post: https://bbs.archlinux.org/viewtopic.php?id=133927

sudo rm /etc/mtab
sudo ln -s /proc/self/mounts /etc/mtab

Offline

Board footer

Powered by FluxBB