| Author |
Message |
sunburnt

Joined: 08 Jun 2005 Posts: 4015 Location: Arizona, U.S.A.
|
Posted: Thu 10 Dec 2009, 17:31 Post_subject:
|
|
Odd, that`s the same thing as putting the mount line in /etc/rc.d/rc.local
Puppy does do odd things at times though...
|
|
Back to top
|
|
 |
seaside
Joined: 11 Apr 2007 Posts: 841
|
Posted: Thu 10 Dec 2009, 19:07 Post_subject:
|
|
| sunburnt wrote: | Odd, that`s the same thing as putting the mount line in /etc/rc.d/rc.local
Puppy does do odd things at times though... |
Sunburnt,
Yes it is....... and the only reason I suggested the startup script was the weird happening of it being mounted by rc.local but not recognized by the link until another mounting attempt and failure happened.
Weird workaround for odd problems, I guess......
s
(mailman1175, well done)
|
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1447 Location: England
|
Posted: Fri 15 Oct 2010, 11:59 Post_subject:
|
|
Bug: Rox bookmarks are not removed.
Bug: Some times when Auto-drive makes what seems too be, an infinity symbolic link to the mount point of the flash drive (Don't know whether other drives are affected because I only use flash drives.) in the root of the drive.
Feature Request: Auto mount all drives on start-up. When a CL parameter is used on lunch of auto-drive.
_________________ adobe flash is rubbish!
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
|
|
Back to top
|
|
 |
sunburnt

Joined: 08 Jun 2005 Posts: 4015 Location: Arizona, U.S.A.
|
Posted: Fri 15 Oct 2010, 13:11 Post_subject:
|
|
Hi abushcrafter; AutoDrive and HotPup conflict with each other as they both do the same job.
HotPup needs to be turned off for AutoDrive to work properly.
Years ago I wrote an app. to select drives to mount at bootup.
Many have asked that all drives ( including USB ) be mounted always.
You would think that it would be an option for the Puppy bootup...
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6199 Location: Auckland, New Zealand
|
Posted: Fri 15 Oct 2010, 19:20 Post_subject:
|
|
| Quote: | | Many have asked that all drives ( including USB ) be mounted always. |
Do they really want all drives mounted? Even video DVDs?
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 3845
|
Posted: Fri 15 Oct 2010, 21:25 Post_subject:
|
|
also in
/etc/eventmanager
change
#true if want an automatic 'handler' to run if a drive plugged in...
HOTPLUGNOISY="false"
to
#true if want an automatic 'handler' to run if a drive plugged in...
HOTPLUGNOISY="true"
and to auto-unmount when not in use
#it activates automatic unmounting of partitions if no longer in use...
AUTOUNMOUNT="false"
to
#it activates automatic unmounting of partitions if no longer in use...
AUTOUNMOUNT="true"
_________________ Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
|
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1447 Location: England
|
Posted: Sat 16 Oct 2010, 12:06 Post_subject:
|
|
| disciple wrote: | | Quote: | | Many have asked that all drives ( including USB ) be mounted always. |
Do they really want all drives mounted? Even video DVDs? | arrr... No, not optical or floppy.
_________________ adobe flash is rubbish!
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
|
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1447 Location: England
|
Posted: Sat 16 Oct 2010, 12:13 Post_subject:
|
|
| technosaurus wrote: | also in
/etc/eventmanager
change
#true if want an automatic 'handler' to run if a drive plugged in...
HOTPLUGNOISY="false"
to
#true if want an automatic 'handler' to run if a drive plugged in...
HOTPLUGNOISY="true"
and to auto-unmount when not in use
#it activates automatic unmounting of partitions if no longer in use...
AUTOUNMOUNT="false"
to
#it activates automatic unmounting of partitions if no longer in use...
AUTOUNMOUNT="true" | I know about all of that. Oh well.
_________________ adobe flash is rubbish!
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
|
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1447 Location: England
|
Posted: Sat 16 Oct 2010, 12:23 Post_subject:
|
|
| sunburnt wrote: | Hi abushcrafter; AutoDrive and HotPup conflict with each other as they both do the same job.
HotPup needs to be turned off for AutoDrive to work properly. | Hmm... I will have to decide what I want to do...
| sunburnt wrote: | | Years ago I wrote an app. to select drives to mount at bootup. | Sounds like just what I need. Could you face mentioning it's name please?
| sunburnt wrote: | | You would think that it would be an option for the Puppy bootup... | That's what I was going to use the mount all non optical and floppy drives feature for.
_________________ adobe flash is rubbish!
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
|
|
Back to top
|
|
 |
sunburnt

Joined: 08 Jun 2005 Posts: 4015 Location: Arizona, U.S.A.
|
Posted: Sat 16 Oct 2010, 12:58 Post_subject:
|
|
Hi disciple; I think the thought was to have Puppy behave like M$ Winblows.
Then the Pmount app. wouldn`t be necessary. Noobs want to simplify it.
Hi technosaurus; Thanks for the cues, I need to know how HotPup sets up the USB modules.
If I turn all of HotPup off, the USBs won`t mount. I had it years ago but the USB setup has changed.
abushcrafter; I found my old app., but it doesn`t want to run with Puppy511`s Xdialog.
Not a big surprise... Most of my old apps. won`t run any more.
I`ll look at it and fix it when I get a chance and post it... T.
|
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1447 Location: England
|
Posted: Sat 16 Oct 2010, 13:26 Post_subject:
|
|
| sunburnt wrote: | | abushcrafter; I found my old app., but it doesn`t want to run with Puppy511`s Xdialog. | I use Puppy Linux 4.3.2 v3 by ttuuxxx. However I will be upgrading to a newer puppy after my I have done my GCSES, though I don't know which one I will be upgrading too yet . So then, what's your app called then?
_________________ adobe flash is rubbish!
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
|
|
Back to top
|
|
 |
big_bass

Joined: 13 Aug 2007 Posts: 1736
|
Posted: Sat 16 Oct 2010, 15:09 Post_subject:
|
|
removed and started a new thread to keep this thread clean
http://www.murga-linux.com/puppy/viewtopic.php?p=461342#461342
_________________ slackware 14
Edited_times_total
|
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1447 Location: England
|
Posted: Sat 16 Oct 2010, 15:15 Post_subject:
|
|
Thanks big_bass.
_________________ adobe flash is rubbish!
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
|
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1447 Location: England
|
Posted: Sun 17 Oct 2010, 09:02 Post_subject:
|
|
@big_bass your mount_all script does not work. It failed to mount my flash drive and a partition on my hard drive (The other partition has puppy on it so it is already mounted.). Its also tried to mount my swap partition. Here are the errors:
| Code: |
# mount_all
mount: you must specify the filesystem type
/dev/loop3 looks like swapspace - not mounted
mount: you must specify the filesystem type
/dev/loop3 looks like swapspace - not mounted
mount: you must specify the filesystem type
/dev/loop3 looks like swapspace - not mounted
mount: you must specify the filesystem type
# |
_________________ adobe flash is rubbish!
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/
|
|
Back to top
|
|
 |
big_bass

Joined: 13 Aug 2007 Posts: 1736
|
Posted: Sun 17 Oct 2010, 12:20 Post_subject:
|
|
removed started a new thread
http://www.murga-linux.com/puppy/viewtopic.php?p=461342#461342
_________________ slackware 14
Edited_times_total
|
|
Back to top
|
|
 |
|