Art Alexion on 21 Aug 2010 18:35:01 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] mounting filesystems.

  • From: Art Alexion <art.alexion@gmail.com>
  • To: "Philadelphia Linux User's Group Discussion List" <plug@lists.phillylinux.org>
  • Subject: Re: [PLUG] mounting filesystems.
  • Date: Sat, 21 Aug 2010 21:34:56 -0400
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:received :in-reply-to:references:date:message-id:subject:from:to:content-type; bh=iIoFNd0CE9JHj68XyPZejrkg2x2O0QgCtxK2ocBTeAI=; b=GtQKYdD5qCN2+jadCw3+TaVPoBBMuqgNQjeW7dPvmNKhNkAfMqDawOFQJIvDQh3GD3 ibDd6Dcytr/3ycZALuPA8IX/iYqNbrUo3h/gtYeVck2HYQYMDWqWc6aAk0A9UcMQ4MiA 1E7hP5TElwmoMIcX4NiUqZGAfk0C2PYa+odg0=
  • Reply-to: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org>
  • Sender: plug-bounces@lists.phillylinux.org

The benefit of uuid in fstab is that if you move drives during adding or removing drives they will continue to obey the previously defined mount points even if they change from, say, sdb to sda.

--
Art Alexion

On Aug 18, 2010 10:40 AM, "Joe Kisela" <jkisela@gmail.com> wrote:
> a couple suggestions, first, you can get the partititions list from:
> #cat /proc/partitions
>
> you can mount them anywhere you'd like, and specify how you'd like to mount
> them (with the "-o rw" parameter for read-write). i think that ntfs mounts
> read-only as default.
>
> If you want to make it easier on yourself, try editing /etc/fstab, the
> syntax is basically the same as mount, but usually there are good examples
> in there already.
>
> also, for FSM knows why, many distros have moved to using UUID's instead of
> /dev/sdX# . I personally hate this new convention, but thats religious at
> this point. If you want to use UUID's I'd try
> #blkid /dev/sda1
>
> or
>
> #ls -l /dev/disk/by-uuid/
>
> George said:
> ----
> Then inspiration struck; here's the complete sequence:
>
> sudo fdisk -l [Thanks, Elizabeth !]
>
> mkdir /home/george/[filename]
>
> sudo mount /dev/[device] /home/george/[filename]
>
> The device name is gleaned from the results of the first step
> above.
>
> Now I can see all my files. I'm sure it's a permissions problem,
> as "sudo mount /dev/[device] /mnt" keeps the device under root
> control, and I'm just a user.
>
> Would "sudo mount /dev/[device] /mnt" have worked if I had created
> a mount point [filename] under /mnt with:
>
> mkdir /mnt/[filename]
>
> sudo mount /dev/[device] /mnt/[filename]

___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug