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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-17-2003, 10:59 PM
|
#1
|
Member
Registered: Sep 2003
Posts: 69
Rep:
|
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
|
|
|
10-17-2003, 11:19 PM
|
#2
|
Member
Registered: Oct 2003
Location: San Deigo, CA
Distribution: FC3, Win2k Server, XP Pro & 2003 Server
Posts: 198
Rep:
|
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
|
|
|
10-17-2003, 11:25 PM
|
#3
|
Member
Registered: Sep 2003
Posts: 69
Original Poster
Rep:
|
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
|
|
|
10-17-2003, 11:28 PM
|
#4
|
Member
Registered: Oct 2003
Location: San Deigo, CA
Distribution: FC3, Win2k Server, XP Pro & 2003 Server
Posts: 198
Rep:
|
Yea, thats what I though, Im not that goodwith the GUI on Linux yet...
sorry it didnt help
|
|
|
10-17-2003, 11:50 PM
|
#5
|
LQ Newbie
Registered: Oct 2003
Location: Seattle
Distribution: Knoppix HD-install
Posts: 20
Rep:
|
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
|
|
|
10-17-2003, 11:55 PM
|
#6
|
Member
Registered: Sep 2003
Posts: 69
Original Poster
Rep:
|
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
|
|
|
10-18-2003, 12:11 AM
|
#7
|
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:
|
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
|
|
|
10-18-2003, 02:05 AM
|
#8
|
LQ Newbie
Registered: Oct 2003
Location: Seattle
Distribution: Knoppix HD-install
Posts: 20
Rep:
|
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
|
|
|
10-18-2003, 02:41 AM
|
#9
|
LQ Newbie
Registered: Oct 2003
Location: Seattle
Distribution: Knoppix HD-install
Posts: 20
Rep:
|
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
|
|
|
10-18-2003, 02:44 AM
|
#10
|
Member
Registered: Sep 2003
Posts: 69
Original Poster
Rep:
|
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.
|
|
|
10-18-2003, 02:46 AM
|
#11
|
Member
Registered: Sep 2003
Posts: 69
Original Poster
Rep:
|
that sounds good
:-)
septanla
|
|
|
10-18-2003, 02:49 AM
|
#12
|
LQ Newbie
Registered: Oct 2003
Location: Seattle
Distribution: Knoppix HD-install
Posts: 20
Rep:
|
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
|
|
|
10-18-2003, 03:05 AM
|
#13
|
Member
Registered: Sep 2003
Posts: 69
Original Poster
Rep:
|
That works, thanks!
septanla
|
|
|
All times are GMT -5. The time now is 06:17 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|