Temel olarak, bir NTFS Birimine (Birim bir LABEL veya UUID olduğunda çalışır) yazmayı etkinleştirmek için bu öğreticiyi takip ediyordum .
Bu yüzden ben kullanamıyorum, bir etiket ya da bir "Volume UUID" sahip görünmüyor NTFS hacmi ile harici bir USB sürücü var LABEL=foo
ya UUID=xxx
içinde /etc/fstab
. Bu birimi fstab'da nasıl hedefleyebilirim ki böyle bir şey yapabilirim
LABEL=box none ntfs rw,auto,nobrowse
veya
UUID=56A9A02B-0590-458E-9493-1DECC2A8F109 none ntfs rw,auto,nobrowse
Aşağıdaki diskutil info /Volumes/box
gösterir. Gördüğünüz gibi VOlume Etiketi veya UUID yok:
❯ diskutil info /Volumes/box
Device Identifier: disk3s1
Device Node: /dev/disk3s1
Part of Whole: disk3
Device / Media Name: Untitled 1
Volume Name: box
Mounted: Yes
Mount Point: /Volumes/box
File System Personality: NTFS
Type (Bundle): ntfs
Name (User Visible): Windows NT File System (NTFS)
Partition Type: Microsoft Basic Data
OS Can Be Installed: No
Media Type: Generic
Protocol: USB
SMART Status: Not Supported
Disk / Partition UUID: 56A9A02B-0590-458E-9493-1DECC2A8F109
Total Size: 1.0 TB (1000168488960 Bytes) (exactly 1953454080 512-Byte-Units)
Volume Free Space: 725.5 GB (725534765056 Bytes) (exactly 1417060088 512-Byte-Units)
Device Block Size: 512 Bytes
Allocation Block Size: 4096 Bytes
Read-Only Media: No
Read-Only Volume: Yes
Ejectable: Yes
Whole: No
Internal: No
NOT: Yukarıdaki fstab örneğinde, denedim UUID'nin /dev/disk3s1
hiçbir etkisi olmadığı anlaşılan. Bu durumda eksik diskutil birim etiketleri ve uuids'leri gösterdiğinde diğer NTFS birimlerine fstab kurallarını uygulayabildim.
Bu cilt için fstab kurallarını nasıl yazabilirim?