Ntfs-3g help?


 
Thread Tools Search this Thread
Operating Systems Solaris Ntfs-3g help?
# 1  
Old 11-29-2017
Ntfs-3g help?

I am trying to get ntfs-3g to work, so I can mount ntfs partitions. I installed ntfs-3g from SFE - Software Packages for Solaris, OpenIndiana and OmniOS | Get your favourite software for (TM) Solaris 11, OpenIndiana Hipster, OmniOS as ready-to-use IPS packages Repository
There are VLC, Wine, etc.

I cannot get ntfs-3g to work. Anyone have a guess why? If I try as root, I get the same error message.

Code:
Meow:/mnt$ pfexec ntfs-3g /dev/dsk/c2t3d0p4 /mnt/Slask50GB_NTFS/
Error opening '/devices/pci@0,0/pci15d9,818@1f,2/disk@3,0:u': Permission denied
Failed to mount '/devices/pci@0,0/pci15d9,818@1f,2/disk@3,0:u': Permission denied
Please check '/devices/pci@0,0/pci15d9,818@1f,2/disk@3,0:u' and the ntfs-3g binary permissions,
and the mounting user ID. More explanation is provided at
http://tuxera.com/community/ntfs-3g-faq/#unprivileged

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Share NTFS for Backups

Hi, I would like to assign a 10TB LUN to multiple windows servers. On the LUN will be a folder assigned to each server to place its backup. Is there any change of data corruption with this setup. Thanks. (2 Replies)
Discussion started by: Mack1982
2 Replies

2. Filesystems, Disks and Memory

fat32 vs ntfs

http://wiki.linuxquestions.org/wiki/Interoperability Is this no longer accurate about fat32? I just used a 4 gb flash drive to share several video files between Windows XP and Linux Mint. I also plan on sharing several files in the future with that 4 gb flash drive between XP and Mint so I... (4 Replies)
Discussion started by: cokedude
4 Replies

3. Solaris

NTFS Compression on Solaris

Is there something similar on Solaris to windows NTFS compression where by the OS handles compression\decompression?This applies to my college web account so I can't change the partition setup etc. Thanks, Ger. (1 Reply)
Discussion started by: gleesonger
1 Replies

4. Filesystems, Disks and Memory

Backup to NTFS Drive?

Just some info about my hard drive setup. I have a 150GB WD Raptor X as my boot drive with partitions for Ubuntu and Windows. I have 500GB hard drive for my home partition (mainly to keep my movie and music collections since the Raptor is too small) and I also have an external 500GB hard drive... (0 Replies)
Discussion started by: pyroguysf
0 Replies

5. UNIX for Dummies Questions & Answers

Ntfs support

hello, I want to acces my other drives(NTFS) on my fedora 6......I had recomplied my kernel to 2.6.23....previously it was 2.6.18.... Also I had loaded driver for ntfs ie.......installed successfully ....fuse + ntfs-3g..... Now I am able to accces my other ntfs drives....... but what i need is... (11 Replies)
Discussion started by: arunchaudhary19
11 Replies

6. UNIX for Advanced & Expert Users

NTFS in Linux(fedora)

Can any of you Kind Experts out there plz tell me how to access NTFS partitions in Linux? This thing has been buggin me since my birth so to say.. :confused: Please oblige (2 Replies)
Discussion started by: srikumar_cs
2 Replies

7. Linux

Mount ntfs in linux

How Can I mount Windows NTFS Partation in to Linux ? (4 Replies)
Discussion started by: Amit Deore
4 Replies

8. UNIX for Dummies Questions & Answers

Accessing NTFS...

Hi, This may be a stupid question, but I want to get a confirmation from experts. After some painful attempts I was able to successfully dual boot RH Linux 7.3 with the Win XP hp factor install. (I used Partition Magic 8 from WinXP for creating the ext3 partitions) I have now a nice grub... (3 Replies)
Discussion started by: Vishnu
3 Replies

9. UNIX for Dummies Questions & Answers

Comparison of NTFS and SV or S5

Hi I am looking for articles comparing the UNIX Sv filesystem with NTFS, does anyone know where to find such articles, have them etc. thanks in advance (1 Reply)
Discussion started by: delboy14
1 Replies
Login or Register to Ask a Question
NTFSLABEL(8)						      System Manager's Manual						      NTFSLABEL(8)

NAME
ntfslabel - display/change the label on an ntfs file system SYNOPSIS
ntfslabel [options] device [new-label] DESCRIPTION
ntfslabel will display or change the file system label on the ntfs file system located on device. If the optional argument new-label is not present, ntfslabel will simply display the current file system label. If the optional argument new-label is present, then ntfslabel will set the file system label to be new-label. NTFS file system labels can be at most 128 Unicode characters long; if new-label is longer than 128 Unicode characters, ntfslabel will truncate it and print a warning message. It is also possible to set the file system label using the -L option of mkntfs(8) during creation of the file system. OPTIONS
Below is a summary of all the options that ntfslabel accepts. Nearly all options have two equivalent names. The short name is preceded by - and the long name is preceded by --. Any single letter options, that don't take an argument, can be combined into a single command, e.g. -fv is equivalent to -f -v. Long named options can be abbreviated to any unique prefix of their name. -f, --force This will override some sensible defaults, such as not working with a mounted volume. Use this option with caution. -h, --help Show a list of options with a brief description of each one. -n, --no-action Don't actually write to disk. -q, --quiet Reduce the amount of output to a minimum. -v, --verbose Increase the amount of output that ntfslabel prints. -V, --version Show the version number, copyright and license for ntfslabel. BUGS
There are no known problems with ntfslabel. If you find a bug please send an email describing the problem to the development team: ntfs-3g-devel@lists.sf.net AUTHORS
ntfslabel was written by Matthew J. Fanto, with contributions from Anton Altaparmakov and Richard Russon. It was ported to ntfs-3g by Erik Larsson. AVAILABILITY
ntfslabel is part of the ntfs-3g package and is available from: http://www.tuxera.com/community/ SEE ALSO
mkntfs(8), ntfsprogs(8) ntfs-3g 2011.4.12AR.4 November 2005 NTFSLABEL(8)