LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 01-04-2007, 02:04 AM   #1
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Rep: Reputation: 15
Where did my NTFS-Disc go in Solaris?


SO i got 3 HardDrives:

- 1* 250 GB (Sun Solaris 10)
Here is my Operating System, without it i can't work!

- 2* 80 GB (BackUp Disc)
My BackUp Harddrive (i only use it outside Solaris, backup with CD-Rom)

- 3* 30 GB (NTFS Documents + Data)
Use it for important Data and Documents (for school and job). I not only use it on my own PC, ut also on school-computers, where they use Windows XP!

i can only find the 3th in the bios and with Solaris-Setup, but in solaris itself, don't know where to look for it..
 
Old 01-04-2007, 02:26 AM   #2
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Not sure about what you want here ...
Do you want to access the NTFS disk contents, or just see the disk is there ?
 
1 members found this post helpful.
Old 01-04-2007, 02:41 AM   #3
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Original Poster
Rep: Reputation: 15
i want to acces the data, it's very important stuff for me
 
Old 01-04-2007, 05:43 AM   #4
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
That one works well:
http://sourceforge.net/projects/mount-ntfs/
 
1 members found this post helpful.
Old 01-04-2007, 03:56 PM   #5
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Original Poster
Rep: Reputation: 15
Ok thanks, that helps...
But now...

Which Mount-NTFS and MountGUI packages must i download, beacuse the zip is for windows and i can't open the binaries..

Ahhh help me please..
 
Old 01-05-2007, 02:06 AM   #6
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
These aren't packages but just plain binaries.

mountntfs is the program that allows mounting NTFS partitions under Solaris.
 
Old 06-13-2007, 07:36 AM   #7
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Original Poster
Rep: Reputation: 15
How do i use the binarie?
 
Old 06-13-2007, 09:52 AM   #8
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
There is now a simpler solution (partially based on the same open source code).

Install FSWfsmisc and FSWpart:

http://www.genunix.org/distributions....FSWfsmisc.txt
 
1 members found this post helpful.
Old 08-30-2007, 05:11 AM   #9
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Original Poster
Rep: Reputation: 15
thanks, it works !!
 
Old 08-30-2007, 07:07 AM   #10
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Rep: Reputation: 46
Yes, FSWmisc is good. Use "prtpart" and it lists all partitions. Then you can mount the desired partition. man prtpart
 
Old 09-03-2007, 02:28 PM   #11
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Original Poster
Rep: Reputation: 15
It finally works, thanks jlliagre!!

But now i got a new question:

* is it possible to mount the drives automaticly on System-logon/Session-StartUp?
(i can only run the mount-program when i'm su/ROOT)
 
Old 09-03-2007, 03:08 PM   #12
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Rep: Reputation: 46
Yes you can. Edit /etc/vfstab and the partitions will automatically be mounted.
 
1 members found this post helpful.
Old 09-03-2007, 11:42 PM   #13
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Original Poster
Rep: Reputation: 15
Here i'll show you my vfstad

(what should be added and HOW?)

Code:
#device		device		mount		FS	fsck	mount	mount
#to mount	to fsck		point		type	pass	at boot	options
#
fd	-	/dev/fd	fd	-	no	-
/proc	-	/proc	proc	-	no	-
/dev/dsk/c0d0s1	-	-	swap	-	no	-
/dev/dsk/c0d0s0	/dev/rdsk/c0d0s0	/	ufs	1	no	-
/dev/dsk/c0d0s7	/dev/rdsk/c0d0s7	/export/home	ufs	2	yes	-
/devices	-	/devices	devfs	-	no	-
sharefs	-	/etc/dfs/sharetab	sharefs	-	no	-
ctfs	-	/system/contract	ctfs	-	no	-
objfs	-	/system/object	objfs	-	no	-
swap	-	/tmp	tmpfs	-	yes	-
 
Old 09-04-2007, 12:48 AM   #14
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Something like:
Code:
/dev/dsk/c2d1p1	-	/ntfs	ntfs	-	yes	ro
Adjust c2d1p1 to your real controller/disk/partition and don't forget to create the mount directory (/ntfs here).

Last edited by jlliagre; 09-04-2007 at 12:50 AM.
 
1 members found this post helpful.
Old 09-04-2007, 12:12 PM   #15
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Original Poster
Rep: Reputation: 15
lolz.. got a problem, i can't log on my solaris anymore...

i can login on shell and start to start the edit:

Code:
# edit /etc/vfstab
16 lines, 6** characters
:
if i typ DEL, it deletes the line that doesn't work, but how do i save and reboot from EDIT?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I mount a local NTFS disc as SAMBA mount point? alek66 Linux - Networking 15 10-01-2006 10:02 AM
Problem with accessing NTFS disc cold Red Hat 1 10-29-2005 05:50 PM
File transfer from Solaris HD to NTFS HD alkaffir Solaris / OpenSolaris 4 01-11-2005 04:41 AM
k3b hangs when trying to burn dvd+rw disc but not cd rw disc laiboonh Slackware 0 11-06-2004 11:22 AM
Locating Disc 2,3,4,5 later after installing 1 Redhat disc lava Linux - General 1 03-22-2003 01:13 AM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 10:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration