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 Thu 23 May 2013, 16:21
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 [24 Posts]   Goto page: Previous 1, 2
Author Message
sc0ttman


Joined: 16 Sep 2009
Posts: 2174
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: 2174
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: 443
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 poster's 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 poster's website 
sc0ttman


Joined: 16 Sep 2009
Posts: 2174
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 poster's website 
sc0ttman


Joined: 16 Sep 2009
Posts: 2174
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: 4006
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 from previous:   Sort by:   
Page 2 of 2 [24 Posts]   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:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


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