Mount NTFS Drive

yukihime13

New member
Joined
Jun 13, 2022
Messages
3
may i ask, how to mount NTFS hard drive in HOLOISO ?

I've tried 'sudo apt-get install ntfs-3g' but it can't be installed
 

Compi

SDC Founder
Staff member
Joined
Dec 15, 2021
Messages
194
Since Arch Linux doesnt support aptidude, try
Code:
pacman -S ntfs-3g
 

yukihime13

New member
Joined
Jun 13, 2022
Messages
3
Since Arch Linux doesnt support aptidude, try
Code:
pacman -S ntfs-3g
thanks for this information :). I've successfully installed ntfs-3g, but I have a problem with /etc/fstab. I can't open the /etc/fstab file

Errors :
pacman -U /etc/fstab

loading packages...

error: could not open file /etc/fstab: Unrecognized archive format
error: '/etc/fstab': cannot open package file

what should I do ? sorry i'm new to linux
 
Top Bottom