Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Tue 18 Jun 2013, 22:06
All times are UTC - 4
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Unsorted
MuppyQuickmount (August, 08, 2008)
Moderators: deshlab, Flash, GuestToo, Ian, JohnMurga, Lobster
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
Page 2 of 2 Posts_count   Goto page: Previous 1, 2
Author Message
sc0ttman


Joined: 16 Sep 2009
Posts: 2199
Location: UK

PostPosted: Sat 23 Jan 2010, 08:54    Post_subject:  

@01micko and lapis:

Woooo.. Someone answered, I was hoping so! Thanks for the info, I'm gonna try and play with it, but am sure I know way too little to fix it, but would love auto mount all to be fixed in muppyquickmount!!

I've given startmount a few tests, it wasn't that reliable for me, but i'm gonna try the latest version today..

_________________
Akita Linux, VLC-GTK, Pup Search, Pup File Search
Back to top
View user's profile Send_private_message 
lapis

Joined: 02 Jun 2008
Posts: 185

PostPosted: Sat 23 Jan 2010, 11:14    Post_subject:  

Hi sc0ttman, I've played a bit with mounting ntfs partitions and the problem is definitely related to using the mount command without specifying a file type.

mount /dev/sda1 /mnt/sda1
uses a different driver to
mount -t ntfs /dev/sda1 /mnt/sda1

When "-t ntfs" is specified ntfs-3g is used to mount the partition and write access is okay.

Does anyone know why ntfs-3g is not used if "-t ntfs" is not specified? From my reading of the mount manual it looks like it should be the same for both.

If you look at /usr/local/MuppyQuickmount/resource/muppyquickmount
on line 231 you will see:
mount (drive)

I wonder if it would work if you change it to:
mount -t filesystemtype (drive)

where "filesystemtype" is "ntfs" where appropriate.
Back to top
View user's profile Send_private_message 
sc0ttman


Joined: 16 Sep 2009
Posts: 2199
Location: UK

PostPosted: Sun 28 Mar 2010, 06:54    Post_subject:  

lapis wrote:
Hi sc0ttman, I've played a bit with mounting ntfs partitions and the problem is definitely related to using the mount command without specifying a file type.

mount /dev/sda1 /mnt/sda1
uses a different driver to
mount -t ntfs /dev/sda1 /mnt/sda1

When "-t ntfs" is specified ntfs-3g is used to mount the partition and write access is okay.

Does anyone know why ntfs-3g is not used if "-t ntfs" is not specified? From my reading of the mount manual it looks like it should be the same for both.

If you look at /usr/local/MuppyQuickmount/resource/muppyquickmount
on line 231 you will see:
mount (drive)

I wonder if it would work if you change it to:
mount -t filesystemtype (drive)

where "filesystemtype" is "ntfs" where appropriate.

That all sounds like it might help (I guess!), not that I would be able to make those changes!! But if anyone could, that would be great.. I'd be happy to test it out...

Another issue with MuppyQuickMount is that CD/DVD mounting seems not to work for me most of the time... But hey ho... I still like it..

_________________
Akita Linux, VLC-GTK, Pup Search, Pup File Search
Back to top
View user's profile Send_private_message 
harii4


Joined: 30 Jan 2009
Posts: 444
Location: La Porte City, IA , U.S.A.

PostPosted: Tue 13 Sep 2011, 00:29    Post_subject:  

Would be great to have an updated MuppyQuickmount.
I use it over pmount.
It an great app. to have Very Happy

_________________
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.
Back to top
View user's profile Send_private_message Visit_website 
MU


Joined: 24 Aug 2005
Posts: 13642
Location: Karlsruhe, Germany

PostPosted: Fri 07 Oct 2011, 17:47    Post_subject:  

I updated MuppyQuickmount.pet and also the "all in one" Muppyfiler-gtkbasic.pet.

Now also NTFS-drives should be mounted read-write, when the drives are mounted at startup automatically.

And vfat drives are mounted using the " -t vfat" option.
On fluppy, this was not needed though, as long filenames are displayed also without this option. So let me know please, if it fixes issue with long filenames on system, where the old version did not work.

By default, now all drives are mounted at startup.

If you don't want this, simply remove the file /root/Startup/muppyquickmount-all

When your Puppy is shutting down, everything is unmounted, if you don't want that too, then delete /etc/init.d/muppyquickmountmountall.

Thanks for your last messages and sorry for the late update, my job kept me busy...

Mark

_________________
my recommended links
Back to top
View user's profile Send_private_message Visit_website 
sc0ttman


Joined: 16 Sep 2009
Posts: 2199
Location: UK

PostPosted: Mon 10 Oct 2011, 13:10    Post_subject:  

great, THANKS for the update! Smile

I have added this to Akita, as I left in GTK-Basic from way back when it was Puppy Arcade... (PA7 or PA6 used muppyquickmount)...

_________________
Akita Linux, VLC-GTK, Pup Search, Pup File Search
Back to top
View user's profile Send_private_message 
MU


Joined: 24 Aug 2005
Posts: 13642
Location: Karlsruhe, Germany

PostPosted: Tue 11 Oct 2011, 12:32    Post_subject:  

I'm sorry, ntfs/vfat still was not fixed, my bugfix was not sufficient.

I now updated both pets again, and tested it more carefully. Now it works.

Mark

_________________
my recommended links
Back to top
View user's profile Send_private_message Visit_website 
sc0ttman


Joined: 16 Sep 2009
Posts: 2199
Location: UK

PostPosted: Tue 11 Oct 2011, 14:03    Post_subject:  

MU wrote:
I'm sorry, ntfs/vfat still was not fixed, my bugfix was not sufficient.

I now updated both pets again, and tested it more carefully. Now it works.

Mark

cool Cool Thanks

_________________
Akita Linux, VLC-GTK, Pup Search, Pup File Search
Back to top
View user's profile Send_private_message 
sunburnt


Joined: 08 Jun 2005
Posts: 4015
Location: Arizona, U.S.A.

PostPosted: Mon 28 Nov 2011, 02:01    Post_subject:  

Hey MU; Good to see you`re still putting out code... Cool

A great app., much like my DriveMan I became disgusted with awhile back.
A solid app., and using buttons instead of a right-click menu keeps it simple.

Quickmount shows info., nice! Saves the need for another separate app.
Back to top
View user's profile Send_private_message 
Display_posts:   Sort by:   
Page 2 of 2 Posts_count   Goto page: Previous 1, 2
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Unsorted
Jump to:  

Rules_post_cannot
Rules_reply_cannot
Rules_edit_cannot
Rules_delete_cannot
Rules_vote_cannot
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0514s ][ Queries: 13 (0.0045s) ][ GZIP on ]