0 Mitglieder und 1 Gast betrachten dieses Thema.
# /etc/fstab: static file system information.## Use 'blkid' 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># / was on /dev/sda6 during installationUUID=7bd188d3-6b3a-48ae-acdf-f224e8b7ed5b / ext4 errors=remount-ro 0 1# /boot was on /dev/sda1 during installationUUID=d0671a36-f107-4e6f-89e7-622f39de123e /boot ext2 defaults 0 2# /home was on /dev/sda7 during installationUUID=92ad5d89-de90-4232-b100-9353e28f5dfc /home ext4 defaults 0 2# swap was on /dev/sda5 during installationUUID=89767242-e151-4b80-96e5-d2f2d84314d4 none swap sw 0 0
UUID=19FB096744F22A89 /home/sonja/Lager ntfs-3g defaults 0 0UUID=1EABC65D0DB116E8 /home/sonja/AudioVideo ntfs-3g defaults 0 0
Das auffälligste Manko ist hier daß keine Shell-Prozeduren oder Programme gestartet werden können. Die nötigen Rechte können nicht zugewiesen werden.
# /etc/fstab: static file system information.
Womit kann ich die fstab editieren.
sudo mount -a
# /etc/fstab: static file system information.## Use 'blkid' 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># / was on /dev/sda6 during installationUUID=7bd188d3-6b3a-48ae-acdf-f224e8b7ed5b / ext4 errors=remount-ro 0 1# /boot was on /dev/sda1 during installationUUID=d0671a36-f107-4e6f-89e7-622f39de123e /boot ext2 defaults 0 2# /home was on /dev/sda7 during installationUUID=92ad5d89-de90-4232-b100-9353e28f5dfc /home ext4 defaults 0 2# swap was on /dev/sda5 during installationUUID=89767242-e151-4b80-96e5-d2f2d84314d4 none swap sw 0 0
cat /etc/fstab
gksudo gedit /etc/fstab
sonja@sonja-HP-EliteBook-8530p ~ $ cat /etc/fstab# /etc/fstab: static file system information.## Use 'blkid' 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># / was on /dev/sda6 during installationUUID=7bd188d3-6b3a-48ae-acdf-f224e8b7ed5b / ext4 errors=remount-ro 0 1# /boot was on /dev/sda1 during installationUUID=d0671a36-f107-4e6f-89e7-622f39de123e /boot ext2 defaults 0 2# /home was on /dev/sda7 during installationUUID=92ad5d89-de90-4232-b100-9353e28f5dfc /home ext4 defaults 0 2UUID=19FB096744F22A89 /home/sonja/Lager ntfs-3g defaults 0 0UUID=1EABC65D0DB116E8 /home/sonja/AudioVideo ntfs-3g defaults 0 0# swap was on /dev/sda5 during installationUUID=89767242-e151-4b80-96e5-d2f2d84314d4 none swap sw 0 0sonja@sonja-HP-EliteBook-8530p ~ $
Example: ntfs-3g /dev/sda1 /mnt/windowsNews, support and information: http://tuxera.comntfs-3g: Failed to access volume 'UUID=1EABC65D0DB116E8': Datei oder Verzeichnis nicht gefundenntfs-3g 2013.1.13AR.1 external FUSE 29 - Third Generation NTFS Driver Configuration type 7, XATTRS are on, POSIX ACLS are onCopyright (C) 2005-2007 Yura PakhuchiyCopyright (C) 2006-2009 Szabolcs SzakacsitsCopyright (C) 2007-2012 Jean-Pierre AndreCopyright (C) 2009 Erik LarssonUsage: ntfs-3g [-o option[,...]] <device|image_file> <mount_point>Options: ro (read-only mount), windows_names, uid=, gid=, umask=, fmask=, dmask=, streams_interface=. Please see the details in the manual (type: man ntfs-3g).Example: ntfs-3g /dev/sda1 /mnt/windowsNews, support and information: http://tuxera.comsonja@sonja-HP-EliteBook-8530p ~ $
sudo blkid
UUID=19FB096744F22A89 /home/sonja/Lager ntfs uid=1000,umask=0022 0 0UUID=1EABC65D0DB116E8 /home/sonja/AudioVideo ntfs uid=1000,umask=0022 0 0
mkdir /home/sonja/Lager
mkdir /home/sonja/AudioVideo
NTFS ist tatsächlich vollständig POSIX kompatibel. Es kann alle unter Linux üblicherweise gültigen Dateinamen handlen, Owner einer Datei und übliche Unix Permissions anwenden und so weiter.
POSIX-Unterstützung NTFS ist von allen unterstützten Dateisystemen das am weitestgehenden POSIX.1-kompatible, denn es unterstützt die folgenden POSIX.1-Anforderungen: Berücksichtigung von Groß- und Kleinschreibung bei der Benennung: Unter POSIX sind README.TXT, Readme.txt und readme.txt unterschiedliche Dateien. Zusätzliche Zeitangabe: Aus der zusätzlichen Zeitangabe geht hervor, wann zum letzten Mal auf die Datei zugegriffen wurde. Feste Verknüpfungen: Eine feste Verknüpfung liegt vor, wenn zwei verschiedene Dateinamen in verschiedenen Verzeichnissen auf die gleichen Daten verweisen.
NTFS brauche ich zum Datenaustausch mit Windows.
Zitat von: Bobby am 23.05.2016, 16:40:51NTFS ist tatsächlich vollständig POSIX kompatibel. Es kann alle unter Linux üblicherweise gültigen Dateinamen handlen, Owner einer Datei und übliche Unix Permissions anwenden und so weiter.Da ist Microsoft aber anderer Meinung:
Mal ne blöde Frage: Was hat diese ganze POSIX Diskussion mit dem Problem des/der TE zu tun? Hier liegt der Fall ganz klar dabei, daß 2 NTFS Partitionen dauerhaft gemountet werden sollen. Nicht mehr und nicht weniger!