LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy
User Name
Password
Puppy This forum is for the discussion of Puppy Linux.

Notices


Reply
  Search this Thread
Old 06-28-2016, 11:58 AM   #1
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Rep: Reputation: 169Reputation: 169
Drives will not mount


No drives will mount ??

fstab has all the drives listed by blkid.
 
Old 06-28-2016, 12:39 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Post your fstab.

Last edited by michaelk; 06-28-2016 at 01:08 PM.
 
Old 06-28-2016, 01:12 PM   #3
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
fstab


Quote:
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
none /dev/pts devpts gid=2,mode=620 0 0
/dev/fd0 /mnt/floppy auto noauto,rw 0 0
none /dev/shm tmpfs defaults,size=1G 0 0
# sdb1
UUID="3cd28a59-bdbe-4a00-b372-d750b88f5a9e" /dev/sdb1 ext3 defaults,noatime 0 0
# sdb2
UUID="0d5ae5d9-c681-4e32-a5fc-920defb96b0e" /dev/sdb2 ext3 defaults,noatime 0 0
# sdb6
UUID="b588fd17-e908-4386-b958-2a10b9dd3772" /dev/sdb6 ext3 defaults,noatime 0 0
# SDB5
UUID="700dfcc5-f757-4904-b7ae-5d9e70b9a2b6" /dev/sdb5 ext3 defaults,noatime 0 0
# SDC5
UUID="5afe2231-7d27-42b9-9b7f-671470253bd0" /dev/sdc5 ext3 defaults,noatime 0 0
# SDC6
UUID="14b52b9a-a4e9-441a-9ee1-a527bca8ba5b" /dev/sdc6 ext3 defaults,noatime 0 0
 
Old 06-28-2016, 01:22 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Do not use quotes and you need to specify the mount point not the device. The UUID replaces the device ID. I assume you know the desired mount points?

Example:
Code:
#<file system>                             <mount point>   <type>  <options>        < dump>  <pass>
# sdb1
UUID=3cd28a59-bdbe-4a00-b372-d750b88f5a9e      /           ext3    defaults,noatime   0       0

Last edited by michaelk; 06-28-2016 at 01:27 PM.
 
Old 06-28-2016, 01:49 PM   #5
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Made the changes.

Drives still do not mount. ??
Quote:
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
none /dev/pts devpts gid=2,mode=620 0 0
/dev/fd0 /mnt/floppy auto noauto,rw 0 0
none /dev/shm tmpfs defaults,size=1G 0 0
# sdb1
UUID=3cd28a59-bdbe-4a00-b372-d750b88f5a9e /mnt/sdb1 ext3 defaults,noatime 0 0
# sdb2
UUID=0d5ae5d9-c681-4e32-a5fc-920defb96b0e /mnt/sdb2 ext3 defaults,noatime 0 0
# sdb6
UUID=b588fd17-e908-4386-b958-2a10b9dd3772 /mnt/sdb6 ext3 defaults,noatime 0 0
# SDB5
UUID=700dfcc5-f757-4904-b7ae-5d9e70b9a2b6 /mnt/sdb5 ext3 defaults,noatime 0 0
# SDC5
UUID=5afe2231-7d27-42b9-9b7f-671470253bd0 /mnt/sdc5 ext3 defaults,noatime 0 0
# SDC6
UUID=14b52b9a-a4e9-441a-9ee1-a527bca8ba5b /mnt/sdc6 ext3 defaults,noatime 0 0
#SDA2
UUID=f45ae85b-088b-4600-8ddd-cf78f2fd62f5 /mnt/sda2 ext3 defaults,noatime 0 0
#SDA3
UUID=32f01fb3-4ee9-4368-b67e-22dc4d977d70 /mnt/sda2 ext3 defaults,noatime 0 0
 
Old 06-28-2016, 02:33 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Do the mount points exist?
 
Old 06-28-2016, 02:47 PM   #7
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
I am confused.

How do I know if a mount points exists ?

Is it the same as the label ?
 
Old 06-28-2016, 02:51 PM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Does the /mnt/sdb1 directory exist etc?
 
Old 06-28-2016, 03:02 PM   #9
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
When I click on that, mount opens up. ????

I can't even open flash drives that I plug in.

I am downloading a 64 bit version of Slacko on another laptop.

But then, even if I burned to a CD, it would do me no good on the desktop computer.

My desktop has no CD/DVD but one is on order.

Bad thing about Slacko is that it will not let you place an o.s. on a flashdrive. (Unlike Windows)

Things will eventually get better. :-)
 
Old 06-28-2016, 03:10 PM   #10
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Click on what?
Is sdb internal or external?
 
Old 06-28-2016, 03:15 PM   #11
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Click on drive icon at bottom of screen.

Internal drive.
 
Old 06-28-2016, 05:31 PM   #12
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
Quote:
How do I know if a mount points exists ?
You would need to create them so that if, in your particular case, you navigated to the /mnt directory you would see all the entries, sdb1, sdb2, etc.. If they don't exist, obviously they won't mount. Many current Linux systems use the /media directory to access external drives. If you plug in a flash drive and check the /media directory you might see a new directory there with either a Label name or UUID. Have you checked there?

Quote:
Bad thing about Slacko is that it will not let you place an o.s. on a flash drive. (Unlike Windows)
What exactly have you tried? Any Linux should be able to put an OS on a flash drive if you mean a Live CD. Use the dd command.
 
Old 06-28-2016, 05:33 PM   #13
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
A mount point is nothing more then a directory. It you look under /mnt and do not see sdb1 then that could be one reason it isn't mounting.
 
Old 06-28-2016, 05:36 PM   #14
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Quote:
Originally Posted by yancek View Post
You would need to create them so that if, in your particular case, you navigated to the /mnt directory you would see all the entries, sdb1, sdb2, etc.. If they don't exist, obviously they won't mount. Many current Linux systems use the /media directory to access external drives. If you plug in a flash drive and check the /media directory you might see a new directory there with either a Label name or UUID. Have you checked there?



What exactly have you tried? Any Linux should be able to put an OS on a flash drive if you mean a Live CD. Use the dd command.
sdb1, etc are in the mnt directory.

dd can not put an hybrid iso on a flash drive.

Seems like any program that can do a sector by sector copy would work ?
 
Old 06-28-2016, 05:51 PM   #15
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
What are the error messages if any when you try to mount sdb1
mount /mnt/sdb1
 
  


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
Mount,Computer location error and will not mount any drives but boot! tysonmax20042003 Linux - General 1 09-08-2009 05:59 PM
Can't mount cd drives Abomb Debian 3 01-17-2006 10:21 PM
how to mount drives anjum Linux - Software 6 05-01-2005 10:13 AM
Give user permission to mount/use cdrom drives or usb drives zwyrbla Linux - Newbie 2 08-23-2004 04:30 PM
mount drives steelrose Linux - Newbie 1 03-01-2002 06:39 AM

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

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