On Tue, Jun 16, 2015 at 02:09:05PM +0200, notoneofmyseeds wrote:
> On 06/16/2015 01:37 PM, Charlie wrote:
> >UUID=02db0acc-97b3-40b8-b9a1-f6d5fee78e1f 300gb ext4 rw,user,noauto
> >0    0
> >
> >You may want to do something else with the stuff after ext4?
> >
> >You have to take the >"< out of the the label and UUID chain.
> >
> >Hope that helps,
> >Charlie
> Here's what it looks like now:
> 
> /dev/sdb2 UUID=02db0acc-97b3-40b8-b9a1-f6d5fee78e1f 300gb ext4 rw, user,
> noauto  0        0

Watch out. /etc/fstab is white-space delimited (which means that the
line is read in and split into fields based on spaces, tabs, etc). The
fields in /etc/fstab should be, in order:

 * The device (either as a /dev/path, or as a UUID=, or as a LABEL= or
   some other way to identify the device)
 * The mount point (where in the filesystem you want the device mounted)
 * The file system type
 * Any options, to be passed to "mount"
 * A flag saying how often "dump" should consider this filesystem
   eligible for backup
 * A flag saying in which pass fsck should check this filesystem

So, what you have, at the moment is:

 * Device = /dev/sdb2
 * Mount Point = UUID=...
 * File System = 300gb
 * Options = ext4
 * Dump = rw,
 * Fsck = user,

Look more closely at the string Charlie suggested and see how it
compares to your own.

> 
> And then I unmounted it in Thunar. Remove the USB cable. Plugged it back in.
> 
> And now it does not even show up in the file manager. But does show up in
> fdisk -l
> 
> /dev/sdb2       1048640 625137343 624088704 297.6G 83 Linux
> 
> And the complete output of fdisk -l
> Device     Boot   Start       End   Sectors   Size Id Type
> /dev/sdb1            64   1048639   1048576   512M 82 Linux swap / Solaris
> /dev/sdb2       1048640 625137343 624088704 297.6G 83 Linux
> 
> Where's my main HD with the OS; why is that not here? Does it have anything
> to do with it being
> 
> ro
> 
> as posted earlier?
> 
> 
> Thanks for your help, however.
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject
> of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: https://lists.debian.org/558011e1.8060...@gmx.de
> 

-- 
For more information, please reread.

Attachment: signature.asc
Description: Digital signature

Reply via email to