Click here to Skip to main content
15,896,606 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
GeneralRe: php Pin
Marc Firth4-Jun-09 1:48
Marc Firth4-Jun-09 1:48 
AnswerRe: php Pin
Smithers-Jones3-Jun-09 1:46
Smithers-Jones3-Jun-09 1:46 
QuestionUnlock already mounted volume, on boot Pin
darkdragn31-May-09 14:33
darkdragn31-May-09 14:33 
AnswerRe: Unlock already mounted volume, on boot Pin
Moreno Airoldi1-Jun-09 0:33
Moreno Airoldi1-Jun-09 0:33 
GeneralRe: Unlock already mounted volume, on boot Pin
darkdragn1-Jun-09 7:10
darkdragn1-Jun-09 7:10 
GeneralRe: Unlock already mounted volume, on boot Pin
Moreno Airoldi1-Jun-09 7:20
Moreno Airoldi1-Jun-09 7:20 
GeneralRe: Unlock already mounted volume, on boot Pin
darkdragn1-Jun-09 9:18
darkdragn1-Jun-09 9:18 
GeneralRe: Unlock already mounted volume, on boot Pin
Moreno Airoldi3-Jun-09 0:28
Moreno Airoldi3-Jun-09 0:28 
Ok now I think (hope) I get it. Poke tongue | ;-P

Your problem is your NTFS partition was "registered" in the system by Gnome's automatic mounting system. You can see it on your desktop, but it is NOT mounted! It gets automatically mounted when you first open it manually. This is achieved, for example, with the noauto option in fstab.

What you need is that your partition is automatically mounted at boot time. Edit your fstab and create or modify the line to do that. For example:

/dev/mypartition  /my/mount/point  ntfs-3g  defaults  0  0


You might need to change the defaults option to suit your specific needs.

Post your fstab if you need more help with it. Smile | :)

2+2=5 for very large amounts of 2
(always loved that one hehe!)

GeneralRe: Unlock already mounted volume, on boot Pin
darkdragn5-Jun-09 2:23
darkdragn5-Jun-09 2:23 
GeneralRe: Unlock already mounted volume, on boot Pin
Moreno Airoldi5-Jun-09 2:38
Moreno Airoldi5-Jun-09 2:38 
QuestionPHP Admin Control Panel [modified] Pin
neex123331-May-09 11:24
neex123331-May-09 11:24 
AnswerRe: PHP Admin Control Panel Pin
Marc Firth1-Jun-09 3:50
Marc Firth1-Jun-09 3:50 
AnswerRe: PHP Admin Control Panel Pin
Java John10-Jun-09 0:22
Java John10-Jun-09 0:22 
GeneralRe: PHP Admin Control Panel Pin
Syed M Hussain17-Jun-09 5:45
Syed M Hussain17-Jun-09 5:45 
Questionhow to prodece pop up alerts Pin
nahelna28-May-09 9:54
nahelna28-May-09 9:54 
AnswerRe: how to prodece pop up alerts Pin
Marc Firth28-May-09 21:39
Marc Firth28-May-09 21:39 
GeneralRe: how to produce pop up alerts Pin
nahelna29-May-09 0:41
nahelna29-May-09 0:41 
GeneralRe: how to produce pop up alerts Pin
Marc Firth29-May-09 1:13
Marc Firth29-May-09 1:13 
GeneralRe: how to produce pop up alerts Pin
nahelna29-May-09 4:46
nahelna29-May-09 4:46 
AnswerRe: how to produce pop up alerts Pin
Java John10-Jun-09 0:30
Java John10-Jun-09 0:30 
QuestionSecurity Softwate interface Pin
WebMaster28-May-09 0:52
WebMaster28-May-09 0:52 
AnswerRe: Security Softwate interface Pin
Marc Firth28-May-09 1:50
Marc Firth28-May-09 1:50 
AnswerRe: Security Softwate interface Pin
cry197828-Apr-11 15:36
cry197828-Apr-11 15:36 
QuestionAdvice needed Pin
jharker198727-May-09 13:20
jharker198727-May-09 13:20 
AnswerRe: Advice needed Pin
Marc Firth27-May-09 22:00
Marc Firth27-May-09 22:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.