LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-17-2003, 10:59 PM   #1
septanla
Member
 
Registered: Sep 2003
Posts: 69

Rep: Reputation: 15
How to make shortcut for Gnome desktop?


I want to make a shortcut for the mounted NTFS drive. Because it is read-only, when I right click the folder, the "make link" command is in gray.

anyone knows?

septanla
 
Old 10-17-2003, 11:19 PM   #2
rakriege
Member
 
Registered: Oct 2003
Location: San Deigo, CA
Distribution: FC3, Win2k Server, XP Pro & 2003 Server
Posts: 198

Rep: Reputation: 30
you could write a script file that would link up automatically, but I think you want it in the GUI not the shell. If you want it in the shell send your hda info and ill make a script that you can copy and paste
 
Old 10-17-2003, 11:25 PM   #3
septanla
Member
 
Registered: Sep 2003
Posts: 69

Original Poster
Rep: Reputation: 15
I have edited fatab file to mount the NTFS auomatically when system start up. I think it is already quite conveinient to use cd command to do something on the shell.
Now I just want creat shortcut in the GUI, which is gnome desktop.

anyway thanks for your quick response!

Septanla
 
Old 10-17-2003, 11:28 PM   #4
rakriege
Member
 
Registered: Oct 2003
Location: San Deigo, CA
Distribution: FC3, Win2k Server, XP Pro & 2003 Server
Posts: 198

Rep: Reputation: 30
Yea, thats what I though, Im not that goodwith the GUI on Linux yet...

sorry it didnt help
 
Old 10-17-2003, 11:50 PM   #5
avram
LQ Newbie
 
Registered: Oct 2003
Location: Seattle
Distribution: Knoppix HD-install
Posts: 20

Rep: Reputation: 0
Septanla, I am trying to edit fstab to automatically mount my NTFS drive- but it won't let me write to the file. I'm using vi to do this- could you tell me how you edited fstab?
Also, if you find out how to make a shortcut in the GUI, please, let me know!
thanks,
Avi
 
Old 10-17-2003, 11:55 PM   #6
septanla
Member
 
Registered: Sep 2003
Posts: 69

Original Poster
Rep: Reputation: 15
Now the support for mounting NTFS system is read-only as I know.
how did u get support for mounting NTFS? one approach is patching with a rpm. in this case, it is read-only. another is when you first install the system, you add some command to enable NTFS file system. whether NTFS is writable in that case I am not sure.
hope this clarified

Septanla
 
Old 10-18-2003, 12:11 AM   #7
KDE4me
Member
 
Registered: Apr 2003
Location: Australia
Distribution: RedHat 9.0 / Slackware 9.0/ FreeBSD 4.8 / Solaris 8 x86 / Mandrake 9.0
Posts: 90

Rep: Reputation: 15
avram,
I believe if you want to create a shortcut in the gui all you need to do is:
ln -s target newlink

This will only work for things that don't require the command line though, like games etc. (If they do require the command line when you double click they do nothing) - of course you need the right permissions to execute/read the dir/executable

If you want to make shortcuts on your menu you can right click on it and use the menu editor(KDE) (you can probably do this in gnome)

septlana I think if you want to create a shortcut to the gnome desktop you have to link to ~/.gnome-desktop

If you guys use KDE you can get really useful tips on the gui from Kandalf's tips
 
Old 10-18-2003, 02:05 AM   #8
avram
LQ Newbie
 
Registered: Oct 2003
Location: Seattle
Distribution: Knoppix HD-install
Posts: 20

Rep: Reputation: 0
I guess the main thing I need to know is how to edit the fstab file. I got the RPM for NTFS, and I can mount the drive alright in the terminal- I just wanted to get the drive mounted when linux boots. The site that had the RPM explained how to do this, by adding a line in fstab, but I can't seem to write to fstab- as it complains that it is a read-only file.
thanks in advance for any help
Avi
 
Old 10-18-2003, 02:41 AM   #9
avram
LQ Newbie
 
Registered: Oct 2003
Location: Seattle
Distribution: Knoppix HD-install
Posts: 20

Rep: Reputation: 0
ok- I logged in as root and used gedit to add the line to fstab and it worked- now all I have to do is make a shortcut to /mnt/windows on my desktop.
Thanks for all your help
Avi
 
Old 10-18-2003, 02:44 AM   #10
septanla
Member
 
Registered: Sep 2003
Posts: 69

Original Poster
Rep: Reputation: 15
you can still save it in Vi (shift-ZZ) in you are logged in as root.
when you are in root, using vi to edit fstab. it has a warning message when you first try to open using vi, anyway, go ahead, press "e" then you can edit fstab.
inside you can see the mount command for some drives, you can input the same way except specifying your partition in NTFS. if you want a normal user still can access the mounted drive, add usmak=0 at the option section.
 
Old 10-18-2003, 02:46 AM   #11
septanla
Member
 
Registered: Sep 2003
Posts: 69

Original Poster
Rep: Reputation: 15
that sounds good
:-)

septanla
 
Old 10-18-2003, 02:49 AM   #12
avram
LQ Newbie
 
Registered: Oct 2003
Location: Seattle
Distribution: Knoppix HD-install
Posts: 20

Rep: Reputation: 0
septania- I just got a link created that points to my NTFS drive. This is what I did:
1. right click on desktop and choose "New Launcher"
2. click on the pull-down menu for "type" and choose "link"
3. type in the directory that your NTFS drive is mounted to in the "command" field
4. click OK and that should create the link!
let me know if that works for you
 
Old 10-18-2003, 03:05 AM   #13
septanla
Member
 
Registered: Sep 2003
Posts: 69

Original Poster
Rep: Reputation: 15
That works, thanks!

septanla
 
  


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
How to creat a gnome desktop shortcut to "my_music" folder? hkl8324 Linux - Newbie 1 07-04-2005 12:01 AM
How to make a shortcut for Mplayer on the desktop foxy123 Linux - Newbie 8 11-28-2004 05:37 PM
how do i make a shortcut with info for Gnome Lleb_KCir Linux - General 1 03-22-2004 09:48 AM
How to - to how to make a shortcut on desktop rberry88 Linux - Newbie 3 09-10-2003 09:20 PM
make shortcut in desktop in red hat 9 eyes_linux Linux - Newbie 6 08-03-2003 05:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:40 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