Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Ubuntu Help > Linux Mint 7 succesfully instaled (now some questions)

Forgot Password?
 Ubuntu Help   Discussion and help about Ubuntu, Kubuntu, Xubuntu, and all the Ubuntu family

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 1 Week Ago   #1 (permalink)
Just Joined!
 
Join Date: Oct 2009
Location: Rio de Janeiro, Brazil
Posts: 4
Linux Mint 7 succesfully instaled (now some questions)

Following the recomendation by Reed9 I Installed Linux Mint 7 in a multi-boot system (Windows Vista-Linux Mint).
As suggested by MikeTbob I have created 4 partitions for Linux Mint
(5 GB(SWAP), 15 GB for the system Linux Mint 7 (EXT3), 15 GB (EXT3), 13 GB (EXT3) ) .
I liked very much Linux Mint 7. Now I have two questions:

1) Does there exist some applications in Linux corresponding to MiKteK, Technicenter and WindEdt (LaTeX) which I need for writing mathematical papers?. I did a search in the web and apparently there is a version of MiKteK for Linux but I couldn't save it for some unknown reason.

2) I cannot access the two last 15 GB (EXT3), 13 GB (EXT3) partitions (When trying to access I see a folder with the title "lost+found" but get the message "You do not have the permissions to view the contents of "lost+found"" when I try to access there), what's happening there?.

Many thanks for Reed9 and MikeTbob. Linux Mint 7 is really friendly.
alguiendelmundo is offline  


Reply With Quote
Old 1 Week Ago   #2 (permalink)
Linux Enthusiast
 
Join Date: Mar 2008
Posts: 601
Quote:
Originally Posted by alguiendelmundo View Post
1) Does there exist some applications in Linux corresponding to MiKteK, Technicenter and WindEdt (LaTeX) which I need for writing mathematical papers?. I did a search in the web and apparently there is a version of MiKteK for Linux but I couldn't save it for some unknown reason.
The current standard LaTex environment is called TexLive. Every modern distribution should ship it.

This Comparison of TeX editors - Wikipedia, the free encyclopedia
should help you to find a Texnicenter replacement if you need a WYSIWYG editor.

WindEdt I don't know. There are plenty of text editors available. I use GEdit for my everyday Tex writing.

Quote:
Originally Posted by alguiendelmundo View Post
2) I cannot access the two last 15 GB (EXT3), 13 GB (EXT3) partitions (When trying to access I see a folder with the title "lost+found" but get the message "You do not have the permissions to view the contents of "lost+found"" when I try to access there), what's happening there?.
Type "mount" and show us the result.
__________________
Debian GNU/Linux -- You know you want it.
GNU-Fan is offline   Reply With Quote
Old 1 Week Ago   #3 (permalink)
Just Joined!
 
Join Date: Oct 2009
Location: Rio de Janeiro, Brazil
Posts: 4
Type "mount"?.

GNU-fan:
Right clicking on the volumes I just get the option "Unmount volume".

Where I should type "mount"?.
alguiendelmundo is offline   Reply With Quote
Old 1 Week Ago   #4 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,100
Quote:
Originally Posted by alguiendelmundo View Post
GNU-fan:
Right clicking on the volumes I just get the option "Unmount volume".

Where I should type "mount"?.
At the command line, in a terminal window.
Do you see other folders in that directory or only lost+found? You need to be root or use sudo to view the lost+found directory.
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is online now   Reply With Quote
Old 1 Week Ago   #5 (permalink)
Linux Enthusiast
 
Join Date: Mar 2008
Posts: 601
Quote:
Originally Posted by alguiendelmundo View Post
GNU-fan:
Right clicking on the volumes I just get the option "Unmount volume".
Where I should type "mount"?.
In the terminal window. Sorry, these things sometimes seem so obvious to oneself that one easily forgets not every new GNU/Linux user is an experienced computer user these days.

If you have some spare time, I suggest you read this to get some basics about the command line:
CommandLineIntro (en)
CommandLineIntro (en)
__________________
Debian GNU/Linux -- You know you want it.
GNU-Fan is offline   Reply With Quote
Old 1 Week Ago   #6 (permalink)
Just Joined!
 
Join Date: Oct 2009
Location: Rio de Janeiro, Brazil
Posts: 4
GNU-Fan
this what I've got when typping mount in the Terminal window. Thanks for the links about the command line, I really need it. The drives with A and B are those which I cannot access.


/dev/sda6 on / type ext3 (rw,relatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.28-11-generic/volatile type tmpfs (rw,mode=755)
/dev/sda7 on /media/A type ext3 (rw,relatime)
/dev/sda8 on /media/B type ext3 (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/alien/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=alien)
/dev/sdb1 on /media/My Book type vfat (rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1 000,utf8,umask=077,flush)
alguiendelmundo is offline   Reply With Quote
Old 1 Week Ago   #7 (permalink)
Just Joined!
 
Join Date: Oct 2009
Location: Rio de Janeiro, Brazil
Posts: 4
MikeTbob:
I see exactly one folder in each one of these two directories.The folders have a white x symbol in the rigth bottom corner. I am reading the links about the command line provided by GNU-Fan, to learn what does root and sudo mean.
alguiendelmundo is offline   Reply With Quote
Old 1 Week Ago   #8 (permalink)
Linux Engineer
 
D-cat's Avatar
 
Join Date: Jan 2009
Location: Dover, NH
Posts: 1,444
root = as a user, Administrator (or as far as the computer is concerned, God)
root = as a directory, (/), or the base of the directory tree. There is also a /root, which is the home directory of the root user.
sudo = "Super User DO" ; command prefix to say "run the following command as if I were root."
__________________
You just WON the game!
D-cat is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 02:53 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2