acer4750 fedora21 安裝不能使用無線網絡

1.筆記本acer4750node

[root@localhost ~]# /etc/modprobe.d $ cat blacklist.conf 
blacklist acer-wmilinux

asusbash

[root@localhost ~]# cat /etc/modprobe.d/asus.conf 
options asus-nb-wmi wapf=4ide

顯卡學習

dg@fedora /etc/modprobe.d $ cat blacklist-nvidia.conf ui

blacklist nvidiaspa

dg@fedora /etc/modprobe.d $ cat bumblebee.conf rest

blacklist nvidiaorm

blacklist nouveauget

Error mounting /dev/sda7 at /run/media/dg/學習: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda7" "/run/media/dg/學習"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda7': 不容許的操做
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.

裝了Windows 8.1與Ubuntu雙系統後,在Ubuntu系統下想進入Windows的某個NTFS分區,點擊時卻出現下面錯誤:

Error mounting /dev/sda2 at /media/love/Mis Archiivos: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda2" "/media/love/Mis Archiivos"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Failed to mount '/dev/sda2': Operation not permitted The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option.

解決方案

使用ntfsfix這個命令解決,在軟件包ntfs-3g中,所以須要先安裝此軟件包:

sudo apt-get install ntfs-3g

安裝成功後,修復對應的ntfs分區(即錯誤中報出的分區名稱):


sudo ntfsfix /dev/sda2

fedora22efi啓動如何進入單用戶模式

進入grub後,按e進入編輯模式。找到以「linux"開頭的那一行,在末尾加」  rw  init=/bin/bash"。ctrl-x啓動
相關文章
相關標籤/搜索