LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 04-14-2006, 03:06 PM   #1
maury0324
Member
 
Registered: Jul 2003
Location: Florida
Distribution: Debian Squeeze amd_64
Posts: 66

Rep: Reputation: 16
Pinocchio fstab


Here is a problem looking for a solution. In past SM distros I would move my /dev/hdc1 (backup Drive)from the dynamic area into stable and change it from noauto to auto and It would mount during boot. In Alpha-1 when I do that it mounts ok but the dynamic function dissapears from the fstab when I re-boot and then every time I re-boot it grows another "/dev/hdd /mnt/cdrom iso9660,udf noauto,users,exec,ro 0 0"
Everything works but I keep growing cdrom lines????
Any Ideas?

Note! As installed
# Pluggable devices are handled by uDev, they are not in fstab
/dev/hda1 / ext3 defaults,noatime 1 1
/dev/hda2 swap swap sw,pri=1 0 0
none /proc proc defaults 0 0
none /proc/bus/usb usbfs devmode=0666 0 0
none /dev/pts devpts mode=0622 0 0
none /sys sysfs defaults 0 0
/dev/hda3 /home ext3 defaults,noatime 1 2
# Dynamic entries below, identified by 'users' option
/dev/hdc1 /mnt/hdc1 ext3 noauto,users,exec 0 0
/dev/hdd /mnt/cdrom iso9660,udf noauto,users,exec,ro 0 0

Note! After Moving /dev/hdc1 and re-booting 4 times??

# Pluggable devices are handled by uDev, they are not in fstab
/dev/hda1 / ext3 defaults,noatime 1 1
/dev/hda2 swap swap sw,pri=1 0 0
/dev/hdc1 /mnt/hdc1 ext3 auto,users,exec 0 0
none /proc proc defaults 0 0
none /proc/bus/usb usbfs devmode=0666 0 0
none /dev/pts devpts mode=0622 0 0
none /sys sysfs defaults 0 0
/dev/hda3 /home ext3 defaults,noatime 1 2
/dev/hdd /mnt/cdrom iso9660,udf noauto,users,exec,ro 0 0
/dev/hdd /mnt/cdrom iso9660,udf noauto,users,exec,ro 0 0
/dev/hdd /mnt/cdrom iso9660,udf noauto,users,exec,ro 0 0
/dev/hdd /mnt/cdrom iso9660,udf noauto,users,exec,ro 0 0
 
Old 04-14-2006, 05:47 PM   #2
anticapitalista
antiX
 
Registered: May 2005
Location: Greece
Distribution: antiX using herbstluftwm, fluxbox, IceWM and jwm.
Posts: 639

Rep: Reputation: 193Reputation: 193
No ideas but I get the same with Mepis, but not with kanotix.
It might have something to do with the fact that Mepis uses /mnt/ rather than /media/, but it's a shot in the dark.
 
Old 04-14-2006, 07:02 PM   #3
maury0324
Member
 
Registered: Jul 2003
Location: Florida
Distribution: Debian Squeeze amd_64
Posts: 66

Original Poster
Rep: Reputation: 16
Yeah the same thought was in my mind. I want to thank you for the help you gave me in getting the same drive running with ubuntu and teaching me how to make the folders in media etc. With Mepis I can just leave it be and mount it after boot so it's not a big problem. Other than that Alpha-1 looks slick. I'm looking forward to the Amd-64 version. Actually if I could get flash and gnofin going in Dapper Amd-64
I would be using it as my main system at the moment. I just don't want to have to move my financial stuff to a different program and gnofin hasen't been ported to ubuntu-Amd-64 yet but it has been to Intel-64. <sigh>
 
Old 04-16-2006, 04:28 PM   #4
bluesman2333
Member
 
Registered: Dec 2003
Location: Phoenix, Az.
Distribution: Xubuntu Edgy
Posts: 330

Rep: Reputation: 30
In SM 6.0A I right clicked the desktop then create new then link to device etc etc... seemed to work fine for me as I understand what you are getting at anyway.
 
Old 04-16-2006, 05:45 PM   #5
maury0324
Member
 
Registered: Jul 2003
Location: Florida
Distribution: Debian Squeeze amd_64
Posts: 66

Original Poster
Rep: Reputation: 16
Pinocchio fstab

Well whooda thunk Thanks for pointing that out. It dosen't mount at bootup but that dosen't matter as it's right in my face and a simple matter to click on it and go.
 
Old 04-16-2006, 06:46 PM   #6
bluesman2333
Member
 
Registered: Dec 2003
Location: Phoenix, Az.
Distribution: Xubuntu Edgy
Posts: 330

Rep: Reputation: 30
Mine mount on boot so maybe you are 99% there.


# Pluggable devices are handled by uDev, they are not in fstab
/dev/sda1 / ext3 defaults,noatime 1 1
/dev/sda2 swap swap sw,pri=1 0 0
none /proc proc defaults 0 0
none /proc/bus/usb usbfs devmode=0666 0 0
none /dev/pts devpts mode=0622 0 0
none /sys sysfs defaults 0 0
/dev/sda3 /home ext3 defaults,noatime 1 2
# Dynamic entries below, identified by 'users' option
/dev/sdb1 /mnt/sdb1 ext3 noauto,users,exec 0 0
/dev/hdd /mnt/cdrom iso9660,udf noauto,users,exec,ro 0 0
 
Old 04-16-2006, 07:35 PM   #7
maury0324
Member
 
Registered: Jul 2003
Location: Florida
Distribution: Debian Squeeze amd_64
Posts: 66

Original Poster
Rep: Reputation: 16
Pinocchio fstab

I can't figure it out as I used to do it all the time. I would move
/dev/hdc1 out of the dynamic portion and into the stable and change it to auto and everything would work fine. When I do it now and do a re-boot the Dynamic portion is just gone, everything works right but It now it grows an additional CDrom line each time I boot. Actually It's no biggie just strange. I just put it back to square 1 and manually mount it. It is easy now that you showed me how to link it on the desktop.
 
Old 04-16-2006, 08:50 PM   #8
bluesman2333
Member
 
Registered: Dec 2003
Location: Phoenix, Az.
Distribution: Xubuntu Edgy
Posts: 330

Rep: Reputation: 30
If you can reproduce it exactly then file a bug report. Include your hardware list as well.
 
  


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
fstab problem: mount: can't find dvd in /etc/fstab or /etc/mtab Nikon01 Slackware 5 11-17-2006 07:15 AM
fstab help! djljjm Linux - Newbie 2 04-12-2005 08:47 PM
newbie vs fstab. fstab wins :( blop Linux - Newbie 3 01-07-2005 06:54 AM
/etc/fstab d1l2w3 Linux - Hardware 8 12-12-2004 05:26 PM
(version 5.1 chapter 08 fstab) vs (man fstab) rgiggs Linux From Scratch 2 06-03-2004 06:55 PM

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

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