GNOME Partition Editor - evolved into problem with chmod
Thorny
thorntreehome at gmail.com
Sat Apr 4 13:20:09 UTC 2009
[...]
>>
> I don't know whether blkid has to be run as a superuser, but, when I ran
> the command, I got no response.
>
As has already been mentioned by NoOp, blkid is installed by default and
should have given you output. It may become important to find out why
blkid doesn't work on your system. You also could have browsed to the
/etc/blkid.tab and looked at them in there.
> The previously mentioned (in the thread) command ls -l /dev/disk/by-uuid
> worked; it listed uuid's for each partitition.
>
Of course it did, the command that would have not given you UUIDs was
fdisk -l, alternately, you could have just browsed to the location in the
/dev folder and seen them there.
> I entered the uuid's appropriately (I think) in the fstab file, and
> tried two different positionings, but the amending of the fstab file,
> did not result in the partitions being mounted.
>
> To ensure no typographical errors in the UUID entris in the fstab file,
> I copied and pasted the respective UUID's from the response to the ls
> comand cited above.
>
> I used the format
> # <device>
> <UUID> ext3 <mountpoint> defaults 0 0
>
This looks like you followed an appropriate method however it's general
and we probably need to check specifics at this point.
Post your real fstab (filesystem table), and also the two partitions, as
below.
> for each of the two partitions that I wanted to be mounted.
>
> both of the partitions are ext3 partitions.
>
This topic started out talking about a 33G partition on which you
installed Ubuntu, then you tried to carve that into two partitions.
What are those two partitions, is one the hdc8 that you mention in this
quote? "I have now managed to get the particular (hdc8) partition mounted,
and writable, and written to, in Debian, but I now do not know how to get
the file mounted in Ubuntu" It's not clear to me what "file" you are
referring to in that comment.
So, list the two partitions you want to mount at boot so we can compare
them to your fstab.
> I figured that the use of defaults would be okay, as it is used in the
> first data line of the file; the proc line.
>
> Then, I rebooted, after each positioning.
>
No need to reboot, after saving your changes to fstab, issue the command,
as root(sudo), mount -a. That will mount all the filesystems marked auto
in the fstab.
[...]
> After each attempt, I ran df -h, to find whether the two partitions were
> listed, and, they weren't included in the listing, so I tried looking
> using the Ubuntu equivalent of the File Browser, and I did not find the
> partions, so I assume that they did not get mounted, in each of the two
> attempts.
>
> So, I still cannot get the two partitions to get mounted, via the fstab
> file, in Ubuntu.
>
Can you mount both of them manually? What command do you use for mounting
and, after you've mounted them, does the output of the mount command with
no options show them as mounted? Does fdisk -l show them?
More information about the ubuntu-users
mailing list