저는 Windows 10 사용자인데 최근 Ubuntu 17.10으로 전환했습니다. 내부 드라이브 파티션에 쓸 수 없어서 Google에서 ntfs 구성 도구를 찾은 다음 Ntfs 구성 도구를 설치했지만 열 수 없습니다.
"ntfs-config를 루트로 실행할 수 없습니다."라고 표시됩니다. 그런 다음 터미널을 열고 sudo ntfs-config 명령을 실행하고 비밀번호를 입력했는데 이 오류가 다시 표시되었습니다.
No protocol specified
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
No protocol specified
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
/usr/lib/python2.7/dist-packages/NtfsConfig/Fstab/SimpleGladeApp.py:335: Warning: invalid (NULL) pointer instance
return gtk.glade.XML(self.glade_path, root, domain)
/usr/lib/python2.7/dist-packages/NtfsConfig/Fstab/SimpleGladeApp.py:335: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
return gtk.glade.XML(self.glade_path, root, domain)
/usr/lib/python2.7/dist-packages/NtfsConfig/Fstab/SimpleGladeApp.py:335: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
return gtk.glade.XML(se)...and so on can anybody help me with this? I have only 1 day of experience with linux.