Advertising

Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl

any one arrived to mount NFTS by ntfs-3g

Started by penguin, April 01, 2018, 05:50:24 PM

Previous topic - Next topic

pavroo

Try:
remsu /usr/lib/sparkyusers/bin/sparky-adduser
Nothing is easy as it looks. Danielle Steel
Join #sparkylinux.org at [url="//irc.libera.chat"]irc.libera.chat[/url]

penguin

Quote from: pavroo on April 05, 2018, 05:33:21 PM
Try:
remsu /usr/lib/sparkyusers/bin/sparky-adduser

This command ask for sudo password and brings up Add Users window from Sparky Users,Groups and Password Utility

penguin

#17
Quote from: pavroo on April 05, 2018, 01:49:25 AM
I have not a ntfs partition, so simulated it on vbox, but works fine.

1. Driver: ntfs-3g package
2. Groups: you have to belong to 'users' group, so check:
groups
if you are not belong, add your user to the group:
sudo adduser USERNAME users
3. Create a dir to for mounting your ntfs partition, for example 'win':
sudo mkdir /media/win
4. Become an owner of the dir:
sudo chown -R USERNAME:USERNAME /media/win
5. fstab entry :
/dev/sdX   /media/win   ntfs-3g   users,auto,umask-0022  0  0
don't use space, use tab key.
change sdX to yours.
That's it, rebooted and mounted automatically.

/dev/sdX   /media/win   ntfs-3g   users,auto,umask-0022  0  0 is correct or needs to be /dev/sdX   /media/win   ntfs-3g   users,auto,umask[b]=[/b]0022  0  0 = instead of - in front of 0222

or

/dev/sdX  /media/win  ntfs-3g   gid=users,umask=0022    0       0 as described on
Quotehttps://wiki.archlinux.org/index.php/NTFS-3G

instead of CTLR+D, I can reboot Sparky that hangs on boot by CTRL+ALT+Delete.

NOP.... No way to mount with nfts-3g driver. The only way is to mount as auto .

I mount it as follow:
LABEL=t430 /mnt/t430 auto nosuid,nodev,nofail,x-gvfs-show 0 0

where t430 is Label of NFTS partition.

pavroo

#18
QuoteThis command ask for sudo password and brings up Add Users window from Sparky Users,Groups and Password Utility
QuotePavroo have a look at the users Sparky utility (Utility that create users and groups and etc), This does not function correctly.
When I want to add/create group or user,it asked me for password and when I give my credentials, nothing is shown.
It's what you ask for:
QuotePlease.Investigate the problem of :

1-Sparky Users Utility that do not function correctly.
Nothing is easy as it looks. Danielle Steel
Join #sparkylinux.org at [url="//irc.libera.chat"]irc.libera.chat[/url]

View the most recent posts on the forum