我在尝试与Libreoffice writer打开文档时遇到问题,直到一周前,这些文档都可以正常工作,每次我尝试打开文档时,它现在都会出现错误: Problem opening existing files
如果我尝试创建一个新的,它会创建,但是会出现以下错误: Error creating files
我尝试更新Libreoffice软件包没有解决,尝试完全卸载并安装最新版本也没有解决。检查用户的权限还可以,所以我决定看看磁盘空间。 它给了我以下信息:
[root@localhost ~]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 3.8G 0 3.8G 0% /dev
tmpfs 3.8G 18M 3.8G 1% /dev/shm
tmpfs 3.8G 9.8M 3.8G 1% /run
tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup
/dev/mapper/ol-root 48G 28G 20G 59% /
/dev/sda7 1014M 444M 571M 44% /boot
/dev/mapper/ol-home 23G 1.9G 22G 9% /home
tmpfs 766M 92K 766M 1% /run/user/1000
[root@localhost ~]# fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes, 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0xeb1feb1f
Device Boot Start End Blocks Id System
/dev/sda1 2048 26626047 13312000 27 Hidden NTFS WinRE
/dev/sda2 * 26626048 26830847 102400 7 HPFS/NTFS/exFAT
/dev/sda3 26830848 457055465 215112309 7 HPFS/NTFS/exFAT
/dev/sda4 457056254 625141759 84042753 5 Extended
/dev/sda5 457062400 457816063 376832 83 Linux
/dev/sda6 457818112 459915263 1048576 83 Linux
/dev/sda7 459917312 462014463 1048576 83 Linux
/dev/sda8 462016512 625141759 81562624 8e Linux LVM
Disk /dev/mapper/ol-root: 50.5 GB, 50524585984 bytes, 98680832 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/ol-swap: 8321 MB, 8321499136 bytes, 16252928 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/ol-home: 24.7 GB, 24666701824 bytes, 48177152 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
[root@localhost ~]# pvs
PV VG Fmt Attr PSize PFree
/dev/sda8 ol lvm2 a-- 77.78g 4.00m
因此,如果使用命令df-h可以看到可用空间,为什么使用命令pvs却表示/ dev / sda8仅有4M可用空间? 我可以毫无问题地使用其他程序。