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
NTFS-3G.PROBE(8)					      System Manager's Manual						  NTFS-3G.PROBE(8)

NAME
ntfs-3g.probe - Probe an NTFS volume mountability SYNOPSIS
ntfs-3g.probe <--readonly|--readwrite> volume DESCRIPTION
The ntfs-3g.probe utility tests a volume if it's NTFS mountable read-only or read-write, and exits with a status value accordingly. The volume can be a block device or image file. OPTIONS
Below is a summary of the options that ntfs-3g.probe accepts. -r, --readonly Test if the volume can be mounted read-only. -w, --readwrite Test if the volume can be mounted read-write. -h, --help Display help and exit. EXAMPLE
Test if /dev/sda1 can be mounted read-write: ntfs-3g.probe --readwrite /dev/sda1 EXIT CODES
The exit codes are as follows: 0 Volume is mountable. 11 Syntax error, command line parsing failed. 12 The volume doesn't have a valid NTFS. 13 Inconsistent NTFS, hardware or device driver fault, or unsetup SoftRAID/FakeRAID hardware. 14 The NTFS partition is hibernated. 15 The volume was not cleanly unmounted. 16 The volume is already exclusively opened and in use by a kernel driver or software. 17 Unsetup SoftRAID/FakeRAID hardware. 18 Unknown reason. 19 Not enough privilege to mount. 20 Out of memory. 21 Unclassified FUSE error. KNOWN ISSUES
Please see http://ntfs-3g.org/support.html for common questions and known issues. If you think you have found an undocumented problem in the latest release of the software then please send an email describing it in detail. You can contact the development team on the ntfs-3g-devel@lists.sf.net address. AUTHORS
ntfs-3g.probe was written by Szabolcs Szakacsits (szaka@ntfs-3g.org). THANKS
Alon Bar-Lev has integrated the utility into the NTFS-3G build process and tested it with Erik Larsson before the public release. SEE ALSO
ntfs-3g(8) ntfs-3g.probe 2010.3.6 January 2008 NTFS-3G.PROBE(8)