LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-03-2006, 06:07 AM   #1
deggial
Member
 
Registered: Mar 2006
Location: currently in Warsaw, Poland
Distribution: Slackware 10.2 & XP
Posts: 62

Rep: Reputation: 15
Problems with CDROM


Hi!
Code:
/dev/hda3        swap             swap        defaults         0   0
/dev/hda4        /                ext3        defaults         1   1
/dev/hda1        /ntfs-win        ntfs        ro               1   0
/dev/hda5        /ntfs-win2       ntfs        ro               1   0
/dev/cdrom       /mnt/cdrom       auto        noauto,owner,ro  0   0
/dev/fd0         /mnt/floppy      auto        noauto,owner     0   0
devpts           /dev/pts         devpts      gid=5,mode=620   0   0
proc             /proc            proc        defaults         0   0
if I don't have floppy can I remove it from here (or may be unmount, I don't know how it is called correctly, I am new to linux) what are the consequences of having floppy drive here without physical device (slackware intallation did almost all the job, concerning mounting all of my partitions), are there any influence on peformance?

P.S. cdrom problem solved

Last edited by deggial; 03-03-2006 at 06:23 AM.
 
Old 03-03-2006, 06:43 AM   #2
rkrishna
Member
 
Registered: Mar 2005
Location: chennai(madras), India
Distribution: slackware ofcourse
Posts: 654

Rep: Reputation: 32
go through this link http://www.linuxquestions.org/questi...d.php?t=174447
Quote:
what are the consequences of having floppy drive here without physical device
nothing when u want to mount floppy (by mount /mnt/floppy)it wil check for the entry in fstab
Quote:
P.S. cdrom problem solved
hi

but user cant mont ur cds so gothrough the forst post of shilo
 
Old 03-04-2006, 06:59 AM   #3
deggial
Member
 
Registered: Mar 2006
Location: currently in Warsaw, Poland
Distribution: Slackware 10.2 & XP
Posts: 62

Original Poster
Rep: Reputation: 15
Thanks.
I am always logging under superuser, so no limitations
 
Old 03-04-2006, 09:39 AM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,976
Blog Entries: 46

Rep: Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202
Quote:
Originally Posted by deggial
Thanks.
I am always logging under superuser, so no limitations
Hi,

Just some simple advice. Creeate a user account and use it!

Running a root account can bite you. You can always su and cause a lot less damage. So for your own sanity, create the user account. That is unless you like the danger!
 
Old 03-04-2006, 10:18 AM   #5
AxeZ
Member
 
Registered: Sep 2002
Location: Novi Sad, Vojvodina
Distribution: Slackware, FreeBSD
Posts: 386

Rep: Reputation: 32
Quote:
Originally Posted by deggial
Thanks.
I am always logging under superuser, so no limitations

Not a very smart thing to do....
 
Old 03-04-2006, 10:35 AM   #6
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 68
Seems more like the OP is stuck in 'Windows Mode'
 
Old 03-04-2006, 11:40 AM   #7
deggial
Member
 
Registered: Mar 2006
Location: currently in Warsaw, Poland
Distribution: Slackware 10.2 & XP
Posts: 62

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by AxeZ
Not a very smart thing to do....

I am very careful, anyway i´m just experimenting , all important information i keep under xp

to cwwilson721,

what did you mean?
 
Old 03-04-2006, 12:01 PM   #8
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 68
Running as "superuser" is a MAJOR security risk.

As root, you, and ANY PROGRAM RUNNING IN THAT LOGIN has the power to change any file on your system (Like a virus.)

That is the major security flaw in Windows: You are considered as a admin by default, and all programs running under that login are considered an admin. This is why virus attacks in Windows are so easy,

If you are a regular user in Linux, you can't mess with anything important by default. This is why virus attacks in Linux are more difficult.

So login as a regular user. You will be thankful later.

And importtant info in XP is not safe. Save/use it in linux.

Last edited by cwwilson721; 03-04-2006 at 12:22 PM.
 
Old 03-04-2006, 12:17 PM   #9
rkrishna
Member
 
Registered: Mar 2005
Location: chennai(madras), India
Distribution: slackware ofcourse
Posts: 654

Rep: Reputation: 32
Quote:
to cwwilson721,
what did you mean?
ur answer itself have it.
while using $$xp one user one account (most of the time)-tht is the administrator
Quote:
all important information i keep under xp
not this one alone, even some security problems too..

edt:now it explains all cwwilson

Last edited by rkrishna; 03-04-2006 at 12:26 PM.
 
Old 03-05-2006, 01:48 AM   #10
deggial
Member
 
Registered: Mar 2006
Location: currently in Warsaw, Poland
Distribution: Slackware 10.2 & XP
Posts: 62

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by cwwilson721
Running as "superuser" is a MAJOR security risk.

As root, you, and ANY PROGRAM RUNNING IN THAT LOGIN has the power to change any file on your system (Like a virus.)

That is the major security flaw in Windows: You are considered as a admin by default, and all programs running under that login are considered an admin. This is why virus attacks in Windows are so easy,

If you are a regular user in Linux, you can't mess with anything important by default. This is why virus attacks in Linux are more difficult.
thanks, i didn't know that
are there many viruses for linux?
are there any antiviruses?
 
Old 03-05-2006, 12:01 PM   #11
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,976
Blog Entries: 46

Rep: Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202Reputation: 3202
Hi,

Quote:
Originally Posted by cwwilson721
Running as "superuser" is a MAJOR security risk.
I agree it is a risk but the security part is due to the chance of someone getting hooks into that account. That risk is there whether you log into the account or not. The breaking of the system by root is the major concern here not a breach by an attack.


Quote:
If you are a regular user in Linux, you can't mess with anything important by default. This is why virus attacks in Linux are more difficult.

So login as a regular user. You will be thankful later.
As for the virus attack issue. Being a user account is not why the virus is not relevant to linux. Certainly a user can launch an application which could in time with the right coding(virus,worm or whatever) break a system. It is diffcult but not impossible. It is just not as easy as it is with an open system like Windows 95/98/xp/nt. Heck look at whats has happened to MAC OSX.

I do agree that a user account is the safest for any system and limiting the use of su or sudoer rights to users so as to prevent un-warranted harm to the system. The root should be used by users with experienced management techniques and not everyone fits that mold.

Quote:
And importtant info in XP is not safe. Save/use it in linux.
The last statement is fair but if need be there are ways to secure even WindowsXP. Even limited ways can provide some of the security needed. Most windows users don't follow good security methods nor use the proper tools to at least limit harm. Sure most of the problems are social but once the systems are broken then the network(LAN or WAN) is generally vulnerable from that system.

As a linux user you must be aware of the system and the possible problems that might arise from an attack. Be it a script kiddy or a true black hat. We (linux users) are not protected from every attack. We need to keep ahead of any possible breach of our system by keeping updated with the OS and the means to protect it!

So to ' Save/use it in linux' may give a false sense of security.

Just my .02!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
problems with cdrom artjaslo Linux - Hardware 2 09-07-2005 11:20 AM
Cdrom Problems Soulful93 Slackware 4 05-12-2005 09:53 AM
CD problems: /mnt/cdrom and /dev/cdrom okok Linux - Newbie 5 04-09-2003 10:11 AM
CDROM problems Swene Linux - General 2 04-30-2002 08:47 PM
CDROM Problems neovox Linux - General 12 03-04-2001 07:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:09 AM.

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