Play Raspberry Pi(9)NTFS-3G
Check the version on my Local machine
> ntfs-3g --version
ntfs-3g 2014.2.15AR.2 integrated FUSE 28
Install the latest version and try
> wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2016.2.22.tgz
configure, make and make install on the server
> ntfs-3g --version
ntfs-3g 2016.2.22 integrated FUSE 27
Reboot the server and try to re-mount the driver again with this latest tool.
> sudo mount -t ntfs-3g /dev/sda1 /mnt/driver1
Auto mount during reboot
> sudo vi /etc/fstab
/dev/sda1 /mnt/driver1 ntfs-3g defaults 0 0
It works. Now I will check if Cassandra and Docker will work with new NTFS-3g.
For Cassandra Docker Config Improvement
Soft link the data directory to other location.
> cat start.sh
#!/bin/sh -ex
#prepare config
INTERNAL_IP="$(hostname --ip-address)"
sed -ri 's/(listen_address:).*/\1 "'"$INTERNAL_IP"'"/' "/tool/apache-cassandra-3.7/conf/cassandra.yaml"
#start the cassandra
/tool/apache-cassandra-3.7/bin/cassandra -Dcassandra.config=file:///tool/apache-cassandra-3.7/conf/cassandra.yaml -R -f
tail -f /tool/apache-cassandra-3.7/logs/debug.log
It works pretty well.
References:
http://www.tuxera.com/community/open-source-ntfs-3g/
http://askubuntu.com/questions/47700/fix-corrupt-ntfs-partition-without-windows
分享到:
相关推荐
CentOS 7.9版本(CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2009-sda.raw.xz)适用于ARM32 (armhfp) CentOS是免费的、开源的、可以重新分发的开源操作系统,CentOS(Community Enterprise Operating System...
CentOS 7.9版本(CentOS-Userland-7-armv7hl-RaspberryPI-GNOME-2009-sda.raw.xz)适用于ARM32 (armhfp) CentOS是免费的、开源的、可以重新分发的开源操作系统,CentOS(Community Enterprise Operating System,...
CentOS 7.9版本(CentOS-Userland-7-armv7hl-RaspberryPI-KDE-2009-sda.raw.)适用于ARM32 (armhfp) CentOS是免费的、开源的、可以重新分发的开源操作系统,CentOS(Community Enterprise Operating System,中文...
CentOS 7.9版本(CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2009-sda.raw.xz)适用于ARM32 (armhfp) CentOS是免费的、开源的、可以重新分发的开源操作系统,CentOS(Community Enterprise Operating System,...
ARM树莓派系统镜像centos7-32位操作系统内核版本Linux bogon 5.4.28-v8.1.el7 #1 SMP PREEMPT Mon Mar 30 2
在Raspberry Pi上搭建ARM Cortex-M3开发环境是一项有趣且实用的任务,这使得开发者能够利用Raspberry Pi的强大计算能力来开发基于STM32微控制器的项目。STM32是一款广泛使用的基于ARM Cortex-M3内核的微控制器,适用...
树莓派4B无线网卡wifi不识别(Centos8)驱动 文件复制到目录/usr/lib/firmwear/brcm重启即可
《Raspberry Pi 用户指南》由 Gareth Halfacree 编写,是 Raspberry Pi 开发者和爱好者的宝贵资源。本文将深入解析此书的关键知识点,帮助读者更好地理解和掌握 Raspberry Pi 的功能与应用。 ### 一、Raspberry Pi ...
raspberrypi-openmax-h264, 用 树莓派 记录 H.264 视频的OpenMAX IL示例 openmax-h264 使用 树莓派 记录 H.264 视频的OpenMAX IL示例Broadcom提供的多媒体抽象层( MMAL ) 库没有文档化,因此几乎不可能理解如何使用...
raspberry-pi-4-model-b-1.snapshot.3.zip
raspberry-pi-a-quick-start-guide
raspberry-pi-4-datasheet.
根据给定文件信息,《Learn Raspberry Pi Programming with Python.pdf》这本书主要围绕着如何使用Python编程语言来控制Raspberry Pi这一小型计算机,并且在书中提供了许多趣味性强、实践性强的项目制作指南,包括...
树莓派新手指南,树莓派4B详细介绍,接口介绍,操作说明,系统介绍及讲解,建单编程操作指引等,使您能快速的掌握树莓派使用方法,快速入门。
《Raspberry Pi快速入门指南》是一本面向初学者的实用手册,由Maik Schmidt撰写,国内译者王峰、王江伟、王汝波共同翻译。该书为读者详细介绍了Raspberry Pi这一款迷你Linux计算机的使用方法,并指导用户如何通过...
adafruit-circuitpython-raspberry-pi-pico-zh-Latn-pinyin-9.0.5
Thingsup-raspberrypi-nodejs-mqtt-dht11-示例使用带有MQTT的NodeJS将DHT11连接到RaspberryPI安装git clone cd Thingsup-raspberrypi-nodejs-mqtt-dht11-example npm安装节点index.jsgit clone ...
该项目是一款基于Raspberry Pi的dingdang-robot中文语音对话机器人/智能音箱设计源码,共包含67个文件,包括35个Python脚本、7个Shell脚本、6个WAV音频文件、2个YAML配置文件、2个HTML文件、2个CSS样式文件,以及...