fstab 저장해서 잘 마운트 되던 ntfs 파티션이 부팅 시 마운트 되지 않았다.

수동으로 터미널에서 마운트 하니 아래와 같은 에러 메시지가 나온다.

laptop root # mount -t ntfs /dev/sdb2 /media/hdd_ntfs/

Windows is hibernated, refused to mount.

Failed to mount '/dev/sdb2': 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.



검색하여 보니 나같은 사람이 있었다.

I cannot mount Windows 8 partition disk on Ubuntu 12.10.

My Windows 8 is installed on "C" partition, and I have another "D" partition.

I can easily mount "D" partition, see files and make changes on them.
Actually I also have a problem with this: when I copy a file from ubuntu to "D", I cannot see this file on Windows 8.

My main problem is when I try to mount "C" partition I get this:

Unable to mount 121 GB Volume
Error mounting /dev/sda3 at /media/furkan/06DEC78FDEC77589: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda3" "/media/furkan/06DEC78FDEC77589"' exited with non-zero exit status 14: Windows is hibernated, refused to mount. Failed to mount '/dev/sda3': Operation not permitted The NTFS partition is hibernated. Please resume and shutdown Windows properly, or mount the volume read-only with the 'ro' mount option, or mount the volume read-write with the 'remove_hiberfile' mount option. For example type on the command line:

        mount -t ntfs-3g -o remove_hiberfile /dev/sda3 /media/furkan/06DEC78FDEC77589



해결 방법은 간단했다. 윈도우로 부팅 해서 커맨드 명령어로 종료하면 되었다.


Windows 8 uses hybrid shutdown by default. It means that it will just close most applications and hibernate to start faster next time. And hibernated Windows partitions can't be mounted.

There are few solutions:

  • disable hybrid shutdown completely
  • shutdown Windows from command line (or simply by typing on the Start screen, or with a shortcut to this command): shutdown /s /t 0
  • reboot to Ubuntu - reboot is always using complete shutdown



Turn_Off_Fast_Startup.bat


Turn_On_Fast_Startup.bat



Here are the commands to run to add MariaDB to your system:

sudo apt-get install python-software-properties sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db sudo add-apt-repository 'deb http://ftp.kaist.ac.kr/mariadb/repo/5.5/debian wheezy main'

Once the key is imported and the repository added you can install MariaDB with:

sudo apt-get update sudo apt-get install mariadb-server

See Installing MariaDB .deb Files for more information.

You can also create a custom MariaDB sources.list file. To do so, copy and paste the following into a file under /etc/apt/sources.list.d/(we suggest naming the file MariaDB.list or something similar), or add it to the bottom of your /etc/apt/sources.list file.

# MariaDB 5.5 repository list - created 2013-09-25 20:12 UTC # http://mariadb.org/mariadb/repositories/ deb http://ftp.kaist.ac.kr/mariadb/repo/5.5/debian wheezy main deb-src http://ftp.kaist.ac.kr/mariadb/repo/5.5/debian wheezy main





다음 리눅스에 maria db를 설치하려면  아래 링크를 참조 하면 됩니다.

https://downloads.mariadb.org/mariadb/repositories/

  • Arch Linux
  • CentOS
  • Debian
  • Fedora
  • Mageia
  • Mint
  • openSUSE
  • RedHat
  • Ubuntu


http://www.google.com/chrome?platform=linux

https://www.google.com/intl/en/chrome/browser/?platform=linux

http://audacious-media-player.org/download


Audacious is an open source audio player. A descendant of XMMS, Audacious plays your music how you want it, without stealing away your computer’s resources from other tasks. Drag and drop folders and individual song files, search for artists and albums in your entire music library, or create and edit your own custom playlists. Listen to CD’s or stream music from the Internet. Tweak the sound with the graphical equalizer or experiment with LADSPA effects. Enjoy the modern GTK-themed interface or change things up with Winamp Classic skins. Use the plugins included with Audacious to fetch lyrics for your music, to set an alarm in the morning, and more.

Audacious runs on Linux, on BSD derivatives, and on Microsoft Windows. To download and install the latest version (currently 3.4.1), please see the download page.

If you have trouble installing or running Audacious, feel free to ask for help on the forums. You can also request a new feature or report a bug here, but please check the list of common problems first. Also remember that the developers of Audacious are volunteers and can only spend a limited amount of time on the project. If you request a major design change or report a bug without enough information for us to reproduce it, you will probably be ignored.

We can always use more help developing and translating Audacious. If you need help getting started, ask on the forums.

http://www.andrewklau.com/device-eth0-does-not-seem-to-be-present-delaying-initialization/

https://www.centos.org/modules/newbb/viewtopic.php?topic_id=33013

http://www.linuxquestions.org/questions/linux-networking-3/bringing-up-interface-eth0-failed-501905/

 

http://blog.naver.com/PostView.nhn?blogId=fates&logNo=130151708819&redirect=Dlog&widgetTypeCall=true

 

 

1. yum update

2. yum install nhn-nanum*

3.  http://jabcholove.tistory.com/158



http://get.adobe.com/flashplayer/completion/?installer=Flash_Player_11.2_for_other_Linux_%28YUM%29_64-bit


위 링크에서 rpm 다운로드

터미널에서 다음 실행

[root@localhost Downloads]# rpm -Uvh adobe-release-x86_64-1.0-1.noarch.rpm

[root@localhost Downloads]# yum update

[root@localhost Downloads]# yum install flash-plugin


http://www.tecmint.com/install-virtualbox-on-redhat-centos-fedora/


+ Recent posts