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
FUSERMOUNT(8)						    BSD System Manager's Manual 					     FUSERMOUNT(8)

NAME
fusermount -- manage librefuse mount items SYNOPSIS
fusermount [-chpVx] [-d name] refuseoptions fusermount -u mountpoint(s) DESCRIPTION
The fusermount utility acts as a frontend to the refuse(3) library, allowing mounting and unmounting of refuse-based file systems. There are essentially two forms of the fusermount command. The first, and default option, is to mount a refuse-based file system. By using the -u argument, the file system can be unmounted. The arguments to fusermount are as follows: -c Set a flag to enable kernel caching of files. At present this option has no effect. -d name Make the name argument appear as the file system name in mount(8) and df(1) output. -h Print a usage message and exit. -p Check the file permissions. At present this option has no effect. -V Display the fusermount version on stdout, and then exit successfully. -x Allow mortal (non-root) users to access the file system. At present, this option has no effect. The fusermount utility is included mainly for compatibility reasons, since some file systems demand its existence. EXIT STATUS
fusermount returns 0 for successful operation, or non-zero if one of the operations did not complete successfully. EXAMPLES
The command fusermount -d ntfs-3g unused mount.ntfs-3g ntfs.img /mnt will mount the file ntfs.img on the directory /mnt. Please note the unused argument in the command, which is necessary for compatibility with other implementations of the fusermount command. SEE ALSO
df(1), puffs(3), refuse(3), mount(8) HISTORY
The fusermount utility first appeared in NetBSD 5.0. AUTHORS
The fusermount utility was written by Alistair Crooks <agc@NetBSD.org>. BSD
June 11, 2007 BSD