Hallo,
bin leider beim Versuch meine 2.HDD zu mounten, etwas gescheitert und hatte mir die fstab zerschossen.
Im 2.Anlauf würde ich es gerne richt machen.
1. NTFS Treiber installiert
sudo apt-get install ntfs-3g
testweise
mount -t ntfs-3g /dev/sdb1 /mnt
funktioniert soweit. Nur was muss ich nun in die /etc/fstab eintragen, ich glaube auch es geht auch darum wie?
Derzeit sieht meine fstab so aus:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda3 during installation
UUID=35092cc3-1502-441f-9547-602a761bda6d / ext4 errors=remount-ro 0 1
# /srv was on /dev/sda6 during installation
UUID=825ec1b3-e4a5-4f63-96e6-66bae6f86b07 /srv xfs defaults 0 2
# swap was on /dev/sda5 during installation
UUID=ea215b4b-5fcb-4c87-b462-1c01fee2b839 none swap sw