Joe Kisela on 18 Aug 2010 07:40:35 -0700


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

[PLUG] mounting filesystems.

  • From: Joe Kisela <jkisela@gmail.com>
  • To: plug@lists.phillylinux.org
  • Subject: [PLUG] mounting filesystems.
  • Date: Wed, 18 Aug 2010 10:40:30 -0400
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=z4iJgEBNXDPoDjP/Kd19wIk8lT3nTZ33RHa3AA7WqQU=; b=E2jce2rvVZXnt9n4sOBGeJQJtBhjrF10AWe9WzKNxbIHO02agXvxFuWJ+m37IW4aPb P4ovIppDxjNmNj3cM+rtHHbQqWg8+NDTvx+Ie39TBNNYTFXdp4zt4PjhTAc4+3YGm1mL Tpid6lj6+AfstqYH39gvFpdlN/SLXMZdD7Y5U=
  • Reply-to: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org>
  • Sender: plug-bounces@lists.phillylinux.org

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